

/* Start:/local/templates/webdoka/components/bitrix/news.detail/subservices/style.css?178154221837670*/
.technical-support {
  margin-bottom: 80px;
}

.technical-support__section-title {
  margin-bottom: 32px;
  color: #212121;
  font-family: "Inter Tight", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.technical-support.preview .preview__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.technical-support.preview .preview-badges {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 100%;
}

.technical-support.preview .preview-badges .preview-desc__list,
.technical-support.preview .preview-badges .adv-wr {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.adv-wr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.adv-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  justify-content: flex-start;
  border-radius: 100px;
  border: 1px solid rgba(199, 199, 199, 0.60);
  background: #FFF;
  min-height: auto;
  width: auto;
}

.technical-support.why-us .why-us-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 50px;
}

.technical-support.why-us .why-us-item {
  display: flex;
  gap: 18px;
}

.technical-support.why-us .why-us-item__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 15px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #FFF;
}

.technical-support.why-us .why-us-item__title {
  color: #2C2C2C;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

.technical-support.why-us .why-us-item__desc {
  color: #5F6065;
  font-family: "Inter", sans-serif;
  line-height: 20px;
}

.technical-support.preview .preview-desc__text {
  max-width: none;
  width: 100%;
  margin-bottom: 0;
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}

.technical-support.preview .preview-desc__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.technical-support.preview .preview-desc__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 30px;
  border: 1px solid rgba(199, 199, 199, 0.6);
  background: #ffffff;
  min-height: 100%;
}

.technical-support.preview .preview-desc__item-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 3px;
}

.technical-support.preview .preview-badges .adv-item svg {
  flex-shrink: 0;
  margin-top: 0;
  width: 14px;
  height: 14px;
}

.technical-support.preview .preview-desc__item-title {
  color: #212121;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (min-width: 768px) {
  .technical-support.preview .preview-badges {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .technical-support.preview .preview-badges {
    grid-template-columns: repeat(3, 1fr);
  }
}

.technical-support.monitoring .monitoring__wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.technical-support.monitoring .monitoring-head {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
  align-items: start;
  gap: 32px;
}

.technical-support.monitoring .monitoring-desc__text {
  max-width: 630px;
  margin-bottom: 0;
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}

.technical-support.monitoring .monitoring-desc__text ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.technical-support.monitoring .monitoring-desc__text ul li {
  position: relative;
  padding-left: 26px;
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.technical-support.monitoring .monitoring-desc__text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("/local/templates/webdoka/components/bitrix/news.detail/subservices/images/icons/check-green.svg") no-repeat center / contain;
}

.technical-support.monitoring .monitoring-desc__text ul li strong {
  color: #212121;
  font-weight: 500;
}

.technical-support.monitoring .monitoring-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 30px;
  border-radius: 46px;
  background: #ffffff;
  list-style: none;
  box-sizing: border-box;
}

.technical-support.monitoring .monitoring-list__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.technical-support.monitoring .monitoring-list__item-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.technical-support.monitoring .monitoring-list__item-text {
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.technical-support.monitoring .monitoring-image {
  grid-column: auto;
  align-self: start;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(199, 199, 199, 0.4);
}

.technical-support.monitoring .monitoring-desc .technical-support__section-title {
  margin-top: 0;
}

.technical-support.monitoring .monitoring-image__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.technical-support.monitoring .monitoring-actions {
  margin-top: 4px;
}

.technical-support.monitoring .monitoring__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 12px;
  background: #a5df45;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease;
}

.technical-support.monitoring .monitoring__more:hover {
  background: #94cb3a;
  color: #1a1a1a;
}

.technical-support.about .about-desc__text {
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}

.technical-support.about .about__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 30px;
  align-items: start;
}

.technical-support.about .about-desc {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.technical-support.about .about-list {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px;
  margin: 0;
  border-radius: 46px;
  background: #ffffff;
  list-style: none;
  max-width: 100%;
}

.technical-support.about .about-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.technical-support.about .about-list__item-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.technical-support.about .about-list__item-text {
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.technical-support.reason .reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
}

.technical-support.reason .reason-item__title {
  height: 52px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(156, 156, 156, 0.6);
  color: #212121;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.technical-support.reason .reason-item__text {
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.technical-support.services .services__wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  align-items: start;
}

.technical-support.services .services-desc {
  grid-column: span 5;
}

.technical-support.services .services-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.technical-support.services .services-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.technical-support.services .services-list__item-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.technical-support.services .services-list__item-text {
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.technical-support.services .platforms {
  grid-column: span 7;
  padding: 35px 30px;
  border-radius: 46px;
  background: #ffffff;
}

.technical-support.services .platforms .technical-support__section-title {
  margin-bottom: 16px;
}

.technical-support.services .platforms__desc {
  max-width: 490px;
  margin-bottom: 60px;
}

.technical-support.services .platforms__text {
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}

.technical-support.services .platforms__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.technical-support.services .platforms__list-link {
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
}

.technical-support.ratings .ratings-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-height: 348px;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #9c9c9c;
  text-align: center;
  cursor: pointer;
}

.technical-support.ratings .ratings-item__img-wrap {
  width: 90px;
  height: 125px;
  border-radius: 5px;
  overflow: hidden;
}

.technical-support.ratings .ratings-item__img {
  height: inherit;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.technical-support.ratings .ratings-item__title {
  color: #212121;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
}

.technical-support.ratings .ratings-item__text {
  color: #212121;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.technical-support.ratings .ratings-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(41, 41, 41, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}

.technical-support.ratings .ratings-modal.show {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

.technical-support.ratings .ratings-modal__wrap {
  position: relative;
  max-width: 500px;
}

.technical-support.ratings .ratings-modal .ratings-gallery {
  margin-bottom: 40px;
}

.technical-support.ratings .ratings-modal .ratings-gallery__btn-close {
  position: absolute;
  top: -40px;
  right: -40px;
}

.technical-support.ratings .ratings-modal .ratings-gallery__img {
  border-radius: 6px;
}

.technical-support.ratings .ratings-modal .ratings-gallery .swiper-button-next,
.technical-support.ratings .ratings-modal .ratings-gallery .swiper-button-prev {
  color: #ffffff;
}

.technical-support.ratings .ratings-modal .ratings-thumbs__slide {
  border-radius: 6px;
  cursor: pointer;
}

.technical-support.cases .cases-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.technical-support.cases .cases-item {
  border-radius: 20px;
  background: #FFF;
  padding: 15px 15px 45px;
}

.technical-support.cases .cases-item__img{
  margin-bottom: 20px;
}

.technical-support.cases .cases-item__img img {
  border-radius: 20px;
}

.technical-support.cases .cases-item__tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.technical-support.cases .cases-item__tag {
  display: flex;
  padding: 6px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #F5F5F5;
  color: #212121;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.technical-support.cases .cases-item__title {
  color: #000;
  font-family: "Inter", sans-serif;
  line-height: 22px;
}

.technical-support.prices .price-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.technical-support.prices .price-list:has(.price-item:nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.technical-support.prices .price-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
  padding: 32px;
}

.technical-support.prices .price-list:has(.price-item:nth-child(2):last-child) .price-item {
  border-radius: 20px;
  border: 1px solid rgba(199, 199, 199, 0.6);
  box-shadow: 0 8px 24px rgba(33, 33, 33, 0.04);
}

.technical-support.prices .price-item__title {
  color: #2C2C2C;
  font-family: "Inter Tight", sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}

.technical-support.prices .price-item__desc {
  color: #5F6065;
  font-family: "Inter", sans-serif;
  line-height: 22px;
  flex: 1 1 auto;
  margin-bottom: 24px;
}

.technical-support.prices .price-item__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

.technical-support.prices .price-item__btn {
  display: flex;
  width: 190px;
  height: 46px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #5F6065;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.technical-support.prices .price-item__btn:hover {
  background: #292929;
  color: #f5f5f5;
}

.technical-support.prices .price-item__price {
  color: #2B2D33;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.technical-support.prices .price-item__price--text {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  max-width: none;
}

.technical-support.technologies .tech-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.technical-support.technologies .tech-item {
  margin: 25px 0 31px;
}

.technical-support.clients .clients-item{
  display: unset;
  align-items: unset;
  justify-content: unset;
  padding: unset;
  background-color: unset;
  border-radius: unset;
  height: unset;
}

.technical-support.clients .clients-item__img-wr{
  display: flex  ;
  align-items: center;
  justify-content: center;
  padding: 34px 64px;
  background-color: #ffffff;
  border-radius: 30px;
  height: 134px;
}

.technical-support.clients .clients-item__img-wr div{
  width: 100%;
  height: 100%;
}

.technical-support.clients .clients-item__img-wr div img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.technical-support.clients .swiper-button-next,
.technical-support.clients .swiper-button-prev{
  width: unset;
}

.technical-support.clients .swiper-button-next:after,
.technical-support.clients .swiper-button-prev:after{
  content: unset;
}

.technical-support.reviews .reviews-item{
  display: flex;
  flex-direction: column;
  padding: 36px;
  border-radius: 36px;
  background: #FFF;
  height: auto;
}

.technical-support.reviews .reviews-item__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  margin-bottom: 24px;
}

.technical-support.reviews .reviews-item__logo img {
  height: 60%;
  object-fit: contain;
  object-position: left;
}

.technical-support.reviews .reviews-item__desc {
  max-height: 200px;
  overflow-y: auto;
  flex-grow: 1;
  color: #5F6065;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 24px;
  scrollbar-width: thin;
  scrollbar-color: #a5de46 #f0f0f0;
}

.technical-support.reviews .reviews-item__desc::-webkit-scrollbar {
  width: 8px;
}

.technical-support.reviews .reviews-item__desc::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.technical-support.reviews .reviews-item__desc::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.technical-support.reviews .reviews-item__desc::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.technical-support.reviews .reviews-item__name,
.technical-support.reviews .reviews-item__position{
  color: #212121;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.technical-support.reviews .swiper-button-next,
.technical-support.reviews .swiper-button-prev{
  width: unset;
}

.technical-support.reviews .swiper-button-next:after,
.technical-support.reviews .swiper-button-prev:after{
  content: unset;
}

@media screen and (max-width: 1439px) {
  .technical-support.why-us .why-us-list {
    column-gap: 20px;
    row-gap: 20px;
  }

  .technical-support.why-us .why-us-item {
    gap: 16px;
  }

  .technical-support.why-us .why-us-item__left {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .technical-support.why-us .why-us-item__title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .technical-support.why-us .why-us-item__desc {
    font-size: 14px;
  }

  .technical-support.preview .preview-desc__text {
    max-width: none;
    width: 100%;
    margin-bottom: 0;
    color: #7b7b7b;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
  }

  .technical-support {
    margin-bottom: 70px;
  }

  .technical-support__section-title {
    margin-bottom: 26px;
    font-size: 26px;
  }

  .technical-support.preview .preview-desc__text {
    font-size: 18px;
    margin-bottom: 0;
  }

  .technical-support.about .about-desc__text {
    font-size: 18px;
  }

  .technical-support.about .about-list__item-text {
    font-size: 16px;
  }

  .technical-support.reason .reason-list {
    gap: 20px;
  }

  .technical-support.reason .reason-item__title {
    font-size: 16px;
  }

  .technical-support.reason .reason-item__text {
    font-size: 14px;
  }

  .technical-support.services .services-list__item-icon {
    width: 20px;
    height: 20px;
  }

  .technical-support.services .services-list__item-text {
    font-size: 16px;
  }

  .technical-support.services .platforms__desc {
    margin-bottom: 54px;
  }

  .technical-support.services .platforms__text {
    font-size: 18px;
  }

  .technical-support.services .platforms__list {
    max-width: 350px;
  }

  .technical-support.ratings .ratings-item__img{
    border-radius: 20px;
  }

  .technical-support.ratings .ratings-modal__wrap {
    max-width: 380px;
  }

  .technical-support.cases .cases-list {
    gap: 20px;
  }

  .technical-support.cases .cases-item {
    padding: 15px 15px 48px;
  }

  .technical-support.cases .cases-item__img{
    margin-bottom: 14px;
  }

  .technical-support.cases .cases-item__tags {
    margin-bottom: 12px;
  }

  .technical-support.cases .cases-item__title {
    font-size: 14px;
    line-height: 18px;
  }

  .technical-support.prices .price-list{
    gap: 20px;
  }

  .technical-support.prices .price-item{
    padding: 28px;
  }

  .technical-support.prices .price-item__title{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.6px;
  }

  .technical-support.prices .price-item__desc{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 39px;
  }

  .technical-support.prices .price-item__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .technical-support.prices .price-item__btn{
    height: 40px;
  }

  .technical-support.prices .price-item__price{
    order: -1;
  }

  .technical-support.clients .clients-item__img-wr{
    padding: 28px 39px;
    height: 110px;
    border-radius: 24px;
  }

  .technical-support.reviews .reviews-item{
    padding: 24px;
  }

  .technical-support.reviews .reviews-item__logo{
    height: 80px;
  }

  .technical-support.reviews .reviews-item__logo,
  .technical-support.reviews .reviews-item__desc{
    margin-bottom: 14px;
  }

  .technical-support.reviews .reviews-item__desc{
    font-size: 16px;
    line-height: 22px;
  }

  .technical-support.reviews .reviews-item__name,
  .technical-support.reviews .reviews-item__position{
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .technical-support.why-us .why-us-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  .technical-support.why-us .why-us-item {
    gap: 14px;
  }

  .technical-support.why-us .why-us-item__title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .technical-support.why-us .why-us-item__desc {
    font-size: 14px;
  }

  .technical-support {
    margin-bottom: 40px;
  }

  .technical-support__section-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .technical-support.preview .preview-desc__text {
    font-size: 16px;
    margin-bottom: 0;
  }

  .technical-support.preview .preview-desc__item {
    gap: 6px;
    padding: 12px 18px;
  }

  .technical-support.preview .preview-desc__item-icon {
    width: 14px;
    height: 14px;
  }

  .technical-support.preview .preview-desc__item-title {
    font-size: 14px;
  }

  .technical-support.about .about-desc__text {
    font-size: 16px;
  }

  .technical-support.about .about-list {
    padding: 25px;
  }

  .technical-support.about .about-list__item-icon {
    width: 18px;
    height: 18px;
  }

  .technical-support.about .about-list__item-text {
    font-size: 14px;
  }

  .technical-support.reason .reason-item__title {
    font-size: 14px;
  }

  .technical-support.reason .reason-item__text {
    font-size: 12px;
  }

  .technical-support.services .services-desc {
    grid-column: span 6;
  }

  .technical-support.services .services-list__item-icon {
    width: 18px;
    height: 18px;
  }

  .technical-support.services .services-list__item-text {
    font-size: 14px;
  }

  .technical-support.services .platforms {
    grid-column: span 6;
    padding: 25px;
  }

  .technical-support.services .platforms .technical-support__section-title {
    margin-bottom: 12px;
  }

  .technical-support.services .platforms__desc {
    margin-bottom: 12px;
  }

  .technical-support.services .platforms__text {
    font-size: 16px;
  }

  .technical-support.services .platforms__list {
    gap: 12px;
  }

  .technical-support.services .platforms__list-link {
    font-size: 18px;
  }

  .technical-support.ratings .ratings-modal__wrap {
    max-width: 525px;
  }

  .technical-support.prices .price-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .technical-support.prices .price-item__title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .technical-support.prices .price-item__desc{
    margin-bottom: 18px;
  }

  .technical-support.prices .price-item__bottom{
    flex-direction: row;
  }

  .technical-support.prices .price-item__price{
    order: unset;
  }

  .technical-support.reviews .reviews-item{
    padding: 34px;
  }

  .technical-support.reviews .reviews-item__logo{
    margin-bottom: 9px;
  }

  .technical-support.reviews .reviews-item__desc{
    margin-bottom: 12px;
  }

  .technical-support.reviews .reviews-item__name,
  .technical-support.reviews .reviews-item__position{
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .adv-wr{
    gap: 6px;
  }

  .technical-support.why-us .why-us-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .technical-support.why-us .why-us-item {
    gap: 12px;
  }

  .technical-support.why-us .why-us-item__title {
    font-size: 14px;
    margin-bottom: 4px;
  }

 .technical-support {
    margin-bottom: 36px;
  }

  .technical-support__section-title {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .technical-support.preview .preview__wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .technical-support.preview .preview-desc__text {
    font-size: 14px;
    margin-bottom: 0;
  }

  .technical-support.preview .preview-desc__list {
    gap: 6px;
  }

  .technical-support.preview .preview-desc__item {
    gap: 4px;
    padding: 10px 16px;
  }

  .technical-support.preview .preview-desc__item-icon {
    width: 12px;
    height: 12px;
  }

  .technical-support.preview .preview-desc__item-title {
    font-size: 12px;
  }

  .technical-support.monitoring .monitoring__wrap {
    gap: 20px;
  }

  .technical-support.monitoring .monitoring-head {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .technical-support.monitoring .monitoring-image {
    order: -1;
    max-width: 100%;
  }

  .technical-support.monitoring .monitoring-desc__text {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .technical-support.monitoring .monitoring-list {
    padding: 20px;
    border-radius: 36px;
    max-width: unset;
  }

  .technical-support.monitoring .monitoring-list__item-text {
    font-size: 12px;
  }

  .technical-support.about .about-desc__text {
    font-size: 14px;
  }

  .about__wrap{
    display: flex;
    flex-direction: column;
  }

  .technical-support.about .about-list {
    padding: 20px;
    border-radius: 36px;
  }

  .technical-support.about .about-list__item-text {
    font-size: 12px;
  }

  .technical-support.reason .reason-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .technical-support.reason .reason-item__title {
    font-size: 12px;
  }

  .technical-support.services .services__wrap {
    display: flex;
    flex-direction: column;
  }

  .technical-support.services .services-list__item-text {
    font-size: 12px;
  }

  .technical-support.services .platforms {
    padding: 20px;
  }

  .technical-support.services .platforms__text {
    font-size: 14px;
  }

  .technical-support.ratings .ratings-modal__wrap {
    max-width: 310px;
  }

  .technical-support.ratings .ratings-item__img{
    border-radius: 15px;
  }

  .technical-support.ratings .ratings-modal .ratings-gallery__btn-close {
    top: -55px;
    right: -15px;
  }

  .technical-support.ratings .ratings-modal .ratings-gallery__icon-close {
    width: 32px;
    height: 32px;
  }

  .technical-support.prices .price-list{
    gap: 12px;
  }

  .technical-support.prices .price-item__title{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }

  .technical-support.prices .price-item__desc{
    margin-bottom: 20px;
  }

  .technical-support.prices .price-item__bottom{
    flex-direction: column;
  }

  .technical-support.prices .price-item__price{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    order: -1;
  }

  .technical-support.prices .price-item__price--text{
    font-size: 14px;
    line-height: 18px;
    max-width: none;
  }

  .technical-support.technologies .tech-list{
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
  }

  .technical-support.technologies .tech-item{
    max-width: 29%;
  }

  .technical-support.clients .clients-item__img-wr{
    padding: 16px 34px;
    height: 65px;
    border-radius: 20px;
  }

  .technical-support.clients .swiper-button-next,
  .technical-support.clients .swiper-button-prev{
    display: none;
  }

  .technical-support.reviews .reviews-item{
    border-radius: 34px;
  }

  .technical-support.reviews .swiper-button-next,
  .technical-support.reviews .swiper-button-prev{
    display: none;
  }

  .technical-support.reviews .reviews-item{
    padding: 20px;
  }

  .technical-support.reviews .reviews-item__logo{
    margin-bottom: 12px;
  }

  .technical-support.reviews .reviews-item__desc{
    font-size: 14px;
    line-height: 20px;
  }

  .technical-support.reviews .reviews-item__name,
  .technical-support.reviews .reviews-item__position{
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (min-width: 768px) {
  .technical-support.ratings .ratings-list .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .technical-support.ratings .ratings-list .swiper-wrapper{
    gap: 30px;
  }
}

.technical-support.preview .preview__wrap--scope {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
}

@media screen and (min-width: 992px) {
  .technical-support.preview .preview__wrap--scope {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    grid-template-areas:
      "main scope";
    gap: 32px 40px;
    align-items: start;
  }

  .technical-support.preview .preview__wrap--scope .preview__main {
    grid-area: main;
  }

  .technical-support.preview .preview__wrap--scope .preview-scope-card {
    grid-area: scope;
    align-self: start;
  }
}

.technical-support.preview .preview__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  width: 100%;
}

.technical-support.preview .preview-badges--advantages-only {
  display: block;
  width: 100%;
}

.technical-support.preview .preview-badges--advantages-only .adv-wr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.technical-support.preview .preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.technical-support.preview .preview-actions__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.technical-support.preview .preview-actions__btn--primary {
  background: #a5df45;
  color: #212121;
}

.technical-support.preview .preview-actions__btn--primary:hover {
  background: #94cb3a;
  color: #212121;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(165, 223, 69, 0.35);
}

.technical-support.preview .preview-actions__btn--ghost {
  background: transparent;
  color: #5f6065;
  border: 1px solid rgba(199, 199, 199, 0.8);
}

.technical-support.preview .preview-actions__btn--ghost:hover {
  border-color: #7b7b7b;
  color: #212121;
}

.preview-scope-card {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(199, 199, 199, 0.6);
  border-radius: 20px;
  background: #fff;
  padding: 20px 20px 16px;
  box-shadow: 0 8px 24px rgba(33, 33, 33, 0.06);
}

.preview-scope-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.preview-scope-card__title {
  margin: 0;
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.preview-scope-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(165, 223, 69, 0.16);
  color: #5f7f1f;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.preview-scope-card__badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a5df45;
  flex-shrink: 0;
}

.preview-scope-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.preview-scope-card__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f7f8fa;
}

.preview-scope-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex-shrink: 0;
  color: #fff;
}

.preview-scope-card__icon--tech,
.preview-scope-card__icon--seo {
  background: #22a06b;
}

.preview-scope-card__icon--ux {
  background: #7c3aed;
}

.preview-scope-card__icon--security {
  background: #ea580c;
}

.preview-scope-card__icon--report {
  background: #0d9488;
}

.preview-scope-card__icon--code {
  background: #2563eb;
}

.preview-scope-card__icon--perf {
  background: #0891b2;
}

.preview-scope-card__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.preview-scope-card__item-title {
  color: #212121;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.preview-scope-card__item-desc {
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

@media screen and (max-width: 575px) {
  .preview-scope-card {
    padding: 16px;
  }

  .preview-scope-card__item {
    padding: 10px 12px;
  }

  .preview-scope-card__icon {
    width: 36px;
    height: 36px;
  }

  .preview-scope-card__item-title {
    font-size: 14px;
  }

  .preview-scope-card__item-desc {
    font-size: 12px;
  }
}

.technical-support.check-cards {
  margin-bottom: 80px;
}

.technical-support.check-cards .check-cards__head {
  max-width: 760px;
  margin-bottom: 32px;
}

.technical-support.check-cards .check-cards__label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(165, 223, 69, 0.14);
  color: #5f7f1f;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.technical-support.check-cards .check-cards__title {
  margin-bottom: 12px;
}

.technical-support.check-cards .check-cards__subtitle {
  margin: 0;
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.technical-support.check-cards .check-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.technical-support.check-cards .check-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(199, 199, 199, 0.6);
  border-radius: 20px;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.technical-support.check-cards .check-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.technical-support.check-cards .check-card:hover {
  border-color: rgba(165, 223, 69, 0.65);
  box-shadow: 0 8px 24px rgba(33, 33, 33, 0.08);
  transform: translateY(-2px);
}

.technical-support.check-cards .check-card:hover::before {
  opacity: 1;
}

.technical-support.check-cards .check-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 10px;
  color: #fff;
}

.technical-support.check-cards .check-card--tech::before,
.technical-support.check-cards .check-card--tech .check-card__icon {
  background: #22a06b;
}

.technical-support.check-cards .check-card--seo::before,
.technical-support.check-cards .check-card--seo .check-card__icon {
  background: #0d9488;
}

.technical-support.check-cards .check-card--ux::before,
.technical-support.check-cards .check-card--ux .check-card__icon {
  background: #7c3aed;
}

.technical-support.check-cards .check-card--security::before,
.technical-support.check-cards .check-card--security .check-card__icon {
  background: #ea580c;
}

.technical-support.check-cards .check-card--code::before,
.technical-support.check-cards .check-card--code .check-card__icon {
  background: #2563eb;
}

.technical-support.check-cards .check-card--perf::before,
.technical-support.check-cards .check-card--perf .check-card__icon {
  background: #0891b2;
}

.technical-support.check-cards .check-card__title {
  margin: 0 0 10px;
  color: #212121;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.technical-support.check-cards .check-card__intro {
  margin: 0 0 16px;
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.technical-support.check-cards .check-card__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.technical-support.check-cards .check-card__list-item {
  position: relative;
  padding-left: 18px;
  color: #7b7b7b;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.technical-support.check-cards .check-card__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a5df45;
}

.technical-support.about.about--after-cards {
  margin-bottom: 80px;
}

.technical-support.about .about__wrap--full {
  display: block;
}

.technical-support.about .about-desc--full {
  max-width: none;
}

@media screen and (max-width: 1023px) {
  .technical-support.check-cards {
    margin-bottom: 40px;
  }

  .technical-support.check-cards .check-cards__subtitle {
    font-size: 16px;
  }

  .technical-support.check-cards .check-card {
    padding: 22px;
  }

  .technical-support.check-cards .check-card__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .technical-support.check-cards .check-cards__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .technical-support.check-cards .check-card {
    padding: 18px;
  }

  .technical-support.check-cards .check-card__intro,
  .technical-support.check-cards .check-card__list-item {
    font-size: 13px;
  }
}
/* End */
/* /local/templates/webdoka/components/bitrix/news.detail/subservices/style.css?178154221837670 */
