

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/brands-projects-inner/style.css?17860965566735*/
.brand-list-inner {
}
.brand-list-inner__section {
  margin-top: 41px;
}
.brand-list-inner .brand-list-inner__section:first-child {
  margin-top: 0;
}
.brand-list-inner__section-content {
  margin-bottom: 24px;
}
.brand-list-inner__section-title {
  font-size: 1.73333em;
  line-height: calc(1em + 7px);
  color: #333;
  color: var(--white_text_black);
  margin-bottom: 23px;
}
.brand-list-inner__section-description {
}
.brand-list-inner__list {
}
.brand-list-inner__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px;
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
}
.brand-list-inner__image-wrapper {
  position: relative;
  margin-right: 35px;
}
.brand-list-inner__image {
  width: 150px;
  height: 90px;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.brand-list-inner__image-bg {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.brand-list-inner__content-wrapper {
  position: relative;
  width: 100%;
}
.brand-list-inner__top {
  position: relative;
  margin-bottom: 14px;
}
.brand-list-inner__bottom {
}
.brand-list-inner__label {
  font-size: 0.86667em;
  line-height: calc(1em + 7px);
  color: #999999;
  margin-bottom: 5px;
}
.brand-list-inner__name {
  font-size: 1.2em;
  line-height: calc(1em + 7px);
  color: #333333;
  color: var(--white_text_black);
  font-weight: bold;
}
.brand-list-inner__properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -19px;
  margin-right: -19px;
  margin-top: -14px !important;
  padding-top: 20px;
}
.brand-list-inner__property {
  padding: 0 19px;
  margin-top: 14px;
}
.brand-list-inner__property-label {
  font-size: 0.86667em;
  line-height: calc(1em + 7px);
  color: #999999;
}
.brand-list-inner__property-value {
}
.brand-list-inner__feedback {
  margin-top: -2px;
}
.brand-list-inner__arrow--mobile {
  display: none;
}
.brand-list-inner__description {
}
.brand-list-inner__description p:last-child {
  margin-bottom: 0;
}
/** view block **/
.brand-list-inner--view-block .brand-list-inner__top {
  margin-bottom: 10px;
}
.brand-list-inner--view-block .brand-list-inner__item {
  flex-direction: column;
}
.brand-list-inner--view-block .brand-list-inner__image-wrapper {
  text-align: center;
  margin: 0 0 30px 0;
}
.brand-list-inner--view-block .brand-list-inner__properties {
  padding-top: 26px;
}
.brand-list-inner--view-block .brand-list-inner__properties.line-block {
  align-items: flex-start;
  flex-direction: column;
}
.brand-list-inner--view-block .brand-list-inner__property {
  margin: 7px 0 0 0;
}
.brand-list-inner--view-block .brand-list-inner__arrow {
  display: none;
}

/** view only-logo **/
.brand-list-inner--view-only-logo .brand-list-inner__top {
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
}
.brand-list-inner--view-only-logo .brand-list-inner__item {
  flex-direction: column;
  padding: 37px;
  padding-bottom: 32px;
}
.brand-list-inner--view-only-logo .brand-list-inner__name {
  font-weight: normal;
  font-size: 0.86667em;
  line-height: calc(1em + 7px);
  text-align: center;
  color: #999999;
}
.brand-list-inner--view-only-logo .brand-list-inner__image-wrapper {
  text-align: center;
  margin: 0 0 1px 0;
}
.brand-list-inner--view-only-logo .brand-list-inner__properties {
  padding-top: 26px;
}
.brand-list-inner--view-only-logo .brand-list-inner__properties.line-block {
  align-items: flex-start;
  flex-direction: column;
}
.brand-list-inner--view-only-logo .brand-list-inner__property {
  margin: 7px 0 0 0;
}
.brand-list-inner--view-only-logo .brand-list-inner__arrow {
  display: none;
}
/* Карточки выполненных проектов */
.brands-projects-page .brand-list-inner__list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px !important;
}

.brands-projects-page .brand-list-inner__wrapper {
  min-width: 0;
}

.brands-projects-page .brand-list-inner__item {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  height: 100%;
  padding: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e9eb;
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.brands-projects-page--no-description .brand-list-inner__item {
  min-height: 250px;
}

.brands-projects-page .brand-list-inner__item:hover {
  border-color: transparent;
  box-shadow: 0 12px 34px rgba(30, 35, 40, 0.1);
  transform: translateY(-3px);
}

.brands-projects-page .brand-list-inner__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
  margin: 0;
}

.brands-projects-page .brand-list-inner__image {
  display: block;
  width: 100%;
  height: 90px;
}

.brands-projects-page .brand-list-inner__image-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.brands-projects-page .brand-list-inner__content-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
}

.brands-projects-page .brand-list-inner__top {
  margin: 24px 0 0;
}

.brands-projects-page .brand-list-inner__name {
  display: block;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  color: #2b2d30;
}

.brands-projects-page .brand-list-inner__bottom {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.brands-projects-page .client-case-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 9px;
  color: #8a8f98;
  font-size: 14px;
  line-height: 1.5;
}

.brands-projects-page .client-case-card__separator {
  color: #c2c5ca;
}

.brands-projects-page .client-case-card__description {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #eceef0;
  color: #6f747d;
  font-size: 14px;
  line-height: 1.55;
}

.brands-projects-page .client-case-card__description p {
  margin: 0;
}

.brands-projects-page--no-description .brand-list-inner__bottom {
  flex: 0 0 auto;
}

@media (max-width: 1199px) {
  .brands-projects-page .brand-list-inner__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .brands-projects-page .brand-list-inner__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px !important;
  }

  .brands-projects-page .brand-list-inner__item {
    min-height: 290px;
    padding: 22px;
  }

  .brands-projects-page--no-description .brand-list-inner__item {
    min-height: 225px;
  }
}

@media (max-width: 500px) {
  .brands-projects-page .brand-list-inner__list {
    grid-template-columns: 1fr;
  }
}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/brands-projects-inner/style.css?17860965566735 */
