

/* Start:/uslugi/stack/styles/stack040625v1.css?175649674917916*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container::after {
  display: none !important;
}

.stack__section {
  padding: 20px 0;
}

.stack__section--prices {
  display: block;
}

.stack__section--best-cases {
  display: block;
  overflow: hidden;
}

.stack__section--text p+p {
  margin-top: 20px;
}

.stack__section--whyus.stack__section--summary .stack__priorities-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.stack__section--whyus.stack__section--summary .stack__whyus-priority-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stack__section--ratings .slick-slide:not(:last-child) {
  margin-right: 20px;
}

.stack__container {
  padding: 40px;
  -webkit-box-shadow: 0px 5.24px 35.24px -8.78881px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5.24px 35.24px -8.78881px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  background: #FFFFFF;
}

.stack__container--intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 421px;
}

.stack__container--intro .button-big {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.stack__intro-left {
  max-width: 621px;
}

.stack__main-header {
  font-family: "Bitter", serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
}

.stack__main-header br {
  display: none;
}

.stack__image-wrapper {
  -ms-grid-row-span: 3;
  grid-row: span 3;
  -ms-grid-row-align: center;
  align-self: center;
}

.stack__intro-image {
  width: 100%;
  max-width: 422px;
  height: auto;
  max-height: 429px;
  border-radius: 20px;
}

.stack__main-description {
  font-size: 16px;
  line-height: 1.5;
}

.stack__intro-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.button-big {
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100px;
  border: none;
  white-space: nowrap;
}

.button-big--orange {
  background-color: #F3712F;
  color: #FFFFFF;
}

.button-big--white {
  background-color: #FFFFFF;
  color: #F3712F;
  border: 1px solid #F3712F;
}

.stack__vanish-span {
  display: none;
}

.stack__section-header {
  margin-bottom: 30px;
}


.stack__section-header--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stack__section-header--flex .stack__section-description {
  width: 80%;
}

.stack__section-header-left {
  flex-grow: 1;
}

.stack__section-title {
  cursor: default;
  font-family: "Bitter", serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
}

.stack__grade-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}

.stack__grade-item {
  padding: 20px;
  -webkit-box-shadow: 0px 5.24px 35.24px -8.78881px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5.24px 35.24px -8.78881px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -webkit-transition: border-color 0s;
  transition: border-color 0s;
  /* мгновенно по умолчанию */
}

.stack__grade-item.active {
  border-color: #F3712F;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  /* плавное появление */
}

.stack__specialist-grade {
  display: block;
  font-family: "Bitter", serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.stack__specialist-price {
  display: block;
  font-family: "Bitter", serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #F3712F;
  margin-bottom: 15px;
}

.stack__specialist-skills {
  padding-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  list-style-type: none;
}

.stack__specialist-skills li {
  position: relative;
}

.stack__specialist-skills li:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/stack/images/common-images/check-circle-icon.svg");
  left: -26px;
}

.stack__specialist-button {
  margin-top: auto;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  pointer-events: none;
  /* чтобы нельзя было кликнуть */
}

.stack__specialist-button.active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}

.stack__section--eliefs .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stack__section--eliefs .slick-slide {
  margin-right: 20px;
}

.stack__section--eliefs .slick-slide:last-child {
  margin-right: 0;
}

.stack__eliefs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.stack__eliefs-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  gap: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto !important;
}

.stack__eliefs-item-title {
  font-family: "Bitter", serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.stack__section-description {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
}

.stack__section-description--big {
  font-size: 18px;
}

.stack__functionality-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  list-style-type: none;
}

.stack__functionality-item {
  position: relative;
  padding-left: 80px;
}

.stack__functionality-item-image {
  position: absolute;
  left: 0;
}

.stack__functionality-item-title {
  font-family: "Bitter", serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.stack__section-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stack__whyus-priority-title {
  font-family: "Bitter", serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px;
}

.stack__whyus-priority-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  list-style-type: none;
}

.stack__whyus-priority-item {
  padding: 10px 15px 12px 47px;
  -webkit-box-shadow: 0px 5.24px 35.24px -8.78881px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5.24px 35.24px -8.78881px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.stack__whyus-priority-item:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/stack/images/common-images/check-circle-icon.svg");
  top: 50%;
  -webkit-transform: translate(-30px, -50%);
  -ms-transform: translate(-30px, -50%);
  transform: translate(-30px, -50%);
}

.stack__top-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.stack__top-image+figcaption {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

.stack__awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.stack__awards-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.stack__awards-item-description {
  font-size: 18px;
  line-height: 1.5;
  max-width: 280px;
}

.stack__benefits-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  list-style-type: none;
}

.stack__benefits-item {
  padding: 20px 53px 20px 88px;
  position: relative;
  -webkit-box-shadow: 0px 5.24px 35.24px -8.78881px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5.24px 35.24px -8.78881px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.stack--benefits-item-image {
  position: absolute;
  left: 20px;
  top: 20px;
}

.stack--benefits-item-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Bitter", serif;
  margin-bottom: 12px;
}

.stack--benefits-item-description {
  font-size: 14px;
  line-height: 1.5;
}

.stack__process-list {
  list-style-type: none;
  counter-reset: card-counter;
  /* Сбрасываем счетчик перед карточками */
}

.stack__process-item {
  margin-bottom: 20px;
  position: relative;
}

.stack__process-item::before {
  content: counter(card-counter);
  /* Используем римские цифры для нумерации */
  counter-increment: card-counter;
  /* Увеличиваем счетчик на 1 для каждой карточки */
  color: #F3712F;
  font-size: 30px;
  position: absolute;
  width: 72px;
  height: 72px;
  border: 1px solid #F3712F;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stack__process-item-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 38px;
  padding: 18px 0 18px 102px;
}

.stack__process-item-sublist {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding-left: 102px;
  position: relative;
}

.stack__process-item-sublist::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: #F3712F;
  left: 36px;
}

.stack__process-subitem {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
}

.stack__process-subitem::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #F3712F;
  top: 50%;
  -webkit-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}

@media screen and (min-width: 350px) {
  .stack__vanish-span {
    display: inline;
  }
}

@media screen and (min-width: 425px) {
  .stack__main-header {
    font-size: 36px;
  }

  .stack__section-title {
    font-size: 30px;
  }
}

@media screen and (min-width: 550px) {
  .stack__specialist-button {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media screen and (min-width: 768px) {
  .stack__section--whyus.stack__section--summary .stack__priorities-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45% 45%;
    grid-template-columns: 45% 45%;
    gap: 10%;
  }

  .stack__container--intro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 57% 41%;
    grid-template-columns: 57% 41%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: unset;
  }

  .stack__main-header {
    margin-bottom: 14px;
  }

  .stack__main-header {
    display: block;
  }

  .stack__main-description {
    margin-bottom: 40px;
  }

  .stack__intro-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 327px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media screen and (min-width: 992px) {
  .stack__intro-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: unset;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media screen and (min-width: 1200px) {
  .stack__image-wrapper {
    /* margin-top: -66px;
    height: 0px; */
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .stack__grade-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .stack__specialist-button {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}

@media (max-width: 1024px) {
  .stack__container {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .stack__functionality-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .stack__functionality-item {
    padding: 0 0 0 16px;
  }

  .stack__functionality-item-image {
    position: static;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .stack__container {
    padding: 25px;
  }
}

@media (max-width: 600px) {
  .stack__section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .stack__section-header--flex .stack__section-description {
    width: 100%;
  }

  .stack__section-description {
    margin-top: 20px;
  }

  .stack__section-header-right {
    margin-bottom: 40px;
  }

  .stack__whyus-priority-list {
    display: block;
  }
}

@media (max-width: 540px) {
  .stack__container {
    padding: 20px;
  }
}

@media (max-width: 450px) {
  .stack__container {
    padding: 15px;
  }
}

.stack__case-tech {
  order: -1;
  margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .stack__case-tech {
    order: unset;
    margin-left: 20px;
    margin-bottom: 0;
  }
}

/* FAQ */
/*--service-faq--*/

.service-faq {
  list-style-type: none;
}

.service-faq__item {
  margin-bottom: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 35px -9px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 35px -9px rgba(0, 0, 0, 0.08);
  background: #FFF;
}

.service-faq__item:last-child {
  margin-bottom: 0;
}

/*--service-faq-header--*/

.service-faq-header {
  position: relative;
  padding: 20px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.service-faq-header__title {
  padding-right: 47px;
  font-size: 16px;
}

.service-faq-header.open .service-faq-header__title {
  color: #F3712F;
}

.service-faq-header__icon {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-faq-header.open .service-faq-header__icon {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.service-faq-header__line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #040404;
}

.service-faq-header.open .service-faq-header__line {
  background: #F3712F;
}

.service-faq-header__line:last-child {
  width: 100%;
  height: 2px;
}

.service-faq-header.open+.service-faq-body {
  display: block;
}

/*--service-faq-body--*/

.service-faq-body {
  display: none;
  padding: 0 30px 20px;
}

.service-faq-body__text {
  color: #7B7B7B;
}


@media screen and (min-width: 576px) {
  /*--service-faq-header--*/

  .service-faq-header__title {
    font-size: 24px;
  }
}

.slick-dots li button {
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  border-radius: 9px;
  font-size: 0;
  background: #E8E8E8;
  -webkit-transition: width 150ms;
  -o-transition: width 150ms;
  transition: width 150ms;
}


.cases-carousel .slick-dots li.slick-active button {
  width: 60px;
}
/* End */
/* /uslugi/stack/styles/stack040625v1.css?175649674917916 */
