:root {
  --Orange-primery: #e84e26;
  --Brown-primery: #2b2a29;
}

.catalog.line a {
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  line-height: 124%;
  font-style: normal;
}

.catalog .bx-filter-param-text a {
  font-weight: 400;
}

.catalog.line .other__items {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.catalog.line .other__items .section_list--item {
  border: 0;
  margin: 0;
  width: 100%;
  padding: 20px 0;
}

.catalog.line .product-item-title {
  display: flex;
  width: 265px;
  height: 56px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 15px;
  color: var(--Brown-primery);
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}

.catalog.line .img-item {
  max-height: 100%;
  display: block;
  width: 170px;
  height: 315px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: inherit;
  object-fit: cover;
}

.catalog.line .product-line-item-info-right-container {
  display: flex;
  width: 25%;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  margin-left: auto;
  padding: 0 10px;
  justify-content: space-between;
}

.catalog.line .product_specifications--table {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 30%;
  padding: 0 10px;
}

.catalog.line .product-item {
  display: flex;
  flex-direction: row;
}

.catalog.line .catalog-blocks__items {
  width: 100%;
}

.catalog-blocks__filter {
  padding-right: 27px;
  padding-left: 27px;
}

.catalog.line .product-item-price-current {
  color: var(--Orange-primery);
  font-size: 24px;
}

.catalog.line .product-item-title a {
  color: var(--Brown-primery);
}

.catalog.line .btn-catalog {
  display: flex;
  max-width: 218px;
  height: 42px;
  padding: 23px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 2px;
  background: var(--Orange-primery);
  color: #fff;
}

.catalog-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.catalog.line .product-item__image {
  height: 170px;
}

.catalog.line .product-item-title {
  width: 25%;
  height: auto;
}

.section_list--item .product_specifications--table a {
  width: 100%;
}

.catalog.line .other__items .section_list--item {
  border-top: 1px solid #c9c9c9;
  border-left: 0;
  border-right: 0;
}

.catalog-blocks__mode .btn {
  padding: 5px 10px;
  border: 0;
}

.catalog-blocks__mode {
  padding-bottom: 15px;
}

.catalog-blocks__mode {
  display: flex;
  justify-content: space-between;
}

.btn-lazy-load {
  display: flex;
  width: 333px;
  height: 60px;
  padding: 23px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 2px;
  background: var(--Orange-primery, #e84e26);
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.block-view-mode i.fas {
  color: var(--Orange-primery);
}

.block-view-mode a.btn:hover i.fas {
  color: #fff;
}

select.form-control.sort,
select.form-control.sort:focus-visible,
select.form-control.sort:active,
select.form-control.sort:focus,
select.form-control.sort:target,
select.form-control.sort:hover,
select.form-control.sort:visited {
  border: 1px solid #c9c9c9;
}

select.form-control.sort {
  padding: 5px 5px;
  color: #808080;
}

.catalog-container .section_list--top .section_list--top__text {
  padding: 20px 20px 20px 27px;
  margin: 0;
  font-size: 20px;
  font-weight: 650;
}

.catalog-container .section_list--top .section_list--top_item:nth-child(2) {
  padding: 20px;
  flex-direction: row-reverse;
}

.catalog-container .section_list--top .section_list--top_item_side {
  padding: 20px;
  flex-direction: row-reverse;
}

.catalog-container .section_list--top .section_list--top__name {
  padding: 20px 20px 20px 27px;
  margin: 0;
}

.catalog-container .section_list--top .button__send {
  width: 325px;
  margin-bottom: 15px;
}

.catalog-container .section_list--top .tags-block .catalog-tags a {
  padding: 5px 10px;
  width: 250px;
}

.catalog.line .product_specifications--table__td:nth-child(2) {
  padding-left: 5px !important;
  max-width: 90%;
}

.catalog.line .other__items .product_specifications--table__row:after {
  border-top: 2px dotted #808080;
}

@media (max-width: 1024px) {
  .catalog-blocks {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .catalog.line .other__items {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .catalog.line .other__items .section_list--item {
    width: 100%;
    border: 1px solid #c9c9c9;
  }

  .catalog.line .product-item {
    flex-direction: column;
  }

  .catalog.line .product-line-item-info-right-container {
    margin-left: inherit;
    padding: 0 30px;
    width: auto;
    height: auto;
  }

  .catalog.line .product-item__image {
    width: 100%;
    height: 315px;
    overflow: hidden;
  }

  .catalog.line .product-item-title {
    padding: 20px 30px;
    width: 100%;
  }

  .catalog.line .product_specifications--table {
    padding: 10px 30px;
  }

  .catalog.line .product-line-item-info-right-container {
    align-items: center;
  }

  .catalog.line .img-item {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .block-view-mode {
    display: none;
  }

  .catalog-container .section_list--top .section_list--top_item:nth-child(2) {
    flex-direction: row;
  }

  .catalog .other__items .product_specifications--table {
    width: 100%;
  }

  .catalog-blocks__mode {
    padding-left: 27px;
  }
}

.other__items .section_list--item__right--name {
  min-height: 90px;
}

.bx-filter-section-name.filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bx-filter-section-name.filter .fa {
  display: none;
}

.bx-filter-block.type {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
}

@media (max-width: 1024px) {
  .bx-filter-section-name.filter .fa {
    display: block;
  }
}

@media (max-width: 768px) {
  .catalog-blocks__filter {
    max-width: 100%;
  }
}

@media (max-width: 425px) {
  .bx-filter-section-name.filter {
    cursor: pointer;
  }
  .catalog.line .other__items .section_list--item {
    width: 100%;
  }

  .catalog.line .product_specifications--table {
    width: 100%;
  }

  .catalog-container .section_list--top .section_list--top__name {
    padding-left: 27px;
  }

  .catalog-container .section_list--top .section_list--top__text {
    padding-left: 27px;
    font-size: 20px;
    font-weight: 650;
  }

  .catalog-container .section_list--top .button__send {
    width: 325px;
    margin-bottom: 15px;
  }

  .catalog-container .section_list--top {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}

/* 
*
*
*
*/

.catalog.card {
  padding: 68px 50px 0;
}
.catalog-blocks {
  max-width: 1508px;
  margin-inline: auto;
}
@media (width < 768px) {
  .catalog.card {
    padding: 16px 16px 0;
  }
}

.catalog-blocks__items {
  width: 100%;
}

.mikcataloggrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
}
@media (width < 500px) {
  .mikcataloggrid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

.mikcataloggrid__item {
  background: #f7f7f7;
  border-radius: 24px;
  padding: 16px;

  & .section__item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  & .section_list--item__image {
    aspect-ratio: 321/180;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
  }

  & .section--data {
    height: 100%;
  }
  & .section_list--item__right--inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  & .section_list--item__right--name {
    font-family: manrope;
    font-weight: 500;
    font-size: 24px;
    margin-block: 24px;
    line-height: 1.3;
    min-height: 0;
  }

  & .product_specifications--table {
    margin-bottom: 32px;
  }

  & .product_specifications--table__row {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 8px;

    &::after {
      content: "";
      height: 1px;
      width: 100%;
      border-top: 1px solid #21201f1a;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
    }
  }

  & .product_specifications--table__td {
    background-color: #f7f7f7;
    z-index: 2;
    font-family: manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #21201f80;
    letter-spacing: -0.03em;

    &:first-child {
      padding-right: 0.5em;
    }
    &:last-child {
      padding-left: 0.5em;
    }
  }

  & .section--buttons-block {
    margin-top: auto;
  }
  & .block__buttons {
    padding: 0 !important;
  }

  & .block__buttons__price,
  & .product-item-price-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;

    font-family: manrope;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #21201f80;
    letter-spacing: -0.03em;

    & span:last-child {
      font-size: 28px;
      color: #e84e26;
      font-weight: 600;
    }
  }

  & .button__elem__bottom {
    color: #f4f4f4;
    font-size: 26px;
    font-weight: 600;
    font-family: manrope;
    border-radius: 16px;
    background: #e84e26;
    padding: 14px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;

    transition: opacity 0.4s;
    &:hover {
      opacity: 0.6;
    }
  }
}
@media (width < 500px) {
  .mikcataloggrid__item {
    & .button__elem__bottom {
      font-size: 18px;
    }
  }
}
