

/* Start:/local/templates/ycs/components/bitrix/news.list/portfolio/style.css?17471535311344*/
.portfolio__menu {
  margin-bottom: 8rem;
}

.pricelist__title {
  font-family: 'Kyiv*Type Serif', serif;
  font-size: 80px;
  font-weight: 300;

  text-align: center;
  text-transform: uppercase;
}

.pricelist-tabs {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 50px;
}

.pricelist-tabs__row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  /* grid-template-columns: repeat(6, 1fr); */
}

@media (max-width: 1919px) {
  /* .pricelist-tabs__row {
    grid-template-columns: repeat(3, 1fr);
  } */
}

.pricelist-tabs__button {
  padding: 5px 35px;

  font-size: 18.5px;
  text-transform: uppercase;
  text-align: center;

  color: #969696;
  border-bottom: 1px solid #969696;
}

.pricelist-tabs__button_active {
  position: relative;
  color: #242424;
}

.pricelist-tabs__button_active::after {
  display: block;
  content: '';

  width: 100%;
  height: 2px;

  background-color: #242424;

  position: absolute;
  right: 0;
  bottom: -1px;
}

.pricelist-tab {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.example__wrapper .product-model {
  margin-right: 4rem;
  margin-bottom: 4.4rem !important;
}

@media only all and (max-width: 48em) {
  .example__wrapper .product-model:nth-last-of-type(-n + 2) {
    margin-bottom: 0 !important;
  }
}

.no-wrap {
  white-space: nowrap;
}

/* End */
/* /local/templates/ycs/components/bitrix/news.list/portfolio/style.css?17471535311344 */
