/* Article banner + article title blocks */
.article_banner {
   letter-spacing: 0;
   color: #020617;
   background-color: rgba(7, 219, 165, .5);
   border-radius: 2.4rem;
   width: 100%;
   height: 100%;
   overflow: hidden
}

@media screen and (min-width:1024px) {
   .article_banner {
      gap: 2.4rem;
      padding: 2rem
   }
}

@media screen and (max-width:1023.5px) {
   .article_banner {
      gap: 1.8rem;
      padding: 2rem 1.6rem
   }
}

.article_banner.article_banner--v0_mod {
   background-color: #ffebf7
}

.article_banner.article_banner--v1_mod {
   background: rgba(217, 221, 231, .2)
}

.article_banner:not(:last-child) {
   margin-bottom: 1.8rem
}

.article_banner__row {
   display: -ms-flexbox;
   display: flex
}

@media screen and (min-width:1024px) {
   .article_banner__row {
      gap: 2.4rem
   }
}

@media screen and (max-width:1023.5px) {
   .article_banner__row {
      gap: 1.8rem
   }
}

@media screen and (min-width:1024px) {
   .article_banner--v0_mod .article_banner__row {
      gap: 2rem
   }
}

@media screen and (max-width:1023.5px) {
   .article_banner--v0_mod .article_banner__row {
      gap: 1.4rem
   }

   .article_banner__row:not(:last-child) {
      margin-bottom: 2rem
   }
}

.article_banner__picture {
   -ms-flex-negative: 0;
   flex-shrink: 0;
   width: 4.4rem;
   height: 6.2rem;
   display: block
}

@media screen and (max-width:1023.5px) {
   .article_banner__picture:not(:last-child) {
      margin-right: .6rem
   }
}

@media screen and (min-width:1024px) {
   .article_banner--v0_mod .article_banner__picture {
      width: 10.4rem;
      height: 13.2rem
   }
}

@media screen and (max-width:1023.5px) {
   .article_banner--v0_mod .article_banner__picture {
      width: 8.4rem;
      height: 11rem
   }
}

.article_banner__img {
   object-fit: contain;
   width: 100%;
   height: 100%;
   display: block
}

.article_banner--v0_mod .article_banner__img {
   filter: drop-shadow(0 2px 4px rgba(0, 64, 82, .15))
}

.article_banner__title {
   color: #020617;
   font-size: 2.4rem;
   font-weight: 700;
   line-height: 1.4;
   display: block
}

@media screen and (min-width:1024px) {
   .article_banner__title:not(:last-child) {
      margin-bottom: 1.2rem
   }
}

@media screen and (max-width:1023.5px) {
   .article_banner__title:not(:last-child) {
      margin-bottom: 1rem
   }
}

.article_banner--v1_mod .article_banner__title:not(:last-child) {
   margin-bottom: 2.4rem
}

@media screen and (max-width:1023.5px) {
   .article_banner--default_mod .article_banner__title {
      width: calc(100% + 6.2rem)
   }
}

a.article_banner__title {
   transition: opacity .3s
}

a.article_banner__title:hover,
a.article_banner__title:focus {
   opacity: .7;
   text-decoration: none
}

.article_banner__descr {
   font-size: 1.6rem
}

@media screen and (min-width:1024px) {
   .article_banner__descr {
      line-height: 1.2
   }
}

@media screen and (max-width:1023.5px) {
   .article_banner__descr {
      line-height: 1.42
   }

   .article_banner--v0_mod .article_banner__descr {
      max-width: 99%
   }
}

@media screen and (min-width:1024px) {
   .article_banner__descr:not(:last-child) {
      margin-bottom: 2.5rem
   }
}

.article_banner__button {
   letter-spacing: .03em
}

@media screen and (max-width:1023.5px) {
   .article_banner__button {
      width: 100%
   }

   .article_banner__button.article_banner__button--desktop_mod {
      display: none
   }
}

@media screen and (min-width:1024px) {
   .article_banner__button.article_banner__button--mobile_mod {
      display: none
   }
}

.article_banner__button .btn_icon {
   transition: transform .3s
}

.article_banner__button:hover .btn_icon,
.article_banner__button:focus .btn_icon {
   transform: scale(1.4)
}

.article_banner__link {
   color: #020617;
   background-color: #fff;
   border: 1px solid #020617;
   border-radius: 50%;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-align: center;
   align-items: center;
   margin-top: auto;
   margin-left: auto;
   transition: color .3s, background .3s;
   display: -ms-flexbox;
   display: flex
}

@media screen and (min-width:1024px) {
   .article_banner__link {
      width: 2.6rem;
      height: 2.6rem
   }
}

@media screen and (max-width:1023.5px) {
   .article_banner__link {
      width: 4.4rem;
      height: 4.4rem
   }
}

.article_banner__link:hover,
.article_banner__link:focus {
   color: #fff;
   background-color: #020617
}

.article_banner__icon {
   width: 1.4rem;
   height: 1.4rem;
   display: block
}

.article_banner__list {
   counter-reset: list
}

.article_banner__list:not(:last-child) {
   margin-bottom: 3.2rem
}

.article_banner__item {
   counter-increment: list;
   display: -ms-flexbox;
   display: flex
}

@media screen and (min-width:1024px) {
   .article_banner__item {
      gap: 2rem
   }
}

@media screen and (max-width:1023.5px) {
   .article_banner__item {
      gap: 1.6rem
   }
}

.article_banner__item:not(:last-child) {
   margin-bottom: 1.2rem
}

.article_banner__wrap {
   background-color: #fff;
   border-radius: 50%;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-align: center;
   align-items: center;
   width: 4.2rem;
   height: 4.2rem;
   display: -ms-flexbox;
   display: flex;
   overflow: hidden
}

.article_banner__item_img {
   width: 2.4rem;
   height: 2.4rem;
   display: block
}

.article_banner__text {
   font-weight: 700;
   display: -ms-flexbox;
   display: flex
}

@media screen and (min-width:1024px) {
   .article_banner__text {
      letter-spacing: .01em;
      margin-top: .8rem;
      font-size: 2rem;
      line-height: 1.4
   }
}

@media screen and (max-width:1023.5px) {
   .article_banner__text {
      margin-top: 1.2rem;
      font-size: 1.8rem;
      line-height: 1.2
   }
}

.article_banner__text:before {
   content: counter(list, decimal)".";
   display: inline-block
}

.icon_title {
   gap: 1.6rem;
   display: -ms-flexbox;
   display: flex
}

.icon_title:not(:last-child) {
   margin-bottom: 3.2rem
}

.icon_title__icon {
   -ms-flex-negative: 0;
   flex-shrink: 0;
   width: 4rem;
   height: 4rem;
   margin: auto 0;
   display: block
}

.icon_title__icon img {
   object-fit: contain;
   width: 100%;
   height: 100%;
   display: block
}

.icon_title__block {
   letter-spacing: 0;
   -ms-flex-align: center;
   align-items: center;
   display: -ms-flexbox;
   display: flex
}

/* About mini block */
.about_mini {
   background: #f6f9fc;
   padding-top: 9.6rem;
   padding-bottom: 9.6rem;
}

.about_mini__container {
   display: flex;
   align-items: center;
   gap: 6.4rem;
}

.about_mini__card {
   display: flex;
   align-items: center;
   gap: 2.9rem;
   background: #fff;
   border-radius: 0.8rem;
   padding: 3.4rem 4.7rem;
   flex-shrink: 0;
}

.about_mini__card-photo {
   position: relative;
   width: 16rem;
   height: 16rem;
   flex-shrink: 0;
}

.about_mini__card-photo img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 50%;
}

.about_mini__card-linkedin {
   position: absolute;
   bottom: 0.5rem;
   right: -0.2rem;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 3.2rem;
   height: 3.2rem;
   background: #2563EB;
   border: 0.2rem solid #fff;
   border-radius: 50%;
   transition: transform 0.2s;
}

.about_mini__card-linkedin:hover {
   transform: scale(1.1);
}

.about_mini__card-linkedin svg {
   width: 2rem;
   height: 2rem;
}

.about_mini__card-info {
   display: flex;
   flex-direction: column;
   gap: 1rem;
}

.about_mini__card-name {
   font-size: 2.4rem;
   font-weight: 700;
   line-height: 3.2rem;
   color: #020617;
}

.about_mini__card-position {
   font-size: 1.4rem;
   font-weight: 400;
   line-height: 2rem;
   color: #475569;
}

.about_mini__text {
   display: flex;
   flex-direction: column;
   gap: 2rem;
   flex: 1;
   min-width: 0;
}

.about_mini__subtitle {
   font-size: 1.6rem;
   font-weight: 600;
   line-height: 2.4rem;
   color: #ff4e32;
}

.about_mini__title {
   font-size: 3.2rem;
   font-weight: 700;
   line-height: 1.2;
   color: #020617;
}

.about_mini__description {
   font-size: 1.8rem;
   font-weight: 400;
   line-height: 2.8rem;
   color: #475569;
}

.about_mini__description strong,
.about_mini__description b {
   font-weight: 600;
   color: #334155;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
   .about_mini {
      padding-top: 6.4rem;
      padding-bottom: 6.4rem;
   }

   .about_mini__container {
      gap: 3.2rem;
   }

   .about_mini__card {
      flex-direction: column;
      padding: 2.4rem 3.2rem;
      gap: 1.6rem;
      text-align: center;
   }

   .about_mini__card-photo {
      width: 14rem;
      height: 14rem;
   }

   .about_mini__card-info {
      align-items: center;
   }

   .about_mini__card-name {
      font-size: 2rem;
      line-height: 2.8rem;
   }

   .about_mini__title {
      font-size: 2.8rem;
   }

   .about_mini__description {
      font-size: 1.6rem;
      line-height: 2.4rem;
   }
}

@media screen and (max-width: 767px) {
   .about_mini {
      padding-top: 3.2rem;
      padding-bottom: 3.2rem;
   }

   .about_mini__container {
      flex-direction: column;
      gap: 2.4rem;
   }

   .about_mini__card {
      flex-direction: column;
      align-items: center;
      padding: 1.6rem 4.7rem;
      gap: 1.2rem;
      order: 2;
      width: 100%;
   }

   .about_mini__card-info {
      align-items: center;
      text-align: center;
   }

   .about_mini__text {
      order: 1;
      align-items: center;
      text-align: center;
   }

   .about_mini__subtitle {
      font-size: 1.4rem;
      line-height: 2rem;
   }

   .about_mini__title {
      font-size: 2.4rem;
      line-height: 3rem;
   }

   .about_mini__description {
      font-size: 1.6rem;
      line-height: 2.4rem;
      text-align: center;
   }
}

/* Action block */
.action {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 20px;
   margin: 55px 0 0;
   padding: 2.4rem;
   border-radius: 1.2rem;
}

.action--light {
   background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), var(--tailwind-colors-blue-50, #EFF6FF);
}

.action.action-mobile {
   background: rgba(7, 219, 165, 0.08);
}

@media screen and (min-width: 768px) {
   .action.action--light {
      margin: 2.4rem 0 2.4rem;
   }
}

.action.action--dark {
   background: #020617;
   border-top: 0px;
}

.action--dark .action__title {
   color: #fff;
}

@media (min-width: 1024px) {
   .action--dark .action__title {
      margin-left: 4.5rem;
      margin-right: 4.5rem;
   }
}

.action--align-left {
   text-align: left;
}

.action--align-center {
   text-align: center;
}

.action--align-right {
   text-align: right;
}

.action__title {
   color: #020617;
   font-family: Inter;
   font-size: 2.4rem;
   font-weight: 700;
   line-height: 2.8rem;
   margin-bottom: 1.6rem;
}

.action__text {
   color: #020617;
   font-family: Inter;
   font-size: 1.6rem;
   font-style: normal;
   font-weight: 400;
   line-height: 2.4rem;
   margin-bottom: 3.2rem;
}

.action__button {
   border-color: #fff;
   text-decoration: none !important;
}

@media screen and (min-width:768px) {
   .action-mobile {
      display: none;
   }
}

@media screen and (max-width:768px) {
   .action {
      display: block;
      text-align: center;
      border-left: none;
      box-shadow: none;
      margin: 2.4rem 0;
   }

   .action-mobile {
      display: block;
   }

   .action-desctop,
   .action__images {
      display: none;
   }

   .action__button {
      width: 100%;
   }
}

/* Compare plan block */
.compare-plan {
   width: 100%;
   background: #fff;
   padding: 0 0 4rem 0;
}

.compare-plan__container {
   max-width: 128rem;
   margin: 0 auto;
   padding: 10.4rem 0rem 3.2rem 0rem;
}

.compare-plan__back {
   margin-bottom: 3.2rem;
}

.compare-plan__back-link {
   color: #ff4e32;
   font-size: 1.4rem;
   text-decoration: none;
   font-weight: 500;
   transition: color 0.2s;
}

.compare-plan__back-link:hover {
   color: #d13a1e;
   text-decoration: underline;
   text-underline-offset: .3rem;
}

.compare-plan__back-bottom {
   text-align: center;
   margin-top: 5.2rem;
}

.compare-plan__back-bottom-link {
   border-radius: 4px;
   border: 1px solid #020617;
   background: #FFF;
   color: #020617;
}

.compare-plan__back-bottom-link:hover {
   background: rgba(255, 255, 255, 0.00);
   color: #020617;
}

@media (max-width: 767px) {
   .compare-plan__back-bottom {
      margin-top: 3.2rem;
   }
}

.compare-plan__title {
   color: #020617;
   text-align: center;
   font-size: 4rem;
   font-weight: 700;
   line-height: 5rem;
   margin-bottom: 2rem;
}

.compare-plan__desc {
   color: #475569;
   text-align: center;
   font-size: 1.8rem;
   font-weight: 400;
   line-height: 2.8rem;
   max-width: 50rem;
   margin: 0 auto;
   margin-bottom: 3.2rem;
}

@media (max-width: 767px) {
   .compare-plan__title {
      font-size: 2.8rem;
      line-height: 3.2rem;
      margin-bottom: 1.6rem;
   }

   .compare-plan__desc {
      margin-bottom: 2.4rem;
   }
}

.compare-plan__plans {
   z-index: 10;
   border-radius: .8rem;
   margin-bottom: 2.4rem;
   transition: box-shadow 0.2s;
}

.compare-plan__plans-row {
   display: grid;
   grid-template-columns: 1.4fr repeat(3, 1fr);
   align-items: stretch;
   padding-bottom: 1rem;
   padding-top: 1rem;
   background: #fff;
}

.compare-plan__plans-cell {
   padding: 2.4rem;
   background: #fff;
   border-right: 1px solid #E2E8F0;
   display: flex;
   gap: 2.4rem;
   flex-direction: column;
   align-items: left;
   justify-content: space-between;
   position: relative;
}

.compare-plan__plans-cell:nth-child(2) {
   border-radius: .8rem 0 0 .8rem;
   border-top: 1px solid #E2E8F0;
   border-bottom: 1px solid #E2E8F0;
   border-left: 1px solid #E2E8F0;
   box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.compare-plan__plans-cell:nth-child(3) {
   border-radius: 0;
   border-top: 1px solid #E2E8F0;
   border-bottom: 1px solid #E2E8F0;
   box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.compare-plan__plans-cell:nth-child(4) {
   border-radius: 0 .8rem .8rem 0;
   border-top: 1px solid #E2E8F0;
   border-bottom: 1px solid #E2E8F0;
   border-right: 1px solid #E2E8F0;
   box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.compare-plan__plans-cell--empty {
   background: #fff;
   border: none;
}

.compare-plan__plans-cell-inner {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   width: 100%;
}

.compare-plan__plans-cell--popular {
   background: #F6F9FC;
}

.compare-plan__plan-title {
   color: #020617;
   font-size: 1.4rem;
   font-weight: 700;
   line-height: 2rem;
}

.compare-plan__plan-price .plan-price {
   color: #020617;
   font-size: 2.4rem;
   font-style: normal;
   font-weight: 400;
   line-height: 2.8rem;
}

.compare-plan__plan-price .price-amount {
   color: #020617;
   font-size: 2.4rem;
   font-weight: 700;
   line-height: 3.2rem;
   text-wrap-mode: nowrap;
}

.compare-plan__plan-price .price-amount sup {
   color: #020617;
   font-size: 1.6rem;
   font-weight: 500;
   line-height: 2rem;
   letter-spacing: normal;
}

.compare-plan__plan-price .price-period {
   color: #475569;
   font-size: 1.8rem;
   font-weight: 400;
   line-height: 2.8rem;
   margin-bottom: 0rem;
}

.compare-plan__plan-popular {
   border-radius: 4px;
   background: #60A5FA;
   color: #FFF;
   font-size: .8rem;
   font-weight: 600;
   line-height: 1.2rem;
   padding: 0.4rem 0.8rem;
   text-transform: uppercase;
}

.compare-plan__plan-btn {
   display: inline-block;
   background: #fff;
   color: #ff4e32;
   border: 1.5px solid #ff4e32;
   border-radius: 0.6rem;
   font-size: 1.5rem;
   font-weight: 600;
   padding: 0.7rem 2.2rem;
   margin-top: 0.8rem;
   text-decoration: none;
   transition: background 0.2s, color 0.2s;
}

.compare-plan__plan-btn:hover {
   background: #ff4e32;
   color: #fff;
}

.compare-plan__table {
   width: 100%;
   display: flex;
   flex-direction: column;
   gap: 0;
}

.compare-plan__row--section:not(:first-child) {
   margin-top: 3.2rem;
}

.compare-plan__row {
   display: grid;
   grid-template-columns: 1.4fr repeat(3, 1fr);
   border-bottom: 1px solid #e5e7eb;
   background: #fff;
   transition: all 0.2s ease;
}

.compare-plan__row--section.compare-plan__row:hover {
   background: #fff;
}

.compare-plan__row:hover {
   background: #F8FAFC;
}

.compare-plan__cell {
   padding: 1.4rem 1.6rem 1.4rem 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
   color: #020617;
   font-size: 1.4rem;
   font-weight: 400;
   line-height: 2rem;
}

.compare-plan__cell--title {
   font-weight: 400;
   color: #020617;
}

.compare-plan__cell.compare-plan__cell--title.compare-plan__cell--section {
   font-size: 1.8rem;
   font-weight: 700;
   line-height: 2.8rem;
}

.compare-plan__cell:not(:last-child) {
   border-right: 1px solid #E2E8F0;
}

.compare-plan__cell.compare-plan__cell--section {
   border-right: none;
}

.compare-plan__cell--item {
   align-items: center;
   text-align: center;
   justify-content: center;
   min-width: 10rem;
}

.compare-plan__item-text {
   font-size: 1.5rem;
   color: #475569;
   margin-bottom: 0.6rem;
   font-weight: 400;
}

.compare-plan__item-values {
   display: flex;
   flex-direction: row;
   gap: 0.8rem;
   justify-content: center;
   align-items: center;
}

.compare-plan__icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 2.4rem;
   height: 2.4rem;
}

.compare-plan__icon--yes svg {
   stroke: #2563eb;
}

.compare-plan__icon--no svg {
   stroke: #475569;
   opacity: 0.7;
}

.compare-plan__text {
   color: #020617;
   font-size: 1.4rem;
   font-weight: 400;
   line-height: 2rem;
}

.select-plan-btn .btn-mobile-title {
   display: none;
}

@media (max-width: 1023px) {
   .compare-plan__container {
      padding: 1.2rem 0.5rem 0 0.5rem;
   }

   .compare-plan__plans-row,
   .compare-plan__row {
      grid-template-columns: 1.2fr repeat(3, 1fr);
   }

   .compare-plan__plans {
      top: 5.2rem;
   }

   .compare-plan__plan-popular {
      display: none;
   }
}

@media (max-width: 767px) {
   .compare-plan {
      padding: 0;
   }

   .compare-plan__container {
      padding: 9.5rem 1.6rem 3.2rem 1.6rem;
   }

   .compare-plan__plans {
      top: 0;
      margin-bottom: 1.2rem;
   }

   .compare-plan__plans-cell--empty {
      display: none;
   }

   .compare-plan__plans-row {
      grid-template-columns: repeat(3, 1fr);
      font-size: 1.2rem;
   }

   .compare-plan__plans-cell {
      gap: 1.2rem
   }

   .compare-plan__plans-cell,
   .compare-plan__cell {
      padding: 1.6rem 1.2rem;
   }

   .compare-plan__row {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: auto auto;
   }

   .compare-plan__row--section {
      border-bottom: none;
   }

   .compare-plan__cell.compare-plan__cell--section:not(:first-child) {
      display: none;
   }

   .compare-plan__plans-cell-inner {
      justify-content: center;
   }

   .compare-plan__cell--title {
      grid-column: 1 / -1;
      width: 100% !important;
      text-align: left;
      border-right: none;
   }

   .compare-plan__cell.compare-plan__cell--title.compare-plan__cell--section {
      padding: 0;
   }

   .compare-plan__cell--item {
      padding: .8rem 0.8rem;
      font-size: 1.4rem;
      display: flex;
      justify-content: center;
      align-items: center;
   }

   .compare-plan__cell:first-child,
   .compare-plan__cell--item:last-child {
      border-right: none;
   }

   .compare-plan__plan-title {
      font-size: 1.4rem;
   }

   .compare-plan__plan-price {
      font-size: 1.6rem;
   }

   .compare-plan__plan-price .plan-price {
      margin-top: -0.4em;
      justify-content: center;
   }

   .compare-plan__plan-price .price-amount {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 2.8rem;
   }

   .compare-plan__plan-price .price-amount sup {
      color: #020617;
      font-size: 1rem;
      font-weight: 500;
      line-height: 2rem;
      letter-spacing: normal;
   }

   .compare-plan__plan-price .price-period {
      color: #475569;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 2.8rem;
      margin-bottom: 0rem;
   }

   .compare-plan__plan-btn {
      font-size: 1.1rem;
      padding: 0.5rem 1.2rem;
   }

   .compare-plan__cell--title {
      font-size: 1.4rem;
   }

   .compare-plan__cell--item-title:first-child {
      border-bottom: 1px solid #E2E8F0;
      padding: 1.6rem 0rem;
   }

   .compare-plan__icon {
      width: 1.6rem;
      height: 1.6rem;
   }

   .select-plan-btn.btn_secondary {
      height: 4.4rem;
   }

   .compare-plan__plan-price .price-period {
      color: #fff;
      position: relative;
      font-size: 1.2rem;
      width: 25px;
      overflow: hidden;
      text-wrap-mode: nowrap;
   }

   .compare-plan__plan-price .price-period::after {
      content: "/mo";
      color: #020617;
      position: absolute;
      left: 0;
      top: 2px;
      width: 100%;
      max-width: 25px;
   }

   .select-plan-btn .btn-full-title {
      display: none;
   }

   .select-plan-btn .btn-mobile-title {
      display: inline;
   }

   .compare-plan__plans {
      transition: top 0.2s ease, box-shadow 0.2s ease;
   }
}

/* Clients results block */
.clients_results {
    padding: 5.2rem 0 0 0;
}

.clients_results__header {
    text-align: center;
    margin-bottom: 5rem;
}

.clients_results__title h2 {
    color: #020617;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.clients_results__container {
    max-width: 131.2rem;
    margin: 0 auto;
    padding: 0 2.4rem;
    position: relative;
}

.clients_results__slider {
    position: relative;
    overflow: hidden;
}

.clients_results__slide {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.clients_results__slide.active {
    display: flex;
    opacity: 1;
    gap: 2.4rem;
    align-items: stretch;
}

.clients_results__review {
    flex: 1;
    max-width: 63.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3.2rem;
    padding: 2.4rem;
    border-radius: 0.8rem;
}

.clients_results__review_header {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.clients_results__stars {
    display: flex;
    gap: 0;
}

.clients_results__stars svg {
   width: 29px;
   height: 29px;
   padding: 9px;
}

.clients_results__review_text p {
    color: #020617;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.33;
    margin: 0;
    max-width: 57.1rem;
}

.clients_results__reviewer {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.clients_results__reviewer_photo {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.clients_results__reviewer_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clients_results__reviewer_info {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.clients_results__reviewer_name {
    color: #020617;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
}

.clients_results__reviewer_position {
    color: #64748B;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.clients_results__statistics {
    flex: 1;
    max-width: 61.9rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.clients_results__stat_item {
    background: #F6F9FC;
    border: 1px solid #E2E8F0;
    border-radius: 0.8rem;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    transition: all 0.3s ease;
}

.clients_results__stat_item:hover,
.clients_results__stat_item.hover {
    background: #EFF6FF;
    border-color: #327DF6;
}

.clients_results__stat_title {
    color: #020617;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.clients_results__stat_text {
    color: #475569;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
}

.clients_results__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 5rem;
}

.clients_results__nav_btn {
    width: 4rem;
    height: 4rem;
    background: #FFFFFF;
    border: 1px solid #F6F9FC;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.clients_results__nav_btn:hover:not(:disabled) {
    background: #F8FAFC;
    border-color: #E2E8F0;
}

.clients_results__nav_btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.clients_results__nav_btn svg {
    color: #64748B;
    transition: color 0.3s ease;
}

.clients_results__nav_btn:not(:disabled) svg {
    color: #020617;
}

@media screen and (max-width: 1023px) {
    .clients_results {
        padding: 4.8rem 0;
    }

    .clients_results__container {
        padding: 0 2rem;
    }

    .clients_results__slide.active {
        flex-direction: column;
        gap: 3.2rem;
    }

    .clients_results__review {
        max-width: 100%;
        padding: 2rem;
    }

    .clients_results__review_text p {
        font-size: 2rem;
    }

    .clients_results__statistics {
        max-width: 100%;
        gap: 2rem;
    }

    .clients_results__stat_item {
        padding: 2rem;
    }

    .clients_results__stat_title {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 768px) {
   .clients_results__dots {
      display: none;
   }
}

@media screen and (max-width: 767px) {
    .clients_results {
        padding: 1.2rem 0;
    }

    .clients_results__container {
        padding: .2rem 1.6rem 0;
    }

    .clients_results__stars svg {
      padding: .8rem .4rem;
    }

    .clients_results__header {
        margin-bottom: 1.2rem;
    }

    .clients_results__title h2 {
        font-size: 2.4rem;
        line-height: 1.25;
    }

    .clients_results__slide.active {
        gap: 3.2rem;
    }

    .clients_results__review {
        padding: 0;
        gap: 3.2rem;
    }

    .clients_results__review_header {
        text-align: center;
        gap: 1.2rem;
    }

    .clients_results__stars {
        justify-content: center;
    }

    .clients_results__review_text p {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.43;
        text-align: center;
    }

    .clients_results__reviewer {
        justify-content: center;
        gap: 2rem;
    }

    .clients_results__reviewer_info {
        max-width: 17rem;
    }

    .clients_results__reviewer_name {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.71;
    }

    .clients_results__reviewer_position {
        font-size: 1.4rem;
        line-height: 1.71;
    }

    .clients_results__statistics {
        gap: 1.2rem;
    }

    .clients_results__stat_item {
        padding: 1.2rem;
        width: 100%;
    }

    .clients_results__stat_title {
        font-size: 2.4rem;
        line-height: 1.25;
    }

    .clients_results__stat_text {
        font-size: 1.4rem;
        line-height: 1.43;
    }

    .clients_results__navigation {
        margin-top: 1.6rem;
        display: none;
    }

    .clients_results__dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
        margin-top: 1.6rem;
    }

    .clients_results__dot {
        width: 1.3rem;
        height: 1.3rem;
        border-radius: 50%;
        background: #F6F9FC;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    }

    .clients_results__dot.active {
        background: #CBD5E1;
    }
}

/* Contact office block */
.contact_office.section {
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
}

.contact_office .section_in {
    max-width: 128rem;
    margin: 0 auto;
    padding: 5.2rem 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.8rem;
    border-radius: 1.2rem;
    background: #F8FAFC;
}

.contact_office__title_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    width: 100%;
    max-width: 80rem;
}

.contact_office .hero_contact__title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #FF4E32;
    text-align: center;
    margin: 0;
}

.contact_office .hero_contact__descr {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.2;
    color: #020617;
    text-align: center;
    margin: 0;
}

.contact_office__block {
    display: flex;
    gap: 3.2rem;
    width: 100%;
    align-items: stretch;
}

.contact_office__block_col {
    flex: 1;
}

.contact_office__image {
    position: relative;
    height: 34.8rem;
    border-radius: 1.2rem;
    overflow: hidden;
}

.contact_office__image_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact_office__items {
    background: #FFFFFF;
    border-radius: 1.2rem;
    padding: 4.8rem;
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    height: 100%;
}

.contact_office__item {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.contact_office__item_icon {
    width: 4rem;
    height: 4rem;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 0.6rem;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact_office__item_icon_img {
    width: 2rem;
    height: 2rem;
}

.contact_office__item_content {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
}

.contact_office__item_title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #020617;
    margin: 0;
}

.contact_office__item_link {
   color: #475569;
   font-family: 'Inter', sans-serif;
   font-size: 1.6rem;
   font-weight: 400;
   line-height: 1.5;
   text-decoration-line: underline;
   text-decoration-style: solid;
   text-decoration-skip-ink: none;
   text-decoration-thickness: auto;
   text-underline-offset: auto;
   text-underline-position: from-font;
}

.contact_office__item_link:hover {
    color: #FF4E32;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact_office .section_in {
        padding: 0 4rem;
        gap: 4rem;
    }

    .contact_office__block {
        flex-direction: column;
        gap: 3.2rem;
    }

    .contact_office__image {
        height: 28rem;
    }

    .contact_office__items {
        padding: 3.2rem;
        gap: 3.2rem;
    }
}

@media screen and (max-width: 767px) {
    .contact_office.section {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }

    .contact_office .section_in {
        padding: 0;
        gap: 2.4rem;
        background: transparent;
    }

    .contact_office .hero_contact__descr {
        font-size: 2.4rem;
        line-height: 1.25;
    }

    .contact_office__block {
        flex-direction: column;
        gap: 2.4rem;
        order: 2;
    }

    .contact_office__block_col:first-child {
        order: 2;
    }

    .contact_office__block_col:last-child {
        order: 1;
    }

    .contact_office__image {
        height: 34.7rem;
    }

    .contact_office__items {
        background: #F8FAFC;
        padding: 4.8rem 2.4rem;
        gap: 4.8rem;
        height: auto;
        min-height: 37.2rem;
    }
}

/* About block */
.leadership.section {
    background-color: #ffffff;
    padding: 5.2rem 8rem;
}

.leadership__title {
    text-align: center;
    margin-bottom: 3.2rem;
}

.leadership__title h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.2;
    color: #020617;
    margin: 0;
}

.leadership__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    max-width: 106.4rem;
    margin: 0 auto;
}

.leadership__item {
    background-color: #F6F9FC;
    border-radius: 0.8rem;
    width: 52rem;
    height: 19.5rem;
    padding: 1.8rem 4.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.4rem;
    position: relative;
}

.leadership__item--photo {
    position: relative;
    width: 16rem;
    height: 16rem;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 100%;
}

.leadership__item--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.leadership__item--photo--link {
    position: absolute;
    bottom: 1rem;
    right: 0.5rem;
    z-index: 10;
}

.leadership__item--photo--link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #2563EB;
    border: 2px solid #ffffff;
    border-radius: 1.6rem;
    transition: all 0.3s ease;
}

.leadership__item--photo--link a:hover {
    background-color: #1D4ED8;
    transform: scale(1.1);
}

.leadership__item--photo--link svg {
    width: 2rem;
    height: 2rem;
    fill: #ffffff;
}

.leadership__item--content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    width: 25.3rem;
}

.leadership__item--content h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.33;
    color: #020617;
    margin: 0;
    width: 100%;
    height: 2.8rem;
}

.leadership__item--content p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.43;
    color: #475569;
    margin: 0;
}

.philosophy__title {
    text-align: center;
    margin: 5.2rem 0 0 0;
}

.philosophy__title h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.2;
    color: #020617;
    margin: 0;
}

.philosophy__text {
    max-width: 90rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3.2rem 2.4rem 0;
}

.philosophy__text--item {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #475569;
    text-align: left;
    margin: 0;
}

.philosophy__text--item:not(:last-child) {
    position: relative;
    padding-bottom: 2rem;
}

.philosophy__text--item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #E2E8F0;
}

@media screen and (max-width: 1023px) {
    .leadership.section {
        padding: 4rem;
    }

    .leadership__content {
        max-width: 100%;
        gap: 2rem;
    }

    .leadership__item {
        width: 48rem;
        height: auto;
        min-height: 19.5rem;
        padding: 2rem 3.6rem;
    }

    .leadership__item--content {
        width: 22rem;
    }

    .philosophy__text {
        max-width: 75rem;
        padding: 3.2rem 2rem 0;
    }

    .philosophy__text--item {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .leadership.section {
        padding: 3.2rem 1.6rem;
        padding-bottom: 2.2rem;
    }

    .leadership__title h2 {
        font-size: 2.4rem;
        line-height: 1.25;
    }

    .leadership__content {
        flex-direction: column;
        gap: 2.4rem;
        max-width: 36.1rem;
    }

    .leadership__item {
        width: 100%;
        max-width: 36.1rem;
        height: auto;
        flex-direction: column;
        padding: 2.4rem 0;
        gap: 1.2rem;
    }

    .leadership__item--photo {
        align-self: center;
    }

    .leadership__item--content {
        width: 100%;
        text-align: center;
        gap: 0.8rem;
    }

    .leadership__item--content h3 {
        font-size: 2.4rem;
        line-height: 1.33;
        height: auto;
    }

    .leadership__item--content p {
        font-size: 1.4rem;
        line-height: 1.43;
    }

    .philosophy__title {
        margin: 6.4rem 0 1.6rem 0;
    }

    .philosophy__title h2 {
        font-size: 2.4rem;
        line-height: 1.25;
        text-align: left;
    }

    .philosophy__text {
        max-width: 100%;
        padding: 0;
        gap: 1.6rem;
    }

    .philosophy__text--item:not(:last-child) {
        padding-bottom: 0rem;
    }

    .philosophy__text--item:not(:last-child)::after {
      display: none;
    }
}

/* About person block */
.about-person {
   background-color: #f6f9fc;
   padding-top: 5.6rem;
   padding-bottom: 5.6rem;
}

.about-person__card {
   display: flex;
   align-items: center;
   gap: 2.4rem;
   max-width: 100.8rem;
   margin: 0 auto;
}

.about-person__image {
   flex-shrink: 0;
   width: 41.5rem;
   height: 39.5rem;
   border-radius: 1.2rem;
   overflow: hidden;
}

.about-person__image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.about-person__info {
   display: flex;
   flex-direction: column;
   gap: 3.2rem;
   padding: 3.4rem 4rem;
}

.about-person__person {
   display: flex;
   flex-direction: column;
   gap: 1.6rem;
}

.about-person__name-row {
   display: flex;
   align-items: center;
   gap: 1.2rem;
}

.about-person__name {
   font-size: 2.4rem;
   font-weight: 700;
   line-height: 2.8rem;
   color: #020617;
}

.about-person__linkedin {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 3.4rem;
   height: 3.4rem;
   background-color: #eff6ff;
   border: 1px solid #e2e8f0;
   border-radius: .6rem;
   flex-shrink: 0;
   transition: opacity .2s;
}

.about-person__linkedin:hover {
   opacity: .8;
}

.about-person__linkedin svg {
   width: 2rem;
   height: 2rem;
}

.about-person__position {
   font-size: 1.8rem;
   line-height: 2.8rem;
   color: #475569;
}

.about-person__features {
   display: flex;
   flex-direction: column;
   gap: 1.2rem;
}

.about-person__feature {
   display: flex;
   align-items: flex-start;
   gap: .8rem;
   font-size: 1.6rem;
   font-weight: 500;
   line-height: 2.4rem;
   color: #020617;
}

.about-person__feature a {
   color: #2563EB;
   font-size: 1.6rem;
   font-style: normal;
   font-weight: 500;
   line-height: 2.4rem;
   text-decoration-line: underline;
   text-decoration-style: solid;
   text-decoration-skip-ink: none;
   text-decoration-thickness: auto;
   text-underline-offset: 2px;
   text-underline-position: from-font;
}

.about-person__feature-icon {
   flex-shrink: 0;
   width: 2.4rem;
   height: 2.4rem;
   color: #020617;
   margin-top: .2rem;
}

.about-person__feature span {
   flex: 1;
}

@media screen and (max-width: 1023.5px) {
   .about-person__card {
      flex-direction: column;
      max-width: 67.2rem;
   }

   .about-person__image {
      width: 100%;
      height: 34.3rem;
   }

   .about-person__info {
      padding: 0;
      gap: 2.4rem;
   }
}

@media screen and (max-width: 767px) {
   .about-person {
      padding-top: 3.2rem;
      padding-bottom: 3.2rem;
   }

   .about-person__name {
      font-size: 1.8rem;
      line-height: 2.4rem;
   }

   .about-person__position {
      font-size: 1.6rem;
      line-height: 2.4rem;
   }

   .about-person__card {
      gap: 1.5rem;
   }
}
