

/* 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/uslugi/bitrix/news.detail/.default/style.css?175697914216942*/
section.header_promo.container {
  padding-top: 0;
}
.header_promo .first_screen__button {
  margin-top: 90px;
}
.header_promo.service_page .first_screen {
  z-index: 2;
}
.header_promo.service_page .first_screen__button {
  margin-top: 0;
}
.header_promo.service_page .subtitle{
  margin-bottom: 65px;
  font-size: 22px;
  line-height: 26px;
}
.header_promo.service_page img.first_screen__img {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: auto;
}

.advantages:before,
.advantages:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1300px;
  height: 800px;
  background: url(/images/adv_arrow.png) center / contain no-repeat;
  z-index: 1;
}
.advantages:after {
  bottom: unset;
  top: 50%;
  right: 0;
  left: unset;
}
.advantages .container {
  position: relative;
  z-index: 2;
}
.section-subtext__white {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 30px;
  font-size: 20px;
  line-height: 30px;
}
.section-subtext__white a,
.section-subtext__white a:link {
  color: #2a8ff7;
}
.advantages_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-top: 48px;
}
.advantages_item {
  padding: 30px 34px;
  background: #2a8ff7;
  border-radius: 20px;
  color: #fff;
}
.advantages_item:nth-child(2) {
  background: #7a5bbf;
}
.advantages_item:nth-child(3) {
  background: #4ea85d;
}
.advantages_item .title {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 30px;
}
.advantages_item .text {
  font-size: 20px;
  line-height: 30px;
}

.tabs_block__wrapper {
  display: flex;
  gap: 20px;
}
.tabs_block__items {
  flex-shrink: 0;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tabs_block__contents {
  flex-grow: 1;
}
.tabs_block__item {
  background: #f5f5f5;
  padding: 20px 40px;
  border-radius: 20px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  cursor: pointer;
}
.tabs_block__items .tabs_block__item:last-child {
  margin-bottom: 0;
}
.tabs_block__item.active {
  background: #4c607f;
  color: #fff;
}
.tabs_block__content {
  background: #4c607f;
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  font-size: 20px;
  line-height: 30px;
  height: 100%;
  position: relative;
}
.tabs_block__content > .text *:last-child {
  margin-bottom: 0;
}
.tabs_block__contents .tabs_block__content:not(.active) {
  display: none;
}
.tabs_block__content .img {
  position: relative;
  right: -40px;
  display: flex;
  justify-content: flex-end;
}
.tabs_block__content--mobile {
  display: none;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.5s ease;
  -webkit-transition: max-height 0.3s ease, opacity 0.5s ease;
  -moz-transition: max-height 0.3s ease, opacity 0.5s ease;
  -ms-transition: max-height 0.3s ease, opacity 0.5s ease;
  -o-transition: max-height 0.3s ease, opacity 0.5s ease;
}

.price_wrapper {
  display: grid;
  gap: 85px 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 110px;
}
.section-subtext__white--2 {
  margin-top: 60px;
}
.shaped_block.price_item {
  position: relative;
  padding: 50px 20px 30px 30px;
  border-radius: 20px;
  height: 100%;
  color: #202020;
  background: #fff;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.dark_blue2_bg .shaped_block:before {
  background: url(/images/geometry-blue.svg) center / contain no-repeat;
}
.shaped_block:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 60px;
  top: -20px;
  left: 0;
}
.shaped_block__image {
  background: #fff;
  border-radius: 100%;
  position: absolute;
  width: 90px;
  height: 90px;
  top: -60px;
  left: 40px;
}
.shaped_block__image img {
  width: 100%;
  height: 100%;
}
.price_item__title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  width: 275px;
  margin-bottom: 12px;
}
.price_item__subtext {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
  color: var(--color);
}
.price_item__text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.price_item__text ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.price_item__cost {
  font-size: 20px;
  line-height: 60px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: 20px;
}
.price_item__cost span {
  font-size: 42px;
  line-height: 60px;
}
.price_item__text ul li {
  margin-bottom: 8px;
}
.price_item .button_2 {
  background: var(--color);
  border: 1px solid var(--color);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price_item .button_2:hover {
  background: transparent;
  color: var(--color);
}

.cta_block__wrapper .title_wrapper {
  width: 80%;
}
.cta_block__items {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 40px;
  margin: 40px 0 100px 0;
}
.cta_block__wrapper .color-blue > * {
  color: #2a8ff7 !important;
  margin-bottom: 0;
}
.cta_block__image {
  position: relative;
}
.cta_block__image:after {
  content: "";
  background: url(/images/book1.png.png) center no-repeat;
  background-size: 100%;
  width: 695px;
  height: 550px;
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  left: -20%;
}
.cta_block__image img {
  display: none;

  /* position: absolute;
    top: -130px;
    right: 50%;
    transform: translateX(50%);
    width: 700px;
    height: 550px;
    max-width: max-content; */
}
.big_animated__button {
  margin: 0 !important;
}
.cta_block__items span {
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 14px;
  /* position: absolute; */
}
.cta_block__items div {
  /* min-height: 70px; */
  position: relative;
}
.cta_block__item--1,
.cta_block__item--2,
.cta_block__item--5 {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  transform: rotate(3deg);
}
.cta_block__item--1 span,
.cta_block__item--2 span,
.cta_block__item--5 span {
  background: #f5f5f5;
}
.cta_block__item--3 span,
.cta_block__item--6 span {
  border: 2px dashed #2a8ff7;
}
.cta_block__item--4 span,
.cta_block__item--7 span {
  background: #000;
  color: #fff;
}
.cta_block__item--3,
.cta_block__item--6,
.cta_block__item--7 {
  -webkit-transform: rotate(357deg);
  -moz-transform: rotate(357deg);
  transform: rotate(357deg);
}

.why_we__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.why_we__item .title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.why_we__item .text p:last-child {
  margin-bottom: 0;
}
.why_we__grid .why_we__item {
  background: var(--bg-color);
  padding: 30px;
  border-radius: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 235px;
}
.why_we__grid .why_we__item.has-img .text {
  padding-bottom: 33%;
}
.why_we__grid .why_we__item:first-child.has-img .text {
  width: 50%;
  padding-bottom: 0;
}
.why_we__grid .why_we__item:first-child {
  grid-area: 1 / 1 / 2 / 3;
  color: #202020;
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  background-size: 200px;
}

.reward_block .h2 span {
  color: #2a8ff7;
  display: block;
  font-size: 64px;
  line-height: 76px;
  margin-bottom: 8px;
}
.reward_block .h2 {
  margin-bottom: 24px;
}
.rewarad_row {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.reward_item {
  font-size: 20px;
  line-height: 31px;
  display: flex;
  background: #fff;
  border-radius: 14px;
  padding: 10px 13px;
  align-items: center;
  gap: 20px;
}
.reward_item .reward_item__row {
  width: calc(100% / 1 - 20px);
  display: flex;
  gap: 20px;
}
.reward_item .title {
  color: #000;
}
.reward_item .year {
  color: #2a8ff7;
}
.reward_item .text {
  color: #757575;
  width: 65%;
}
.reward_item .place {
  width: 45px;
  height: 52px;
}
.reward_title .section-title__subtext {
  margin: 0;
}
.reward_title {
  margin-bottom: 20px;
}
.show_reward {
  color: #2a8ff7;
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.show_reward:hover {
  text-decoration: none;
}
.reward_row {
  display: flex;
  flex-direction: column;
}
.reward_images .img3 {
  position: absolute;
  top: 0;
  right: 70px;
  width: 125px;
  z-index: 1;
}
.reward_images .img2 {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 185px;
}
.reward_images .img1 {
  position: relative;
  z-index: 2;
}

.garanty_item {
  margin-bottom: 30px;
  border-radius: 20px;
  background: #fff;
  padding: 30px 20px;
  position: relative;
}
.garanty_item:last-child {
  margin-bottom: 0;
}

.garanty_item .check__ico--border {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.garanty_item .check__ico--border img {
  width: 62px;
  height: 62px;
  position: relative;
  left: 0px;
  top: 0;
}
.garanty_item__title {
  font-size: 30px;
  margin-bottom: 20px;
}
.garanty_item__text {
  font-size: 20px;
  line-height: 30px;
  padding-right: 110px;
}
.garanty_img__text {
  color: #fff;
}
.garanty_img {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.garanty_img__text .title {
  font-size: 30px;
  line-height: 51px;
  margin-bottom: 8px;
  font-weight: bold;
}
.garanty_img__text .text {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
.garanty_img__text:before {
  content: "";
  background: url(/images/right-arrow_16.png) center / contain no-repeat;
  position: absolute;
  width: 155px;
  height: 155px;
  left: 0;
  bottom: 100%;
}
.garanty_img__wrapper img {
  display: none;
}
.garanty_img__wrapper {
  position: relative;
  height: 100%;
}
.garanty_img__wrapper:after {
  content: "";
  background: url(/images/garanty4.png) center / cover no-repeat;
  width: 870px;
  height: 530px;
  position: absolute;
  left: 53%;
  top: 0;
  transform: translateX(-50%);
}
.seo_text {
  font-size: 18px;
  line-height: 27px;
}
.seo_text p:last-child {
  margin-bottom: 0;
}



@media screen and (max-width: 1200px) {
  .header_promo .first_screen__button {
    margin-top: 80px;
  }
  .cta_block__image img {
    right: 40%;
    top: -70px;
    width: 600px;
    height: 450px;
  }
  .price_wrapper {
    gap: 75px 14px;
  }
  .shaped_block.price_item {
    padding: 40px 20px 22px 20px;
  }
  .price_item__title {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 10px;
  }
  .price_item__subtext {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 16px;
  }
  .price_item__text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 25px;
  }
  .price_item__cost {
    font-size: 16px;
    line-height: 45px;
    margin-bottom: 16px;
  }
  .price_item .button_2 {
    font-size: 16px;
  }
  .price_item__cost span {
    font-size: 31px;
    line-height: 45px;
  }
  .garanty_item__title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 32px;
    padding-right: 40px;
  }
  .garanty_item__text {
    font-size: 14px;
    line-height: 17px;
  }
  .garanty_item .check__ico--border {
    width: 40px;
    height: 40px;
  }
  .garanty_item .check__ico--border img {
    width: 32px;
    height: 32px;
  }
  .garanty_img__text .title {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 5px;
  }
  .garanty_img__text .text {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .cta_block__image:after {
    background-size: 100%;
    width: 530px;
    height: 420px;
    left: 40%;
    transform: translateY(-50%) translateX(-50%);
  }
  .cta_block__items {
    margin: 40px 0 60px 0;
    gap: 40px 20px;
  }
  .garanty_img__text:before {
    width: 115px;
    height: 115px;
  }
  .garanty_img__wrapper:after {
    width: 490px;
    height: 302px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .garanty_item {
    margin-bottom: 20px;
    padding: 10px 20px;
  }
  .section-subtext__white--2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .rewarad_row {
    gap: 16px;
  }
  .reward_block .h2 span {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 5px;
  }
  .reward_block .h2 {
    margin-bottom: 16px;
  }
  .cta_block__image img {
    right: 50%;
  }
  .cta_block__items span {
    padding: 10px 15px;
    font-size: 12px;
  }
  .tabs_block__content {
    padding: 30px;
  }
  .tabs_block__content .img {
    right: -30px;
  }
  .tabs_block__wrapper,
  .tabs_block__items {
    gap: 16px;
  }
  .tabs_block__item {
    padding: 15px 30px;
    font-size: 22px;
    line-height: 30px;
  }
  div.section-title,
  div.section-title.has-subtitle {
    margin-bottom: 20px;
  }
  .section-slider-title {
    margin-bottom: 40px;
  }
  .reward_title {
    margin-bottom: 60px;
  }
  .section-subtext__white,
  .why_we__item {
    padding: 20px;
  }
  .advantages_item .title,
  .why_we__item .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .advantages_item .text,
  .section-subtext__white,
  .tabs_block__content,
  .why_we__item .text,
  .reward_item,
  .show_reward,
  .seo_text {
    font-size: 14px;
    line-height: 21px;
  }

}

@media screen and (max-width: 992px) {
  .header_promo .first_screen__button {
    margin-top: 40px;
  }
  .shaped_block.price_item {
    padding: 40px 20px 40px 20px;
  }
  .garanty_item .check__ico--border {
    bottom: unset;
    top: 50%;
    margin-top: -25px;
  }
  .garanty_img__wrapper:after {
    display: none;
  }
  .garanty_item__text {
    padding: 0;
  }
  .garanty_img__wrapper img {
    display: block;
    width: 347px;
    margin: 0 auto;
  }
  .garanty_img__text:before {
    width: 135px;
    height: 125px;
  }
  .garanty_item__title span {
    display: block;
  }
  .reward_row {
    flex-direction: row;
  }
  .reward_images .img3 {
    right: 0px;
    width: 75px;
  }
  .reward_images .img2 {
    position: absolute;
    bottom: unset;
    top: 120px;
    right: 0px;
    width: 102px;
  }
  .reward_item .reward_item__row {
    gap: 0px;
    flex-direction: column;
  }
  .rewarad_row {
    gap: 14px;
  }
  .reward_item .text {
    font-size: 12px;
    line-height: 18px;
  }
  .cta_block__image img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .cta_block__image:after {
    display: none;
  }
  .price_wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 80px;
  }
  div.section-title{
    width: 100%;
  }
  .advantages_grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 14px;
    margin-top: 40px;
  }
  .why_we__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
  .why_we__grid .why_we__item:first-child {
    grid-area: unset;
    background-size: 30%;
  }
  .why_we__grid .why_we__item {
    background-size: 175px;
  }
  .why_we__grid .why_we__item.has-img .text {
    padding-bottom: 0%;
    width: 60%;
  }
  .tabs_block__contents {
    display: none;
  }
  .tabs_block__wrapper {
    display: block;
  }
  .tabs_block__item.active + .tabs_block__content {
    display: block;
    opacity: 1;
  }
  .tabs_block__items {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header_promo.service_page .subtitle {
    font-size: 18px;
    line-height: 21px;
  }
  .garanty_item .check__ico--border {
    top: 10px;
    margin-top: 0;
  }
  .reward_title {
    width: 60%;
  }
  .reward_images {
    width: 40%;
  }
  .reward_images .img3 {
    width: 68px;
  }
  .reward_images .img1 {
    position: absolute;
    width: 200px;
    max-width: unset;
    right: 10px;
  }
  .cta_block__wrapper .title_wrapper {
    width: 100%;
  }
  .cta_block__items {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    margin-bottom: 0;
  }
  .cta_block__items div {
    min-height: auto;
    align-self: flex-start;
  }
  .cta_block__items span {
    padding: 10px 45px;
    display: block;
    text-align: center;
  }
  .cta_block__item--6 {
    transform: unset;
  }
  div.cta_block__item--1,
  div.cta_block__item--3 {
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    align-self: self-end;
  }
  .cta_block__item--2,
  .cta_block__item--5 {
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
  }
  .tabs_block__item {
    padding: 12px 30px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 450px) {
  .garanty_item .check__ico--border img {
    width: 27px;
    height: 27px;
  }
  .garanty_item .check__ico--border {
    width: 30px;
    height: 30px;
  }
  .reward_images .img1 {
    right: 0;
  }
  .reward_title,
  .reward_images {
    width: 50%;
  }
  .br {
    display: block;
  }
}


/* End */


/* Start:/local/templates/skobeeff/components/bitrix/news.list/faq/style.css?17569788921790*/
.faq_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq_answer {
  max-height: 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 25px;
  color: #333;
  transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
}
.faq_question {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
  padding: 24px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.faq_title {
  max-width: 85%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  font-size: 25px;
  line-height: 42px;
  font-weight: 700;
}
.faq_toggle {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.faq_item.open .faq_toggle {
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}
.faq_item.open .faq_question {
  background: #2a8ff7;
  color: #fff;
}
.faq_item.open .faq_toggle path {
  stroke: #fff;
}
@media screen and (max-width: 1200px) {
  .faq_title {
    font-size: 20px;
    line-height: 24px;
  }
  .faq_answer {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 420px) {
  .faq_question {
    padding: 24px 24px;
  }
}

@media screen and (max-width: 350px) {
  .faq_title {
      font-size: 16px;
      line-height: 21px;
  }
}
/* End */


/* Start:/local/templates/skobeeff/components/bitrix/news.list/team_slider/style.css?1739975726854*/
.team_item {
  background: #fff;
  border-radius: 20px;
  height: 100%;
}
.team_item .team_item__img {
  background: var(--color);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.team_item .team_content {
  padding: 20px;
}
.team_item .team_item__job {
  font-size: 14px;
  line-height: 19px;
  color: #757575;
  margin-bottom: 16px;
}
.team_item .team_item__text {
  font-size: 18px;
  line-height: 27px;
}
.section-slider-title {
  margin-bottom: 60px;
}
.team_item .team_item__img img,
.team_slider.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  max-height: 320px;
}
.team_slider .owl-stage {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .team_item .team_item__text {
    font-size: 14px;
    line-height: 18px;
  }
}

/* End */


/* Start:/local/templates/skobeeff/components/bitrix/news.list/cases/style.css?17370357584371*/
.cases_item {
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 100%;
    position: relative;
    background-repeat: no-repeat!important;
}
.cases_item.cases_item--5, .cases_item.cases_item--6 {
    padding: 140px 30px 30px 30px;
}
.cases_item.cases_item--7, .cases_item.cases_item--8 {
    padding: 30px 30px 100px 30px;
}
.cases_item--1 {
    background: #f5f5f5;
}
.cases_item--2 {
    background: #ef5122;
}
.cases_item--3 {
    background: #ffdd2c;
}
.cases_item--4 {
    background: #7051b5;
}
.cases_item--5 {
    background: #202020;
}
.cases_item--6 {
    background: #2a8ff7;
}
.cases_item--7 {
    background: #58b267;
}
.cases_item--8 {
    background: #425675;
}
.cases_item__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.cases_item--1 .cases_item__title {
    max-width: 240px;
}
.cases_item--1 .cases_item__text,
.cases_item--3 .cases_item__text {
    color: #404040;
}
.cases_item--1 .cases_item__title,
.cases_item--3 .cases_item__title,
.cases_item--1 .cases_item__tag,
.cases_item--3 .cases_item__tag,
.cases_item--1 .cases_item__link a,
.cases_item--3 .cases_item__link a  {
    color: #202020;
}
.cases_item__text {
    color: #fff;
    opacity: 0.7;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
.cases_item__tag {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.3;
}
.cases_item__link a {
    text-align: center;
    border-radius: 20px;
    width: max-content;
    padding: 7px 20px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.cases_item--1 .cases_item__link a{
    background: #ebebeb;
}
.cases_item--1 .cases_item__link a:hover{
    background: #e1e1e1;
}
.cases_item--2 .cases_item__link a{
    background: #ff6a4a;
}
.cases_item--2 .cases_item__link a:hover{
    background: #ff7454;
}
.cases_item--3 .cases_item__link a{
    background: #f5d322;
}
.cases_item--3 .cases_item__link a:hover{
    background: #ebc918;
}
.cases_item--4 .cases_item__link a{
    background: #7a5bbf;
}
.cases_item--4 .cases_item__link a:hover{
    background: #8465c9;
}
.cases_item--5 .cases_item__link a{
    background: #2a2a2a;
}
.cases_item--5 .cases_item__link a:hover{
    background: #343434;
}
.cases_item--6 .cases_item__link a{
    background: #3499ff;
}
.cases_item--6 .cases_item__link a:hover{
    background: #3ea3ff;
}
.cases_item--7 .cases_item__link a{
    background: #4ea85d;
}
.cases_item--7 .cases_item__link a:hover{
    background: #449e53;
}
.cases_item--8 .cases_item__link a{
    background: #4c607f;
}
.cases_item--8 .cases_item__link a:hover{
    background: #566a89;
}
.cases_item__link {
    position: relative;
    z-index: 2;
}
.cases_item__img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.cases_item.cases_item--5 .cases_item__img,
.cases_item.cases_item--6 .cases_item__img {
    bottom:unset;
    top: 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: translateX(0px) translateY(0px) scale(1, 1);
        animation-timing-function: linear;
    }
    100% {
        transform: translateX(-6px) translateY(4px) scale(1.05, 1.05);
    }
}
@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: 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/breadcrumb/visual_bread/style.css?17413394271072 */
/* /local/templates/skobeeff/components/bitrix/news/uslugi/bitrix/news.detail/.default/style.css?175697914216942 */
/* /local/templates/skobeeff/components/bitrix/news.list/faq/style.css?17569788921790 */
/* /local/templates/skobeeff/components/bitrix/news.list/team_slider/style.css?1739975726854 */
/* /local/templates/skobeeff/components/bitrix/news.list/cases/style.css?17370357584371 */
