

/* Start:/local/templates/skobeeff/components/bitrix/news/cases/style.css?17455726622146*/
section.header_promo.container {
  padding-top: 0;
}
.header_promo .first_screen .subtitle {
  margin-bottom: 0;
}
.tags_row {
  display: flex;
  gap: 40px 20px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tags_row .tag {
  cursor: pointer;
  background: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  color: #202020;
  border: 1px solid transparent;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
}
.tags_row .tag span {
  color: #b5b5b5;
}
.tags_row .tag.active {
  color: #2a8ff7;
  border: 1px solid #2a8ff7;
}
.tags_row .tag.hidden {
  display: none;
}
.tags_title {
  color: #202020;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  flex: 0 0 auto;
  width: auto;
}
.tags_wrapper {
  gap: 40px;
  margin-bottom: 36px;
}
.show_all_tag {
  color: #757575;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  cursor: pointer;
}
.show_all_tag:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .tags_row {
    gap: 20px;
  }
  .first_screen__img .offer_ico__b {
    right: 40px;
  }
  .header_promo .first_screen__img .offer_ico__s:last-child {
    top: 180px;
  }
  .header_promo .first_screen .subtitle {
    line-height: 26px;
    margin-bottom: 50px;
  }
  .first_screen .subtitle br {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .tags_row .tag,
  .show_all_tag {
    font-size: 14px;
    line-height: 16px;
  }
  .tags_row {
    align-items: center;
    gap: 10px;
  }
  .tags_title {
    font-size: 24px;
    line-height: 28px;
  }
  .tags_wrapper {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .header_promo .first_screen .subtitle {
    width: 100%;
  }
  .header_promo .first_screen__img .offer_ico__b {
    right: 20px;
  }
  .header_promo .first_screen__img .offer_ico__s:last-child {
    right: 10px;
    top: 250px;
  }
  span.mob_br {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .section-title span.mobile-br {
    display: block;
  }
}

/* End */


/* Start:/local/templates/skobeeff/components/bitrix/breadcrumb/visual_bread/style.css?17413394271072*/
.bx-breadcrumb {
    color: #fff;
    margin-bottom: 34px;
}
.bx-breadcrumb-item {
    display: inline;
    font-size: 14px;
    line-height: 16px;
}
.bx-breadcrumb-item a:link,
.bx-breadcrumb-item a,
.bx-breadcrumb-sep,
.breadcrumb-toggler {
    color: #757575;
}
.breadcrumb-toggler,
.breadcrumb-toggler.active span {
    display: none;
}

@media (max-width: 600px) {
    .bx-breadcrumb-item {
        display: none;
    }
    .breadcrumb-toggler {
        display: inline;
        position: relative;
        padding-left: 20px;
    }
    .breadcrumb-toggler:before {
        content: '<';
        color: #757575;
        font-size: 18px;
        width: 20px;
        height: 20px;
        display: flex;
        position: absolute;
        align-items: center;
        justify-content: center;
        top: 50%;
        transform: translateY(-50%);
    }
    .breadcrumb-toggler.active:before {
        transform: translateY(-50%) rotate(180deg);
    }
    .bx-breadcrumb-item.active {
        display: inline;
    }

}
/* End */


/* Start:/local/templates/skobeeff/components/bitrix/news/cases/bitrix/news.list/.default/style.css?17472110984192*/
.right-col-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.right-col-grid--empty {
  grid-template-rows: max-content;
}
.right-col-grid .cases_item {
  margin-bottom: 0;
}
.cases-divider-row,
.cases-main-row {
  margin-bottom: 24px;
}

/* Стили карточки */
.cases_item {
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 24px;
  height: 100%;
  position: relative;
  background-repeat: no-repeat !important;
  background: var(--bg-color);
  color: var(--color);
  overflow: hidden;
}
.cases_item__title {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.cases_item__text {
  opacity: 0.7;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
}
.cases_item__text a,
.cases_item__text a:link,
a.cases_item__tag,
a.cases_item__tag:link {
  color: var(--color);
}
.cases_item__tag {
  font-size: 16px;
  opacity: 0.3;
}
.blog_item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
}
.cases_item__link a:hover {
  opacity: 0.7;
}
.cases_item__link a {
  text-align: center;
  border-radius: 20px;
  width: max-content;
  padding: 7px 20px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  background: var(--btn-color);
  color: var(--color);
}
.cases_item__link {
  position: relative;
  z-index: 2;
}

/* Стили карточки */
/* Стили если есть картинка */ 
.cases_item.image-center-right .cases_item__text {
  max-width: 65%;
}
.cases_item.image-right-top {
  padding: 140px 30px 30px 30px;
}
.cases_item.image-right-bottom {
  padding: 30px 30px 160px 30px;
}
.cases_item.image-right-top .cases_item__img {
  bottom: unset;
  top: 0;
}
.cases_item.image-center-right .cases_item__img {
  width: 35%;
  /* right: 0;
  top: 50%;
  transform: translateY(-50%); */
}
.cases_item__img {
  position: absolute;
  right: -2px;
  bottom: -1px;
}
.cases_item.cases_item--full-width.image-center-big {
    height: auto;
    overflow: hidden;
    margin: 0;
}
/* .cases_item.cases_item--2:hover .cases_item__img,
.cases_item.cases_item--7:hover .cases_item__img,
.cases_item.cases_item--8:hover .cases_item__img {
  animation: cases_item__img--animation2 0.2s linear forwards;
}
.cases_item:hover .cases_item__img {
  animation: cases_item__img--animation 0.2s linear forwards;
  backface-visibility: hidden;
} */
/* Стили если есть картинка */
@keyframes cases_item__img--animation {
  0% {
    transform: scale(1, 1);
    animation-timing-function: linear;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
  100% {
    transform: translateX(-6px) translateY(4px) scale(1.05, 1.05);
    -webkit-transform:;
    -moz-transform:;
    -ms-transform:;
    -o-transform:;
}
}
@keyframes cases_item__img--animation2 {
  0% {
    transform: translateX(0px) translateY(0px) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    transform: translateX(-7px) translateY(-4px) scale(1.05, 1.05);
  }
}

@media (max-width: 992px) {
  .right-col-grid {
    --bs-gutter-y: 24px;
  }
}
@media (max-width: 767px) {
  .cases-main-row .row:not(.flex-column) {
    flex-direction: column;
    /* --bs-gutter-y: 24px; */
  }
  .right-col-grid {
    --bs-gutter-y: 0px;
    gap: 0;
  }
  .cases-main-row {
    margin-bottom: 0;
  }
  .right-col-grid .cases_item {
    margin-bottom: 24px;
    height: auto;
  }
  /* .cases_item.cases_item--full-width.image-center-big img {
    display: none;
  } */
   .cases_item.cases_item--full-width.image-center-big {
    padding: 30px 30px 220px 30px;
  }
}
@media (max-width: 700px) {
  .cases_item.cases_item--1 img,
  .cases_item.cases_item--2 img {
    width: 200px;
  }
}

@media (max-width: 500px) {
  .cases_item.cases_item--1 .cases_item__text,
  .cases_item.cases_item--2 .cases_item__text {
    width: 200px;
  }
}

/* End */
/* /local/templates/skobeeff/components/bitrix/news/cases/style.css?17455726622146 */
/* /local/templates/skobeeff/components/bitrix/breadcrumb/visual_bread/style.css?17413394271072 */
/* /local/templates/skobeeff/components/bitrix/news/cases/bitrix/news.list/.default/style.css?17472110984192 */
