

/* Start:/local/templates/autoComtransTrailer/components/bitrix/catalog/.default/style.css?1581574065699*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.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%;
	}

}


/* End */


/* Start:/local/templates/autoComtransTrailer/components/bitrix/catalog/.default/bitrix/catalog.section.list/kmt_types/style.css?17847340895551*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600&display=swap");

.kmt-types,
.kmt-types [class^="kmt-types"] {
  box-sizing: border-box;
}
  .kmt-types-column {
    padding-right: 0px;
    padding-left: 0px !important;
  }
.kmt-types {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 36px;
  color: #0c0b0b;
  font-family: "Manrope", sans-serif;
}
.container.section.ts_unpad.rover {
    margin-top: 40px;
    margin-bottom: 100px;
}

.kmt-types__header {
    height: 30px;
  position: relative;
  min-height: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.kmt-types__title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.kmt-types__counter {
  color: #9a9a9a;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.kmt-types__panel {
  position: relative;
  z-index: 1;
  margin-top: 36px;
  padding: 48px 40px;
  border-radius: 12px;
  background: #f4f6f8;
}

.kmt-types__viewport {
  overflow: hidden;
}

.kmt-types__track {
  display: flex;
  gap: 24px;
  transition: transform .3s ease;
  will-change: transform;
}

.kmt-types__card {
  position: relative;
  min-width: calc((100% - 72px) / 4);
  height: 198px;
  flex: 0 0 calc((100% - 72px) / 4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 24px 20px;
  overflow: hidden;
  border-radius: 8px;
  color: #111;
  background: #f6f6f6;
  text-decoration: none;
}

.kmt-types__card::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  background: rgba(0, 0, 0, .12);
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
}

.kmt-types__card:hover::after {
  opacity: 1;
}

.kmt-types__image-wrap {
  position: relative;
  z-index: 1;
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.kmt-types__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

.kmt-types__name {
  position: relative;
  z-index: 3;
  margin-top: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 769px) {

}

.kmt-types__prev,
.kmt-types__next {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #f4f6f8 url("/local/templates/autoComtransTrailer/components/bitrix/catalog/.default/bitrix/catalog.element/kmt_element/images/slider-arrow.svg") center / 24px 24px no-repeat;
  transform: translateY(-50%) rotate(90deg);
  cursor: pointer;
  transition: background .2s ease, opacity .2s ease;
}

.kmt-types__prev {
  left: 0;
  transform: translateY(-50%) rotate(-90deg);
}

.kmt-types__next {
  right: 0;
}

.kmt-types__prev span,
.kmt-types__next span {
  display: none;
}

.kmt-types__prev:hover,
.kmt-types__next:hover {
  background-color: #e9eef2;
}

.kmt-types__prev:disabled,
.kmt-types__next:disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 1368px) {
  .kmt-types {
    margin-bottom: 106px;
  }

  .kmt-types__panel {
    padding: 36px 24px;
  }

  .kmt-types__track {
    gap: 16px;
  }

  .kmt-types__card {
    min-width: calc((100% - 48px) / 4);
    height: 152px;
    flex-basis: calc((100% - 48px) / 4);
  }

}

@media (max-width: 768px) {
  .kmt-types {
    margin-bottom: 36px;
  }

  .kmt-types__header {
    min-height: 22px;
    margin-bottom: 0;
  }

  .kmt-types__panel {
    margin-top: 36px;
  }

  .kmt-types__title {
    font-size: 18px;
  }

  .kmt-types__counter {
    font-size: 16px;
  }

  .kmt-types__panel {
    padding: 8px 6px;
  }

  .kmt-types__track {
    gap: 6px;
  }

  .kmt-types__card {
    min-width: 170px;
    height: 150px;
    flex-basis: 170px;
    padding: 8px 12px 14px;
  }

  .kmt-types__image-wrap {
    flex: 0 0 105px;
    width: 100%;
  }

  .kmt-types__image {
    width: 270% !important;
    max-width: none !important;
    height: 105px;
    transform: translateX(-31.5%);
  }

  .kmt-types__name {
    margin-top: 10px;
    font-size: 12px;
  }

  .kmt-types__prev {
    left: 6px;
  }

  .kmt-types__next {
    right: 6px;
  }

  .kmt-types__prev,
  .kmt-types__next {
    background-image: none;
    background-color: #f4f6f8;
    transform: translateY(-50%);
  }

  .kmt-types__prev::before,
  .kmt-types__next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border: solid #111;
    border-width: 0 1.5px 1.5px 0;
  }

  .kmt-types__prev::before {
    transform: translate(-35%, -50%) rotate(135deg);
  }

  .kmt-types__next::before {
    transform: translate(-65%, -50%) rotate(-45deg);
  }
}

@media (max-width: 480px) {
  .kmt-types {
    margin-bottom: 36px;
    padding-bottom: 42px;
  }

  .kmt-types__panel {
    overflow: visible;
  }

  .kmt-types__card {
    min-width: 100%;
    flex-basis: 100%;
  }

  .kmt-types__header {
    position: static;
  }

  .kmt-types__prev,
  .kmt-types__next {
    top: auto;
    bottom: -56px;
    width: 48px;
    height: 48px;
    transform: none;
  }

  .kmt-types__prev {
    right: auto;
    left: 0;
  }

  .kmt-types__next {
    right: 0;
  }

  .kmt-types__prev::before,
  .kmt-types__next::before {
    top: 50%;
  }

  .kmt-types__counter {
    position: absolute;
    right: 72px;
    bottom: 5px;
  }
}

/* End */


/* Start:/local/templates/autoComtransTrailer/components/bitrix/catalog.smart.filter/kmt_filter/style.css?17847284669912*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");

.kmt-filter,
.kmt-filter [class^="kmt-filter"],
.kmt-filter-launch {
  box-sizing: border-box;
}

.kmt-filter button,
.kmt-filter input,
.kmt-filter-launch {
  font: inherit;
}

.kmt-filter {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e9e9ea;
  border-radius: 12px;
  color: #1a202c;
  background: #f4f6f8;
  font-family: "Manrope", sans-serif;
}

.kmt-filter__form {
  min-height: 0;
}

.kmt-filter__header {
  position: relative;
  height: 89px;
  border-bottom: 1px solid #ddd;
}

.kmt-filter__filter-icon {
  position: absolute;
  top: 30px;
  left: 24px;
  width: 20px;
  height: 20px;
}

.kmt-filter__filter-icon::before,
.kmt-filter__filter-icon::after {
  content: "";
  position: absolute;
  left: 3px;
  width: 18px;
  border-top: 2px solid #1a202c;
}

.kmt-filter__filter-icon::before {
  top: 6px;
  transform: rotate(45deg);
}

.kmt-filter__filter-icon::after {
  top: 13px;
  transform: rotate(-45deg);
}

.kmt-filter__title {
  position: absolute;
  top: 28px;
  left: 54px;
  font-size: 18px;
  line-height: 1.2;
}

.kmt-filter__header-reset {
  position: absolute;
  top: 30px;
  right: 24px;
  padding: 0;
  border: 0;
  color: #1a202c;
  background: transparent;
  font-size: 13px !important;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.kmt-filter__reset-icon,
.kmt-filter__close {
  display: none;
}

.kmt-filter__search {
    display: none;
  position: relative;
  height: 54px;
  margin: 1px 24px 0;
  border: 1px solid #e9e9ea;
  border-radius: 4px;
  background: #fff;
}

.kmt-filter__search-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  width: 17px;
  height: 17px;
  border: 2px solid #1a202c;
  border-radius: 50%;
}

.kmt-filter__search-icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  border-top: 2px solid #1a202c;
  transform: rotate(45deg);
}

.kmt-filter__search input {
  width: 100%;
  height: 100%;
  padding: 0 20px 0 69px;
  border: 0;
  outline: 0;
  color: #1a202c;
  background: transparent;
  font-size: 14px;
}

.kmt-filter__search input::placeholder {
  color: #6b7280;
  opacity: 1;
}

.kmt-filter__body {
  margin: 20px 24px 0;
  border-top: 1px solid #ddd;
}

.kmt-filter-group {
  padding: 16px 0 20px;
  border-bottom: 1px solid #ddd;
}

.kmt-filter-group__heading {
  width: 100%;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  color: #1a202c;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.kmt-filter-group__state {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.kmt-filter-group__state::before,
.kmt-filter-group__state::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 14px;
  border-top: 1px solid #000;
}

.kmt-filter-group.is-collapsed .kmt-filter-group__state::after {
  transform: rotate(90deg);
}

.kmt-filter-group.is-collapsed .kmt-filter-group__content {
  display: none;
}

.kmt-filter-options {
  max-height: 216px;
  margin-top: 18px;
  overflow-y: auto;
  scrollbar-color: #cecece #fff;
  scrollbar-width: thin;
}

.kmt-filter-techniques {
  max-height: 270px;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 18px;
  overflow-y: auto;
  scrollbar-color: #cecece #fff;
  scrollbar-width: thin;
}

.kmt-filter-techniques::-webkit-scrollbar {
  width: 6px;
}

.kmt-filter-techniques::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #fff;
}

.kmt-filter-techniques::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #cecece;
}

.kmt-filter-techniques__item {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding-right: 12px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.kmt-filter-techniques__item:hover,
.kmt-filter-techniques__item.is-active {
  color: #005693;
}

.kmt-filter-option {
  min-height: 36px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  line-height: 1.35;
  cursor: pointer;
}

.kmt-filter-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.kmt-filter-option__box {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin-right: 8px;
  border: 1px solid #abacae;
  border-radius: 5px;
  background: #fff;
}

.kmt-filter-option input:checked + .kmt-filter-option__box {
  position: relative;
  border-color: #005693;
  background: #005693;
}

.kmt-filter-option input:checked + .kmt-filter-option__box::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  width: 11px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.kmt-filter-option input:disabled ~ .kmt-filter-option__name {
  opacity: .4;
}

.kmt-filter-option--extra {
  display: none;
}

.kmt-filter-group.is-expanded .kmt-filter-option--extra {
  display: flex;
}

.kmt-filter-group__more {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-top: 8px;
  padding: 0;
  border: 0;
  color: #2d3748;
  background: transparent;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.kmt-filter-group__more-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.kmt-filter-group__more-icon::before,
.kmt-filter-group__more-icon::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 14px;
  border-top: 1px solid #000;
}

.kmt-filter-group__more-icon::after {
  transform: rotate(90deg);
}

.kmt-filter-group.is-expanded .kmt-filter-group__more-icon::after {
  display: none;
}

.kmt-filter-range {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin-top: 17px;
}

.kmt-filter-range__field {
  position: relative;
  height: 45px;
  border: 1px solid #abacae;
  border-radius: 3px;
  background: #fff;
}

.kmt-filter-range__field span {
  position: absolute;
  top: 14px;
  left: 15px;
  color: #6b7280;
  font-size: 13px;
  pointer-events: none;
}

.kmt-filter-range__field input {
  width: 100%;
  height: 100%;
  padding: 5px 12px 0 42px;
  border: 0;
  outline: 0;
  color: #2d3748;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
}

.kmt-filter-range__field input::-webkit-inner-spin-button {
  appearance: none;
}

.kmt-filter__footer {
  margin: 24px;
}

.kmt-filter__submit {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #005693;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.kmt-filter__bottom-reset {
  width: 100%;
  margin-top: 16px;
  padding: 0;
  border: 0;
  color: #1a202c;
  background: transparent;
  font-size: 13px !important;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.kmt-filter-launch,
.kmt-filter-overlay {
  display: none;
}

@media (max-width: 768px) {
  .kmt-filter-launch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: #005693;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
  }

  .kmt-filter-launch__icon {
    width: 18px;
    height: 18px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
  }

  .kmt-filter-overlay {
    position: fixed;
    z-index: 9998;
    inset: 0;
    display: block;
    visibility: hidden;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    transition: opacity .2s, visibility .2s;
  }

  .kmt-filter-overlay.is-open {
    visibility: visible;
    opacity: 1;
  }

  .kmt-filter {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    height: auto;
    max-height: 100dvh;
    overflow-y: auto;
    border-radius: 12px 0 0 12px;
    transform: translateX(100%);
    transition: transform .25s ease;
  }

  .kmt-filter.is-open {
    transform: translateX(0);
  }

  .kmt-filter__close {
    top: 30px;
    right: 24px;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .kmt-filter__close::before,
  .kmt-filter__close::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 4px;
    width: 17px;
    border-top: 2px solid #1a202c;
  }

  .kmt-filter__close::before {
    transform: rotate(45deg);
  }

  .kmt-filter__close::after {
    transform: rotate(-45deg);
  }

  .kmt-filter__header-reset {
    right: 60px;
    width: 24px;
    height: 24px;
    font-size: 0;
  }

  .kmt-filter__reset-icon {
    position: absolute;
    inset: 3px;
    display: block;
    border: 2px solid #6b7280;
    border-left-color: transparent;
    border-radius: 50%;
  }

  .kmt-filter__reset-icon::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -2px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #6b7280;
    border-left: 2px solid #6b7280;
  }

  .kmt-filter__body {
    margin: 0 24px;
  }

  .kmt-filter__footer {
    margin: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .kmt-filter__submit {
    width: 310px;
  }

  .kmt-filter__bottom-reset {
    width: 120px;
    margin-top: 0;
  }
}

@media (max-width: 390px) {
  .kmt-filter {
    width: 100%;
    max-width: 358px;
  }

  .kmt-filter__footer {
    display: block;
  }

  .kmt-filter__submit {
    width: 100%;
  }

  .kmt-filter__bottom-reset {
    width: 100%;
    margin-top: 16px;
  }
}

/* End */


/* Start:/local/templates/autoComtransTrailer/components/bitrix/system.pagenavigation/.default/style.css?15815740662246*/
.module-pagination { margin: 0; text-align: center; font-size: 0; padding: 20px 0px; position: relative; }
.flex-direction-nav { margin: 0; padding: 0;   -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  -o-user-select: none;  user-select: none; }
.right_block ul, .right_block ol{ margin:0 0 27px;}
.module-pagination .flex-direction-nav { position: absolute; width: 100%; }
.module-pagination .flex-direction-nav .flex-nav-prev { left: 0px }
.module-pagination .flex-direction-nav .disabled { display: none; }
.flex-direction-nav li:first-child { margin-right: 5px; }
.flex-direction-nav li:first-child, .flex-direction-nav li, .flex-direction-nav li:hover { border-bottom-width: 0px !important; }
.module-pagination .flex-direction-nav > li { position: absolute; }
.right_block ul li, .right_block ol li{margin:0 0 4px;}
.flex-direction-nav li, .flex-direction-nav li a, .flex-direction-nav li span { width: 29px; height: 29px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; display: inline-block; }
.flex-direction-nav *{ outline: none; }
.module-pagination .flex-direction-nav .flex-nav-next{ right: 0px }
.module-pagination .flex-direction-nav > li { position: absolute; }
.flex-direction-nav li .flex-prev { background-position: 10px -50px; }
.flex-direction-nav li a, .flex-direction-nav li span{ background: url(/local/templates/autoComtransTrailer/components/bitrix/system.pagenavigation/.default/images/arrows.png) 0px 0px no-repeat; }
.flex-direction-nav li:hover, .flex-direction-nav li:first-child:hover {background-color: #033368;color: #FFF;}
.flex-direction-nav li:hover  .flex-prev { background-position: 10px -26px; }
.flex-direction-nav li .flex-next { background-position: -27px -50px; }
.flex-direction-nav li:hover .flex-next {background-position: -27px -26px;}
.module-pagination .nums .cur {color: #FFF;background-color: #033368;}
.module-pagination .nums a {color: #000;}
.module-pagination .nums a, .module-pagination .nums span { display: inline-block; width: 33px; height: 29px; text-align: center; line-height: 29px; margin: 0px 5px 5px 0px; text-decoration: none; font-size: 13px; font-weight: 600; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.module-pagination .nums a:not(.cur):hover {
    background: #e3e3e3;
}
/* End */


/* Start:/local/templates/autoComtransTrailer/components/bitrix/catalog/.default/bitrix/catalog.section/kmt_section/style.css?17847300828248*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");

.kmt-section-grid,
.kmt-section-grid [class^="kmt-section-"],
.kmt-section-toolbar,
.kmt-section-toolbar [class^="kmt-section-"] {
  box-sizing: border-box;
}

.kmt-section-toolbar {
  width: 100%;
  margin-bottom: 21px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
  color: #1a202c;
  font-family: "Manrope", sans-serif;
}

.kmt-section-toolbar__top {
  min-height: 45px;
  display: flex;
  align-items: center;
}

.kmt-section-toolbar__summary {
  margin-left: 0;
  color: #1a202c;
  font-size: 14px;
  line-height: 1.2;
}

.kmt-section-toolbar__sort {
  position: relative;
  width: 245px;
  height: 45px;
  margin-left: auto;
}

.kmt-section-toolbar__sort::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  pointer-events: none;
}

.kmt-section-toolbar__sort select {
  width: 100%;
  height: 100%;
  appearance: none;
  padding: 0 48px 0 23px;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  outline: 0;
  color: #2d3748;
  background: #fff;
  font: 400 16px/1 "Manrope", sans-serif;
  cursor: pointer;
}

.kmt-section-toolbar__applied {
  margin-top: 21px;
}

.kmt-section-toolbar__heading {
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.2;
}

.kmt-section-toolbar__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.kmt-section-toolbar__tag {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px 12px;
  border-radius: 4px;
  color: #000;
  background: #f4f6f8;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.kmt-section-toolbar__tag span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.kmt-section-toolbar__tag small {
  color: #2d3748;
  font-size: 13px;
  line-height: 1;
}

.kmt-section-toolbar__tag i {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.kmt-section-toolbar__tag i::before,
.kmt-section-toolbar__tag i::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 12px;
  border-top: 1px solid #000;
}

.kmt-section-toolbar__tag i::before {
  transform: rotate(45deg);
}

.kmt-section-toolbar__tag i::after {
  transform: rotate(-45deg);
}

.kmt-section-toolbar__reset {
  margin-left: auto;
  color: #1a202c;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kmt-section-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
  font-family: "Manrope", sans-serif;
}

.kmt-section-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #f1f3f5;
  border-radius: 8px;
  background: #fff;
  transition: box-shadow .2s ease, transform .2s ease;
}

.kmt-section-card:hover {
  box-shadow: 0 12px 32px rgba(1, 2, 5, .14);
  transform: translateY(-2px);
}

.kmt-section-card__image-link {
  width: 100%;
  aspect-ratio: 388 / 258;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  background: #f1f3f5;
}

.kmt-section-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kmt-section-card__content {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 12px 15px 15px;
  background-color: #fff;
}

.kmt-section-card__content::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 388px;
  height: 190px;
  background: url("/local/templates/autoComtransTrailer/components/bitrix/catalog/.default/bitrix/catalog.section/kmt_section/images/card-pattern.svg") right bottom / 388px 190px no-repeat;
  clip-path: polygon(43% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.kmt-section-card__name,
.kmt-section-card__category,
.kmt-section-card__features,
.kmt-section-card__price,
.kmt-section-card__button {
  position: relative;
  z-index: 1;
}

.kmt-section-card__name {
  min-height: 19px;
  display: block;
  overflow: hidden;
  color: #010205;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kmt-section-card__category {
  min-height: 14px;
  margin-top: 8px;
  overflow: hidden;
  color: #010205;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kmt-section-card__features {
  min-height: 67px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 14px 0 0;
}

.kmt-section-card__feature {
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  line-height: 1.25;
}

.kmt-section-card__feature dt {
  order: 1;
  min-width: 0;
  overflow: hidden;
  color: #686868;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kmt-section-card__feature::before {
  content: "";
  order: 2;
  min-width: 12px;
  flex: 1 1 auto;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.kmt-section-card__feature dd {
  order: 3;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #010205;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kmt-section-card__price {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 9px;
  margin-bottom: 7px;
}

.kmt-section-card__price span {
  color: #686868;
  font-size: 14px;
  line-height: 1;
}

.kmt-section-card__price strong {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}

.kmt-section-card__button {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: #010205;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.kmt-section-card__button:hover,
.kmt-section-card__button:focus-visible {
  border-color: #005693;
  color: #fff;
  background: #005693;
}

.kmt-section-pagination {
  margin-top: 32px;
}

@media (min-width: 769px) {
  .kmt-types-column {
    width: 100%;
    float: none;
    clear: both;
    padding-right: 0;
    padding-left: 0;
  }

  .catalog-menu {
    width: 23%;
    margin-right: 2%;
    padding-right: 0;
    padding-left: 0;
  }

  .catalog-content {
    width: 75%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .kmt-types-column {
    width: 100%;
    float: none;
    clear: both;
    padding-right: 0;
    padding-left: 0;
  }

  .catalog-menu {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 0;
    min-height: 0;
    float: none;
    padding: 0;
  }

  .catalog-menu .kmt-filter-launch {
    position: absolute;
    top: 12px;
    right: 0;
  }

  .catalog-content {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }

  .kmt-section-toolbar__top {
    flex-wrap: wrap;
  }

  .kmt-section-toolbar__sort {
    display: none;
  }

  .kmt-section-toolbar__summary {
    display: block;
    padding-right: 64px;
  }

  .kmt-section-toolbar__tags {
    align-items: flex-start;
  }

  .kmt-section-toolbar__reset {
    align-self: center;
  }

  .kmt-section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .kmt-section-toolbar__applied {
    margin-top: 21px;
  }

  .kmt-section-toolbar__tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kmt-section-toolbar__tag {
    min-width: 0;
    justify-content: space-between;
  }

  .kmt-section-toolbar__tag span {
    min-width: 0;
    overflow: hidden;
  }

  .kmt-section-toolbar__tag span:not(small) {
    text-overflow: ellipsis;
  }

  .kmt-section-toolbar__reset {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .kmt-section-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .kmt-section-card__image-link {
    aspect-ratio: 358 / 237;
  }

  .kmt-section-card__content::after {
    right: -30px;
  }
}

/* End */
/* /local/templates/autoComtransTrailer/components/bitrix/catalog/.default/style.css?1581574065699 */
/* /local/templates/autoComtransTrailer/components/bitrix/catalog/.default/bitrix/catalog.section.list/kmt_types/style.css?17847340895551 */
/* /local/templates/autoComtransTrailer/components/bitrix/catalog.smart.filter/kmt_filter/style.css?17847284669912 */
/* /local/templates/autoComtransTrailer/components/bitrix/system.pagenavigation/.default/style.css?15815740662246 */
/* /local/templates/autoComtransTrailer/components/bitrix/catalog/.default/bitrix/catalog.section/kmt_section/style.css?17847300828248 */
