

/* Start:/local/templates/.default/components/bitrix/news.detail/banner_dev/style.css?17605137133632*/
.banner_text {
  margin-bottom: 6px;
}

.cases_detail__text {
  height: auto;
  padding-bottom: 56px;
}
.publication_inner-tags span {
  background-color: transparent;
  height: auto;
  padding: 9px 16px 11px;
  border-radius: 20px;
  border: solid 1px #fff;
  color: #fff;
  line-height: normal;
}

.publication_inner-tag:hover {
  background-color: #0078e1;
  border: solid 1px #0078e1;
}

.publication_inner-tags {
  display: flex;
  gap: 16px;
  line-height: 21px;
  flex-wrap: wrap;
  max-width: 50%;
}

@media screen and (max-width: 1200px) {
  .cases_detail.dev_banner {
    min-height: max-content;
  }
  .publication_inner-tags span {
    padding: 5px 9px 5px;
  }

  .publication_inner-tags {
    max-width: 100%;
  }

  .cases_detail__text {
    padding-bottom: 16px;
  }
}

.about-client ul,
.about-right ul,
.project_work-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-client ul li,
.about-right ul li,
.project_work-text ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.about-client ul li::before,
.about-right ul li::before,
.project_work-text ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}
.step-card {
  height: 150px;
}
.reviews_img img {
  max-width: inherit !important;
}
.cases_detail {
  position: relative;
}
.cases_detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.cases_detail__text {
  z-index: 10;
}
.about-left .h2,
.about-left h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.team_results .number__step {
  line-height: 25px !important;
  font-size: 22px !important;
}
.project_work-card {
  width: 100%;
}
.cases_detail_slider .owl-carousel .owl-nav {
  display: flex !important;
}
.title span {
  text-transform: uppercase;
}
.project_work h5,
.charts h5 {
  font-weight: bold;
}
.cases_detail_slider .owl-item {
  float: right !important;
}

@media (max-width: 768px) {
  .step-card {
    height: 80px;
  }
  .number__step {
    margin-top: inherit !important;
  }
}

.slider-container {
  position: relative;
  float: right;
  width: 450px;
  height: 96px;
  overflow: hidden;
}

.slider-track {
  position: relative;
  width: calc(100% - 50px);
  margin: 0 25px;
  height: 100%;
}

.slide-item {
  position: absolute;
  width: 96px;
  height: 96px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
  left: 0;
}
.slide-item img {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-btn.prev img {
  transform: rotate(180deg);
}
.arrow-btn.prev {
  left: 0px;
}

.arrow-btn.next {
  right: 0px;
}

.arrow-btn {
  background-color: #000;
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.slide-item.hidden {
  opacity: 0;
  pointer-events: none;
}
.arrow-btn:hover {
  opacity: 1;
  background-color: #0d6efd;
}
.arrow-btn:disabled {
  background-color: #000 !important;
  opacity: 0.3 !important;
  cursor: not-allowed !important;
}
.slide-item.current {
  border: 1px solid #0d6efd;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/case_request/style.css?17605137132876*/
.case_request_text {
  padding: 56px 0px 27px 0px;
  background-color: white;
  position: relative;
  z-index: 3;
}

.case_request_text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: white;
  width: 100vw;
  transform: translateX(calc(-50vw - 50%));
  z-index: 2;
  height: 100%;
}

.case_request_text::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: white;
  width: 80%;
  border-top-right-radius: 1.5rem;
  transform: translateX(100%);
  z-index: 1;
  height: 100%;
}

.case_request_sheet {
  padding: 36px 0px 20px 0px;
  background-color: #0078e1;
  /* border-bottom-right-radius: 1.5rem; */
  position: relative;
  z-index: 3;
  color: #fff;
}

.case_request_sheet::before {
  position: absolute;
  bottom: 0;
  content: "";
  background-color: #0078e1;
  width: 100vw;
  z-index: -1;
  height: 100%;
  width: 50vw;
  right: 0;
  width: calc(50vw - 50% + 100%);
  border-bottom-right-radius: 1.5rem;
}

.case_request_sheet::after {
  position: absolute;
  bottom: 0;
  content: "";
  right: 0;
  background-color: #0078e1;
  width: 80%;
  transform: translateX(100%);
  z-index: 1;
  height: 100%;
  border-bottom-right-radius: 1.5rem;
}

.case_request_main {
  max-width: 650px;
}

.case_request_text-title {
  font-size: 18px;
  font-weight: 600;
}

.case_request_content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 100%;
  position: relative;
}

.case_request_image {
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 3;
  align-content: end;
  transform: translateY(25px);
}

.case_request_image::before {
  position: absolute;
  background-color: #fff;
  width: 100vw;
  transform: translateX(calc(-50vw - 50%));
}

    .grid-horizontal {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        padding: 0;
        margin: 0;
        list-style-position: inside;
    }


@media screen and (max-width: 1400px) {
  .case_request_text::after {
    width: 60%;
  }

  .case_request_sheet::after {
    width: 60%;
  }

  .case_request_image {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  section.case_request {
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .case_request_sheet .case_request_text-title {
    width: 60%;
  }


  .case_request_sheet::after,
  .case_request_text::after {
    display: none;
  }

  .case_request_main {
    max-width: 100%;
  }

  .case_request_sheet {
    border-bottom-right-radius: 1.5rem;
    padding: 14px 20px 13px 0px;
  }

  .case_request_text {
    border-top-right-radius: 1.5rem;
    padding: 14px 20px 5px 0px;
  }
  p.case_request_text-info {
    font-size: 12px;
    margin: 0;
  }

  .case_request_text-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .grid-horizontal {
    font-size: 12px;
    margin-top: 10px;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/stages_work/style.css?17605137131387*/
.stages_work {
  background-color: #0078e1;
  padding-top: 18px;
  padding-bottom: 56px;
  color: #fff;
  margin-top: 33px;
}

.stages_work__slide_title {
  font-size: 36px;
  font-weight: bold;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: left;
  color: #0078e1;
  margin-bottom: 14px;
}

.step_stages_work {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #ffffff;
  border: 1.5px solid #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 21px 36px 29px 36px;
  height: auto;
}

.stages_work__slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.step_stages_work .stages_work__slide_text {
  color: #2a2a2a;
}
.stages_work .owl-item {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .stages_work {
    margin-top: 12px;
    padding-top: 14px;
    padding-bottom: 17px;
  }
  .stages_work__slide_title {
    font-size: 18px;
  }

  .step_stages_work .stages_work__slide_text {
    font-size: 12px;
  }

  .step_stages_work {
    padding: 4px 12px 9px 12px;
  }
  .stages_work .owl-dots {
    margin-top: 12px;
    border-radius: 10px;
    border: 2px solid white;
    background-clip: content-box;
    height: 1px;
  }

  .stages_work .owl-dots .owl-dot.active {
    height: 2px;
  }
  .stages_work .owl-carousel .owl-stage-outer {
    margin-right: calc((50% - 50vw) + 8px);
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main_dev/style.css?17605137135117*/
.main_dev .container {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.main_dev_text {
  flex: 1 1 auto;
  max-width: calc(50% - 8px);
  box-sizing: border-box;
}

.main_dev_slider_wrap {
  flex: 1 1 auto;
  width: calc(50% - 8px);
  box-sizing: border-box;
  overflow: visible;
}

.main_dev_slider {
  max-width: 100%;
}
.text_subhead_inner {
  margin: 26px 0px 24px 0px;
  padding: 32px 36px;
  border-radius: 24px;
  background-color: #fff;
}

.text_subhead_inner h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #2a2a2a;
  margin-bottom: 17px;
}

.text_subhead_inner ul {
  list-style: none;
  padding-left: 0;
}

.text_subhead_inner ul li::before {
  content: "—";
  margin-right: 0.5em;
}

.text_subhead_inner p:has(+ ul) {
  margin-bottom: 0;
}

.text_subhead_inner p:last-child {
  margin-bottom: 0;
}
.thumb_carousel_dev {
  overflow: visible;
}

.main_preview-wrap {
  margin-bottom: 20px;
}

.main_preview_frame {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb_carousel_dev .item {
  border-radius: 12px;
  overflow: hidden;
  height: 420px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.thumb_carousel_dev .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

.thumb_carousel_dev .owl-stage-outer {
  width: calc(50vw - 16px);
  margin-right: calc((50vw - 100%));
}
.item.active {
  border: 2px solid #0078e1;
}

.mfp-content {
  max-height: 90vh;
  overflow-y: auto;
}

.mfp-content img.mfp-img {
  max-width: 100%;
  max-height: 100% !important;
  height: auto;
  display: block;
}

.mfp-img-mobile .mfp-image-holder .mfp-content {
  max-height: 90vh;
  overflow-y: hidden;
  overflow-x: hidden;
}
.mfp-zoom-out-cur {
  overflow: hidden;
}

.main_preview_frame {
  position: relative;
  width: 656px;
  margin: 0 auto;
  overflow: visible;
  max-width: fit-content;
}

.tablet-frame {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.tablet-screen {
  position: absolute;
  top: 3%;
  left: 4%;
  width: 92%;
  height: 95%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 12px;
  z-index: 3;
  background-color: #000;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tablet-screen::-webkit-scrollbar {
  width: 0 !important;
  background: transparent;
}

.custom-scrollbar-outer {
  position: absolute;
  top: 55px;
  right: 26px;
  width: 1px;
  height: 88%;
  z-index: 10;
  pointer-events: none;
  display: block;
  background: #d5d5d5;
}

.scroll-thumb {
  width: 6px;
  background: #0078e1;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  transform: translateX(-50%);
  transition: background 0.2s;
  pointer-events: auto;
}

.scroll-thumb:hover {
  background: rgba(255, 255, 255, 0.9);
}

.tablet-screen img.main_preview {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  object-fit: contain;
}

@media (max-width: 768px) {
  .mfp-img-mobile .mfp-image-holder .mfp-content {
    overflow-y: auto;
  }
}
@media screen and (max-width: 1200px) {
  .main_dev .container {
    flex-direction: column;
  }

  .main_preview-wrap {
    display: none;
  }

  .main_preview-wrap {
    display: none;
  }

  .thumb_carousel_dev .owl-stage-outer {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
    width: calc((50% + 50vw));
  }
  .main_dev_text {
    max-width: 100%;
    width: 100%;
  }

  .main_dev_slider_wrap {
    width: 100%;
  }
  .text_subhead_inner.introduction {
    margin: 11px 0px 12px 0px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }

  .text_subhead_inner {
    margin: 11px 0px 12px 0px;
    padding: 13px 15px;
    border-radius: 8px;
  }

  .text_subhead_inner {
    font-size: 12px;
  }

  .text_subhead_inner h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #2a2a2a;
    margin-bottom: 11px;
  }

  .dev_text_subhead {
    margin-bottom: 22px;
  }

  .text_subhead_inner h3 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .text_subhead_inner h3::before,
  .text_subhead_inner h3::after {
    height: 100%;
  }

  .text_subhead_inner h3::before {
    content: url(/local/templates/racurs/css/./../img/racurs_mark.svg);
    margin-right: 6px;
    flex-shrink: 0;
  }

  .text_subhead_inner h3.active::after {
    transform: rotate(180deg);
  }

  .text_subhead_inner h3::after {
    content: url(/local/templates/racurs/img/vuesax-linear-arrow-square-up.svg);
    margin-left: auto;
    flex-shrink: 0;
  }

  .text_subhead_inner h3.active {
    margin-bottom: 10px;
  }

  .text_subhead_inner_wrap {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .main_dev_slider .title {
    display: none;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main_dev_noslider/style.css?17605137135266*/
.main_dev_noslider.full_width .container {
  display: block;
}

.main_dev_noslider.full_width .main_dev_text {
  display: block;
  width: 100%;
  max-width: 100%;
}

.dev_text_subhead .full_width {
  max-width: 100%;
  column-count: 2;
  margin: 26px 0px 24px 0px;
}

.full_width .main_dev_slider_wrap {
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
}

.main_dev_slider {
  max-width: 100%;
}
.text_subhead_inner {
  margin: 0px;
  margin-bottom: 16px;
  padding: 32px 36px;
  border-radius: 24px;
  background-color: #fff;
  break-inside: avoid;
}

.text_subhead_inner h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #2a2a2a;
  margin-bottom: 17px;
}

.text_subhead_inner ul {
  list-style: none;
  padding-left: 0;
}

.text_subhead_inner ul li::before {
  content: "—";
  margin-right: 0.5em;
}

.text_subhead_inner p:has(+ ul) {
  margin-bottom: 0;
}

.text_subhead_inner p:last-child {
  margin-bottom: 0;
}
.thumb_carousel_dev {
  overflow: visible;
}

.main_preview-wrap {
  margin-bottom: 20px;
}

.main_preview_frame {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb_carousel_dev .item {
  border-radius: 12px;
  overflow: hidden;
  height: 420px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.thumb_carousel_dev .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

.thumb_carousel_dev .owl-stage-outer {
  width: calc(50vw - 16px);
  margin-right: calc((50vw - 100%));
}

.item.active {
  border: 2px solid #0078e1;
}

.mfp-content {
  max-height: 90vh;
  overflow-y: auto;
}

.mfp-content img.mfp-img {
  max-width: 100%;
  max-height: 100% !important;
  height: auto;
  display: block;
}

.mfp-img-mobile .mfp-image-holder .mfp-content {
  max-height: 90vh;
  overflow-y: hidden;
  overflow-x: hidden;
}
.mfp-zoom-out-cur {
  overflow: hidden;
}

.main_preview_frame {
  position: relative;
  width: 656px;
  margin: 0 auto;
  overflow: visible;
  max-width: fit-content;
}

.tablet-frame {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.tablet-screen {
  position: absolute;
  top: 3%;
  left: 4%;
  width: 92%;
  height: 95%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 12px;
  z-index: 3;
  background-color: #000;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tablet-screen::-webkit-scrollbar {
  width: 0 !important;
  background: transparent;
}

.custom-scrollbar-outer {
  position: absolute;
  top: 55px;
  right: 26px;
  width: 1px;
  height: 88%;
  z-index: 10;
  pointer-events: none;
  display: block;
  background: #d5d5d5;
}

.scroll-thumb {
  width: 6px;
  background: #0078e1;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  transform: translateX(-50%);
  transition: background 0.2s;
  pointer-events: auto;
}

.scroll-thumb:hover {
  background: rgba(255, 255, 255, 0.9);
}

.tablet-screen img.main_preview {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  object-fit: contain;
}

@media (max-width: 768px) {
  .mfp-img-mobile .mfp-image-holder .mfp-content {
    overflow-y: auto;
  }
}
@media screen and (max-width: 1200px) {
  .main_dev .container {
    flex-direction: column;
  }

  .main_preview-wrap {
    display: none;
  }

  .main_preview-wrap {
    display: none;
  }

  .thumb_carousel_dev .owl-stage-outer {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
    width: calc((50% + 50vw));
  }
  .main_dev_text {
    max-width: 100%;
  }

  .dev_text_subhead .full_width {
    column-count: 1;
  }
  .main_dev_slider_wrap {
    width: 100%;
  }
  .text_subhead_inner.introduction {
    margin: 11px 0px 12px 0px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }

  .text_subhead_inner {
    margin: 11px 0px 12px 0px;
    padding: 13px 15px;
    border-radius: 8px;
  }

  .text_subhead_inner {
    font-size: 12px;
  }

  .text_subhead_inner h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #2a2a2a;
    margin-bottom: 11px;
  }

  .dev_text_subhead {
    margin-bottom: 22px;
  }

  .text_subhead_inner h3 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
  }

  .text_subhead_inner h3::before,
  .text_subhead_inner h3::after {
    height: 100%;
  }

  .text_subhead_inner h3::before {
    content: url(/local/templates/racurs/css/./../img/racurs_mark.svg);
    margin-right: 6px;
    flex-shrink: 0;
  }

  .text_subhead_inner h3.active::after {
    transform: rotate(180deg);
  }

  .text_subhead_inner h3::after {
    content: url(/local/templates/racurs/img/vuesax-linear-arrow-square-up.svg);
    margin-left: auto;
    flex-shrink: 0;
  }

  .text_subhead_inner h3.active {
    margin-bottom: 10px;
  }

  .text_subhead_inner_wrap {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .main_dev_slider .title {
    display: none;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/team_block_new/style.css?17605137131545*/
.slider-item__img {
    filter: grayscale(100%);
}
.slider-item__person-position {
    text-align: center;
}
.slider-item__link{
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
.our-team_new .slider-item__person-name{
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    color: #2A2A2A;
    width: 100%;
    margin-top: 14px;
}

.slider-item__person-position{
    margin-top: 13px;
}
.btn_our-team_new{
    display: none;
}
.slider_item_hide{
    display: flex;
}
@media (max-width: 768px){
    .btn_our-team_new{
        display: block;
    }
    .btn_our-team_new button{
        margin-left: auto;
        margin-right: auto;
    }
    .owl-item:has(.slider_item_hide) {
        display: none;
    }
}
@media (max-width: 576px) {
   .our-team_new .slider-item__img {
        height: 140px;
        width: 140px;
    }
    .slider-item__person-name{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #000000;

    }
    .slider-item__person-position{
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        color: #000000;
    }
    .our-team_new .title{
        font-size: 18px;
        font-style: normal;
        line-height: 20px;
        color: #2A2A2A;
        margin-bottom: 15px;
    }
}






/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/reviews_block/style.css?17605137132498*/
.client_testimonials_inner {
    display: flex;
    gap: 25px;
}

.client_testimonials_img img {
    width: 430px;
    height: 575px;
    border-radius: 24px;
}

.client_testimonials_name {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #2a2a2a;
    margin-bottom: 17px;
}

.client_testimonials_logo {
    margin-bottom: 12px;
}

.client_testimonials_logo img {
    height: 56px;
}

.client_testimonials_text {
    margin-bottom: 23px;
}
.client_testimonials_text p{
    font-size: 16px;
    line-height: 20px;
}
.client_testimonials_text p:last-child {
    margin-bottom: 0;
}

.employee_review {
    padding: 24px 24px 30px 24px;
    border-radius: 24px;
    background-color: #fff;
}

.employee_review_inner {
    display: flex;
    gap: 16px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.employee_review_inner .employee_review_img {
    width: 96px;
    height: 96px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

.employee_review_info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.employee_name {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.employee_position {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.employee_review_text {
    max-width: 720px;
}

.employee_review_text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .client_testimonials_inner {
        flex-direction: column;
        align-items: center;
    }
    .client_testimonials_logo{
        display: none;
    }
    .client_testimonials_name{
        font-size: 18px;
    }
    .client_testimonials_text p{
        font-size: 12px;
        line-height: 15px;
    }
    .employee_name{
        font-size: 14px;
    }
    .employee_position{
        font-size: 12px;
    }
    .employee_review_text p{
        font-size: 12px;
    }
    .employee_review_inner{
        margin-bottom: 10px;
    }
    .employee_review_inner .employee_review_img {
        width: 48px;
        height: 48px;
        object-fit: cover;
    }
    .client_testimonials_img img {
        width: 100%;
        height: 100%;
        border-radius: 24px;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/banner_dev/style.css?17605137133632 */
/* /local/templates/.default/components/bitrix/news.list/case_request/style.css?17605137132876 */
/* /local/templates/.default/components/bitrix/news.list/stages_work/style.css?17605137131387 */
/* /local/templates/.default/components/bitrix/news.list/main_dev/style.css?17605137135117 */
/* /local/templates/.default/components/bitrix/news.list/main_dev_noslider/style.css?17605137135266 */
/* /local/templates/.default/components/bitrix/news.list/team_block_new/style.css?17605137131545 */
/* /local/templates/.default/components/bitrix/news.detail/reviews_block/style.css?17605137132498 */
