

/* Start:/local/templates/skobeeff/css/cases.css?17207994854371*/
.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 */


/* Start:/local/templates/skobeeff/components/bitrix/news.list/reviews/style.css?17207994851101*/
.review_slider__title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    max-width: 35%;
}
.review_slider__wpar {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    position: relative;
}
.review_slider__text {
    margin-bottom: 20px;
    font-style: italic;
}
.review_slider__company,
.review_slider__author {
    color: #828282;
    font-style: italic;
}
.review_slider__item img {
    height: 450px;
    width: 310px !important;
}
.review_slider__wpar:before {
    content: '';
    background-color: #f5f5f5;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -20px;
    bottom: 50px;
}

.review_slider__wrapper {
    position: relative;
    margin-top: 90px;
}

@media screen and (max-width:992px) {
    .review_slider__title {
      max-width: 100%;
    }
}
@media screen and (max-width:600px) {
    .review_slider__item img {
        margin: 0 auto;
    }
}
/* End */


/* Start:/local/templates/skobeeff/css/trust.css?1720799485525*/
.trust_block__item {
  position: relative;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}
.trust_block__item-1 {
  background: transparent;
}
.trust_block__item .check__ico--border {
  right: 30px;
  left: unset;
  top: 40px;
}
.trust_block__item .check__ico {
  position: absolute;
  left: 1.8px;
  top: 2px;
}
.trust_block__count {
  position: absolute;
  bottom: -5px;
  right: 20px;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}

/* End */


/* Start:/local/templates/skobeeff/components/bitrix/news.list/smi_o_nas/style.css?1720799485586*/
.smi_slider__wpar {
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
    position: relative;
}
.smi_slider__tag {
    color: #2a8ff7;
    font-weight: bold;
}
.smi_slider__wpar:after {
    content: '';
    background: url(/images/vc_logo.png) center / contain no-repeat;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 10px;
}
.smi_slider__link a:hover {
    color: #2a8ff7;
}
.smi_slider__link a {
    color: #202020;
}
.smi_slider.owl-carousel .owl-stage-outer {
    overflow: visible!important;
}
/* 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 */
/* /local/templates/skobeeff/css/cases.css?17207994854371 */
/* /local/templates/skobeeff/components/bitrix/news.list/reviews/style.css?17207994851101 */
/* /local/templates/skobeeff/css/trust.css?1720799485525 */
/* /local/templates/skobeeff/components/bitrix/news.list/smi_o_nas/style.css?1720799485586 */
/* /local/templates/skobeeff/components/bitrix/news.list/faq/style.css?17569788921790 */
