

/* Start:/local/templates/site_replication/components/bitrix/news.list/tkom_products/style.css?177513324226511*/

h1 {
    font-size: 2em;
  }
  hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }

  .product img {
    object-fit: fill;
  }

  .search-close {
    background: transparent url(/local/templates/shk/assets/img/icons/cancel.svg) no-repeat center;
    position: absolute;
    right: 35px;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 1000;
  }

  .selected__f {
    color: #6CACE4;
     background: transparent url(/local/templates/site_replication/assets/img/icons/cancel.svg) right center no-repeat;
     padding-right: 35px;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  a {
    background-color: transparent;
    text-decoration: none;
    color: #000;
  }
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  b,
  strong {
    font-weight: bolder;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  img {
    border-style: none;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    -webkit-appearance: button;
  }
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring,
  button:-moz-focusring {
    outline: ButtonText dotted 1px;
  }
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
  [type="checkbox"],
  [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  summary {
    display: list-item;
  }
  [hidden],
  template {
    display: none;
  }
  .block-commutator-products,
  .block-commutators {
    padding-top: 50px;
    padding-bottom: 1px;
    padding-left: 300px;
    background-color: #f2f2f2;
  }
  .commutators__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 190px;
    margin-bottom: 75px;
  }
  .commutators__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 95px;
  }
  .commutators__btns__all {
    font-size: 21px;
    color: #003274;
    text-decoration: underline;
  }
  .commutators__commutators-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .commutators__commutators-container::-webkit-scrollbar {
    display: none;
  }
  .commutators__commutators-item,
  .commutators__commutators-item-additional {
    cursor: pointer;
    display: block;
    max-width: 45%;
    height: 201px;
    width: 100%;
    margin-right: 50px;
    background-color: #003274;
    padding: 36px;
    border: none;
    outline: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 3.00189px 1.00063px 21px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 3.00189px 1.00063px 21px 0 rgba(0, 0, 0, 0.19);
  }
  .commutators-item__title {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    text-transform: none;
    font-weight: 700;
    line-height: 123.8%;
    letter-spacing: -0.2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .commutators__commutators-item-additional.active,
  .commutators__commutators-item.active {
    background-color: #fff;
  }
  .commutators__commutators-item-additional.active .commutators-item__title,
  .commutators__commutators-item.active .commutators-item__title {
    color: #003274;
  }
  .commutators-item__image {
    max-width: 100%;
  }
  .commutators-item__image img {
    width: 100%;
  }
  .commutators-item__text {
    font-size: 21px;
    text-transform: lowercase;
    line-height: 152%;
  }
  .commutators__btns__all-mobile {
    display: none;
  }
  .commutators__btns-arrow {
    cursor: pointer;
  }
  .commutators__description {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.021px;
    max-width: 1000px;
  }
  .main-title > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media (max-width: 576px) {
    .commutators__description {
      font-size: 16px;
    }
  }
  @media (max-width: 1580px) {
    .block-commutator-products,
    .block-commutators {
      padding-top: 80px;
      padding-bottom: 10px;
      padding-left: 6vw;
    }
  }
  @media (max-width: 1280px) {
    .commutators-item__date,
    .commutators-item__text,
    .commutators-item__title,
    .commutators__btns__all {
      font-size: 25px;
    }
  }
  @media (max-width: 1150px) {
    .commutators__btns {
      gap: 50px;
    }
    .commutators__header {
      padding-right: 20px;
    }
  }
  @media (max-width: 1024px) {
    .block-commutator-products,
    .block-commutators {
      padding-top: 50px;
      padding-bottom: 80px;
      padding-left: 50px;
    }
    .commutators-item__date,
    .commutators-item__text,
    .commutators-item__title,
    .commutators__btns__all {
      font-size: 16px;
    }
    .commutators__commutators-item,
    .commutators__commutators-item-additional {
      max-width: 350px;
      margin-right: 33px;
      height: 100px;
    }
  }
  @media (max-width: 860px) {
    .block-commutator-products,
    .block-commutators {
      padding-left: 20px;
      padding-right: 20px;
    }
    .commutators__header {
      padding-right: 0;
    }
    .commutators__commutators-item,
    .commutators__commutators-item-additional {
      max-width: 300px;
    }
  }
  @media (max-width: 670px) {
    .commutators__commutators-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 10px;
    }
    .block-commutator-products,
    .block-commutators {
      padding-top: 60px;
      padding-bottom: 70px;
    }
    .commutators__btns {
      gap: 60px;
    }
    .commutators__commutators-item,
    .commutators__commutators-item-additional {
      max-width: 100%;
      margin-right: 0;
    }
    .commutators-item__date,
    .commutators-item__text,
    .commutators-item__title {
      font-size: 15px;
    }
    .commutators__btns-arrow {
      width: 7px;
      height: 12px;
    }
    .commutators__btns__all {
      display: none;
    }
    .commutators__btns__all-mobile {
      display: block;
      font-size: 16px;
      text-decoration-line: underline;
      color: #000;
    }
  }
  .block-commutator-products {
    background-color: #fff;
    padding-top: 100px;
    max-width: 1700px;
    padding-right: 20px;
  }
  .filters-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 33px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .filter {
    position: relative;
    max-width: 336px;
  }
  .filter .in-filter {
    width: 336px;
    height: 55px;
    border-radius: 61px;
    border: 1px solid #003274;
    padding: 0 32px;
    font-size: 21px;
    line-height: 152%;
    letter-spacing: -0.42px;
    color: #828282;
    -webkit-appearance: none;
  }
  .filter select::-ms-expand {
    display: none;
  }
  .filter select.active {
    color: #000;
  }
  .filter img {
    position: absolute;
    width: 19px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 32px;
  }
  .filter.search img {
    width: 25px;
    height: 25px;
    left: 0;
    right: unset;
  }
  .filter input {
    width: 336px;
    height: 55px;
    border: none;
    outline: 0;
    border-bottom: 1px solid #a8a8a8;
    padding-left: 55px;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: -0.021px;
  }
  .products-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    gap: 90px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-close:hover {
    cursor: pointer;
  }
  #clearAll {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  #clearAll:hover {
    cursor: pointer;
  }
  .product {
    max-width: 400px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* .product:not(.product:nth-child(4n+1)) {
    margin-left: 60px;
  } */
  .product img {
    width: 100%;
  }
  .product-title {
    color: #003274;
    font-size: 28px;
    font-weight: 700;
    line-height: 152%;
    letter-spacing: -0.42px;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .product-description {
    color: #003274;
    font-size: 18px;
    line-height: 123.8%;
    letter-spacing: -0.09px;
    margin-bottom: 23px;
  }
  .product-link {
    color: #003274;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: -0.021px;
    text-decoration-line: underline;
  }
  .access-commutators,
  .agregation-commutators,
  .core-commutators,
  .power-source-commutators,
  .straight-cabels-commutators,
  .transceiver-commutators {
    display: none;
  }
  .access-commutators.active,
  .agregation-commutators.active,
  .core-commutators.active,
  .power-source-commutators.active,
  .straight-cabels-commutators.active,
  .transceiver-commutators.active {
    display: block;
  }
  .commutators__commutators-container.additional {
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .commutators__commutators-container.additional.active {
    display: flex;
  }
  /* .commutators__commutators-container.additional .commutators__commutators-item {
    background-color: #6cace4;
  } */
  .commutators__commutators-container.additional .commutators__commutators-item.active {
    background-color: #fff;
  }
  .commutators__commutators-container.additional .commutators__commutators-item.active .commutators-item__title {
    color: #6cace4;
  }
  @media (max-width: 1380px) {
    .product {
      max-width: 32%;
    }
  }
  @media (max-width: 1280px) {
    .filters-line {
      gap: 10px;
    }
    .filter {
      max-width: 315px;
    }
    .filter input,
    .filter select {
      width: 315px;
    }
    .product-title {
      font-size: 21px;
    }
    .product-description,
    .product-link {
      font-size: 16px;
    }
  }
  @media (max-width: 1100px) {
    .product {
      max-width: 31%;
    }
  }
  @media (max-width: 1042px) {
    .filter-lines-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 15px;
    }
    .filters-line {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      /* -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; */
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
    }
  }
  @media (max-width: 768px) {
    .product {
      max-width: 47%;
    }
    .filter-lines-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .filter input,
    .filter select {
      width: 280px;
      font-size: 16px;
    }
  }
  @media (max-width: 576px) {
    .product {
      max-width: 100%;
    }
    .product img {
      max-height: 200px;
      width: auto;
    }
  }
  .block-title {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .image-block {
    max-width: 100%;
    margin-bottom: 100px;
  }
  .image-block img {
    width: 100%;
  }
  .sub-title-container {
    padding-left: 300px;
    padding-right: 300px;
  }
  .sub-title {
    color: #003274;
    font-size: 44px;
    font-weight: 700;
    line-height: 123.8%;
    letter-spacing: -0.22px;
  }
  @media (max-width: 1580px) {
    .sub-title-container {
      padding-left: 6vw;
      padding-right: 6vw;
    }
  }
  @media (max-width: 1024px) {
    .sub-title {
      font-size: 26px;
    }
  }
  @media (max-width: 576px) {
    .sub-title {
      font-size: 18px;
      line-height: 26px;
    }
    .image-block {
      margin-bottom: 50px;
    }
    .block-title {
      margin-bottom: 35px;
    }
  }
  *,
  ::after,
  ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .--just-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .--just-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .--just-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .--align-str {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .--dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* html {
    font-size: 16px;
  }
  body,
  html {
    min-height: 100%;
    position: relative;
  }
  body {
    margin: 0;
    font-size: 1rem;
    font-family: Rosatom;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  li,
  ol,
  p,
  ul {
    margin: 0;
  }
  .title {
    font-weight: 700;
    font-size: 77px;
    line-height: 113%;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #003274;
    padding-top: 26px;
    padding-bottom: 80px;
    padding-left: 168px;
  } */
  span.bold {
    font-weight: 700;
  }
  span.dark_blue_bb {
    color: #003274;
  }
  span.light_blue_bb {
    color: #6cace4;
  }
  /* @media (max-width: 1440px) {
    .title {
      font-size: 64px;
      padding-left: 6vw;
    }
  }
  @media (max-width: 1280px) {
    .title {
      font-size: 54px;
    }
  }
  @media (max-width: 1024px) {
    .title {
      font-size: 50px;
      padding-left: 50px;
    }
  }
  @media (max-width: 768px) {
    .title {
      font-size: 45px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 50px;
    }
  }
  @media (max-width: 480px) {
    .title {
      font-size: 38px;
    }
  } */
  /*# sourceMappingURL=../sourcemaps/style.min.css.map */
  
  .main-title {
      height: 100%;
      /* position: absolute; */
      left: 24px;
      /* width: 100%; */
      display: flex;
      line-height: 20px;
      align-items: center;
      /* top: 10px; */
      cursor: pointer;
  }
  .in-filter ul {
    list-style: none;
  }
  
  .in-filter ul li:hover {
    cursor: pointer;
  }
  
  .reverse {
    transform: rotate(180deg);
  }
  
  .filter-list {
    z-index: 7;
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: inherit;
    border: 1px solid #003274;
    border-radius: 32px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    padding: 20px 32px;
    background: #fff;
  }

  .search-img:hover {
    cursor: pointer;
  }

  @media (min-width: 1920px) {
    .product img {
      min-height: 350px;
      max-height: 350px;
      margin-bottom: 30px;
    }
    .product-description {
      height: 100px;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 68px;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
    }
    .filters-line {
      gap: 150px;
      justify-content: unset;
    }

    .commutators__commutators-item, .commutators__commutators-item-additional {
      max-width: 701px;
      padding: 48px 64px 39px 64px;
    }
    .commutators__commutators-container {
      margin-bottom: 50px;
    }

  .commutators__commutators-container:has(#extraDevices:not(.active)) {
    margin-bottom: 80px;
  }

  #sixth{
    margin-bottom: 30px;
  }
  .block-title {
    margin-bottom: 130px;
    margin-top: 130px;
  }
  .sub-title {
    margin-bottom: 0;
  }
  }

  @media (min-width: 1440px) and (max-width: 1919px) {
    .commutators__description {
      font-size: 18px;
    }
    .block-commutator-products {
      width: 1430px !important;
    }
    .products-container {
      gap: 45px;
    }
    .product {
      width: 340px;
    }
    .sub-title {
      font-size: 30px;
    }
    .filters-line {
      gap: 50px;
      justify-content: unset;
    }
  }

  @media (min-width: 1280px) and (max-width: 1439px) {
    .block-title {
      margin-bottom: 63px;
  }
  .product-description {
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
    .sub-title {
      font-size: 28px;
  }
    .commutators__description {
      font-size: 18px;
    }
    .block-commutator-products {
      width: 1230px !important;
    }
    .products-container {
      gap: 42px;
      column-gap: 62px;
    }
    .product {
      width: 275px;
    }
    .filter .in-filter {
      width: 250px;
      font-size: 15px;
    }
    .filter input {
      width: 250px;
      font-size: 15px;
    }
    .filter-list ul {
      padding-left: unset;
    }
    .filter-list {
      padding-bottom: unset;
    }

    .commutators__commutators-container:has(#extraDevices:not(.active)) {
      margin-bottom: 90px;
    }
  
    #sixth{
      margin-bottom: 60px;
    }

    .filters-line {
      gap: 70px;
      justify-content: unset;
    }
  }

  @media (min-width: 1024px) and (max-width: 1279px) {
    .commutators__description {
      max-width: 764px;
    }
    .filters-line-2 {
      flex-direction: row;
      align-items: end;
    }
    .block-commutator-products {
      padding-top: 50px;
    }
    .commutators__commutators-item, .commutators__commutators-item-additional {
      padding: 19px;
    }
    .block-commutator-products, .block-commutators {
      padding-bottom: 40px !important;
    }
    .commutators__description {
      font-size: 16px;
    }
    .block-commutator-products {
      width: 1000px !important;
    }
    .products-container {
      gap: 40px;
    }
    .product {
      width: 200px;
    }
    .filter .in-filter {
      width: 200px;
      font-size: 13px;
      padding: 0 12px;
    }
    .filter input {
      width: 200px;
      font-size: 16px;
      padding-left: 35px;
    }
    .filter-list ul {
      padding-left: unset;
    }
    .filter-list {
      padding-bottom: unset;
    }
    .commutators-item__title {
      font-size: 25px;
    }
    .product-title {
      font-size: 18px;
    }
    .product-link, .product-description {
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 56px;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
    }
    .filter.search img {
      width: 20px;
      height: 20px;
    }
    .filter img {
      width: 17px;
      height: 7px;
      right: 24px;
    }
    .filter-lines-container {
      flex-direction: column;
      align-items: flex-end;
    }
    .filters-line {
      width: 70%;
      margin-bottom: unset;
    }
  }

  @media (min-width: 768px) and (max-width: 1023px) {
    .commutators__commutators-container {
      /* justify-content: center; */
      justify-content: space-around;
      max-width: 100%;
      margin: 25px auto;
    }
    .block-commutators {
      padding-right: unset;
    }
    .commutators__header {
      margin-bottom: 40px;
  }
  .product img {
    width: 100%;
}
    .block-title {
      margin-bottom: 31.5px;
  }
    .commutators__description {
      font-size: 16px;
    }
    .block-commutator-products, .block-commutators {
      padding-left: 100px;
    }
    .commutators__commutators-item, .commutators__commutators-item-additional {
      max-width: 43%;
    }
    .commutators-item__title {
      font-size: 17px;
    }
    .block-commutator-products {
      width: 700px !important;
    }
    .products-container {
      gap: 40px;
      column-gap: 90px;
    }
    .product {
      width: 270px;
    }
    /* .filters-line {
      flex-direction: column-reverse;
      align-items: flex-start;
    } */
    .filter .in-filter {
      width: 200px;
      font-size: 13px;
      padding: 0 12px;
    }
    .filter input {
      width: 200px;
      font-size: 16px;
      padding-left: 35px;
    }
    .filter-list ul {
      padding-left: unset;
    }
    .filter-list {
      padding-bottom: unset;
    }
    .commutators-item__title {
      font-size: 20px;
    }
    .commutators__commutators-item,
    .commutators__commutators-item-additional {
      padding-top: 27px;
    }
    .product-title {
      font-size: 21px;
    }
    .product-link, .product-description {
      font-size: 16px;
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 56px;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
    }
    .filter.search img {
      width: 20px;
      height: 20px;
    }
    .filter img {
      width: 17px;
      height: 7px;
      right: 24px;
    }
    /* .filter-lines-container {
      display: flex;
      flex-direction: row;
    } */
    .block-title {
      margin-bottom: 80px;
      margin-top: 80px;
    }
    .sub-title {
      margin-bottom: 0;
    }
  }

  @media (max-width: 767px) {
    .product-description {
      height: 100px;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 60px;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
    }
    .filters-line {
      margin-bottom: unset;
    }
    .block-commutator-products, .block-commutators {
      padding-left: 50px;
    }
    .commutators__commutators-container {
      flex-direction: column;
      gap: 12px;
    }
    .commutators__commutators-item, .commutators__commutators-item-additional {
      max-width: 100%;
    }
    .commutators-item__title {
      font-size: 17px;
    }
    .block-commutator-products {
      width: 350px !important;
    }
    .products-container {
      gap: 50px;
    }
    .product {
      width: 280px;
    }
    .filters-line {
      flex-direction: column-reverse;
      align-items: flex-start;
    }
    .filter .in-filter {
      width: 280px;
      font-size: 18px;
      padding: 0 32px;
    }
    .filter input {
      width: 280px;
      font-size: 18px;
      padding-left: 35px;
    }
    .commutators__header {
      padding-right: unset;
    }
    .commutators__description {
      font-size: 15px;
    }
    .block-commutator-products, .block-commutators {
      padding-bottom: unset;
    }
    .block-commutator-products {
      padding-top: unset;
    }
    .filter-list ul {
      padding-left: unset;
    }
    .filter-list {
      padding-bottom: unset;
    }
  }
@media (min-width: 1440px) and (max-width: 1919.9px) {
  .sub-title-container,.block-commutator-products, .block-commutators {
    padding-left: 112px;
  }
  .block-title {
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .sub-title {
    margin-bottom: 0;
  }
  #clearAll {
    width: 85%;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .sub-title-container, .block-commutator-products, .block-commutators {
    padding-left: 100px;
  }
  .filters-line {
    gap: 85px;
  }
  .block-title {
    margin-bottom: 90px;
    margin-top: 100px;
  }
  .sub-title {
    margin-bottom: 0;
  }
  #clearAll {
    width: 85%;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  #clearAll {
    width: 99%;
  }
  .commutators__commutators-container {
    /* justify-content: center; */
    justify-content: space-around;
    max-width: 74%;
    margin: 25px auto;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .sub-title-container, .block-commutator-products, .commutators__header {
    padding-left: 50px;
  }
  .block-commutators {
    padding-left: unset;
  }
  .commutators__commutators-item {
    margin-right: unset;
  }
}

@media (max-width: 767px) {
  .sub-title-container, .block-commutator-products, .block-commutators {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .block-commutators {
    margin-bottom: 40px;
  }
  .commutators__header {
    margin-bottom: 15px;
  }
  .block-title {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .sub-title {
    margin-bottom: 0;
  }
  #clearAll {
    width: 90%;
  }
}
/* End */
/* /local/templates/site_replication/components/bitrix/news.list/tkom_products/style.css?177513324226511 */
