@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/MontserratAlternates-SemiBold.woff2") format("woff2"), url("../fonts/MontserratAlternates-SemiBold.woff") format("woff");
  font-display: swap;
}
body {
  position: relative;
  font-family: "Poppins", sans-serif;
  background: #fff;
  font-weight: 400;
}
body.overlay {
  position: relative;
  overflow: hidden;
}
body.overlay:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 101;
}
body.lock {
  overflow: hidden;
}

.container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}

.section-el {
  padding: 100px 0;
}

.h1-title {
  color: #000;
  font-size: 46px;
  line-height: 126.087%;
  font-weight: 500;
}

.h2-title {
  color: #000;
  font-size: 40px;
  line-height: 125%;
  font-weight: 500;
}

.section-content {
  position: relative;
  z-index: 2;
}

.btn {
  border-radius: 16px;
  background: #191A23;
  padding: 20px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  display: inline-block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn:hover {
  -webkit-box-shadow: 0px 4px 14px 0px rgba(145, 255, 14, 0.34);
          box-shadow: 0px 4px 14px 0px rgba(145, 255, 14, 0.34);
  color: #E8FFCC;
}

.section-padding-sm {
  padding: 60px 0;
}

.section-padding-lg {
  padding: 120px 0;
}

.h-100 {
  height: 100%;
}

.rings-word {
  display: inline-block;
  position: relative;
  z-index: -1;
  margin-left: 5px;
}
.rings-word::before, .rings-word::after {
  content: "";
  position: absolute;
  background-color: transparent;
  border: 3px solid #B9FF66;
  border-radius: 50%;
  z-index: -1;
}
.rings-word::before {
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  left: -10px;
  top: 10px;
}
.rings-word::after {
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  left: -12px;
  top: 10px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

.gray-bg {
  background: #F7F9F6;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: none;
  outline: none;
  border: none;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

:root {
  --header-height: 0px;
  --accent-color: #8582E3;
  --Grey-Light: #C7C7C7;
  --Grey-Lighter: #E0E0E0;
  --title: #070707;
  --description: #7F7F7F;
}

.header__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
}

.header__mob-social-wrap,
.header__mob-clutch-link-wrap {
  display: none;
}

.header__nav-contacts-info {
  display: none;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.header__nav-link {
  color: #191A23;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  line-height: normal;
  display: block;
  position: relative;
  z-index: 1;
}

.header__btn {
  padding: 14px 39px;
}

.header__burger {
  display: none;
}

@media (max-width: 1024px) {
  /* general classes 1024 end */
  /* header 1024 start */
  .header__content-wrapper {
    min-height: 64px;
  }
  .header__btn-wrapper {
    display: none;
  }
  .header__nav-contacts-info {
    display: block;
  }
  .header__logo-wrapper {
    position: relative;
    z-index: 101;
  }
  .header__burger {
    display: block;
    position: relative;
    z-index: 101;
    width: 24px;
    height: 16px;
  }
  .header__burger span {
    position: absolute;
    left: 0;
    width: 100%;
    background: #000;
    height: 2px;
    top: 7px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 1px;
  }
  .header__burger::before,
  .header__burger::after {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 1px;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger.active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .header__burger.active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 7px;
  }
  .header__burger.active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 7px;
  }
  .header__nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background: #fff;
    background-position: center;
    background-size: cover;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden auto;
    z-index: 0;
  }
  .header__nav-wrapper.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 100;
  }
  .hnw__content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    min-height: calc(100vh - 64px);
    padding: 64px 16px 16px;
    position: relative;
  }
  .hnw__gradient {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .hnw__gradient.hnw__gradient-1 {
    width: 323px;
    height: 324px;
    border-radius: 324px;
    background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
    top: 0;
    left: 56%;
  }
  .hnw__gradient.hnw__gradient-2 {
    width: 374.534px;
    height: 359.212px;
    border-radius: 374.534px;
    background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
    top: 20%;
    left: -11%;
  }
  .hnw__gradient.hnw__gradient-3 {
    width: 517.223px;
    height: 496.064px;
    border-radius: 517.223px;
    background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(111, 226, 57, 0.4) 0%, rgba(240, 240, 240, 0) 59.6%);
    bottom: 2%;
    left: 56%;
    opacity: 0.5;
  }
  .header__nav-contacts-info,
  .header__nav-menu-info {
    width: 100%;
    text-align: center;
  }
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav-link {
    color: #191A23;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
  }
  .header__mob-social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 60px;
  }
  .fs__clutch-link-wrap {
    display: none;
  }
  .header__mob-clutch-link-wrap {
    display: block;
    margin: 40px auto 0;
  }
  .header__mob-clutch-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    padding: 12px 12px 8px;
    border-radius: 12px;
    background: var(--White, #FFF);
  }
  .header__mob-clr-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2px;
  }
  .header__mob-clr-text {
    color: #191A23;
    font-family: "Poppins";
    font-size: 12px;
    line-height: 28px; /* 233.333% */
    letter-spacing: -0.5px;
  }
  .hnci__mail-phone-wrap {
    margin-bottom: 32px;
  }
  .hnci__text {
    color: #191A23;
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    line-height: normal;
    margin-bottom: 16px;
  }
  .header__mob-nav-btn {
    padding: 14px 39px;
  }
  /* header 1024 end */
}
.post-cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.single-post-cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 32px;
  background: #FFF;
  padding: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px rgba(12, 12, 13, 0.05);
          box-shadow: 0 1px 4px rgba(12, 12, 13, 0.05);
}

.img-article-container {
  width: 100%;
  max-width: 537px;
}

.img-article-container::after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  background-image: url(/wp-content/uploads/2025/01/Frame-2087326671.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (max-width: 480px) {
  .img-article-container::after {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}

@media (hover: hover) and (min-width: 481px) {
  .single-post-cases:hover .img-article-container:after {
    -webkit-transform: translate(-40px, 40px);
            transform: translate(-40px, 40px);
  }
}
.single-post-cases .text-article-container {
  padding: 20px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
}

.single-post-cases .text-article-container .text.text h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #070707;
  font-size: clamp(20px, 4vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 490px;
  margin-bottom: 8px;
}

.text-article-container .single-tag-article ul li {
  padding: 6px 16px;
}

.single-post-cases .text-article-container .text.text p {
  color: #4D4D4D;
  font-size: clamp(14px, 4vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-article-container .tags-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.text-article-container .tags-article span {
  color: #000;
  font-size: clamp(16px, 4vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 0.2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-article-container .tags-article span svg {
  width: 32px;
  height: 32px;
  border: 1px solid #ACB0B3;
  border-radius: 32px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.text-article-container .tags-article span:hover svg {
  background-color: #000;
}

.text-article-container .tags-article span:hover svg path {
  fill: none;
  stroke: #fff;
}

.text-article-container .tags-article li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px 6px 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 32px;
  border: 1px solid #212121;
}

.single-post-cases .img-article-container img {
  border-radius: 30px;
  width: 100%;
  max-width: 537px;
  height: auto;
  max-height: 425px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 900px) {
  .single-post-cases {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .single-post-cases .text-article-container {
    width: 100%;
  }
  .single-post-cases .img-article-container img {
    max-width: 100%;
  }
  .our-cases__tags {
    scrollbar-width: none;
  }
  .single-post-cases .text-article-container .text.text h2 {
    margin-bottom: 16px;
  }
  .single-post-cases_main:first-child .services-list__item-ellipse-1 {
    display: none;
  }
  .single-post-cases_main:first-child .services-list__item-ellipse-2 {
    display: none;
  }
}
.page-template-page-case-studies .section-el {
  overflow: hidden;
}

.tax-case_category .section-el {
  overflow: hidden;
}

.single-post-cases_main {
  position: relative;
  width: 100%;
}

.single-post-cases_main:nth-child(3n+1) .services-list__item-ellipse-1 {
  top: -65%;
  left: -28%;
  width: 694px;
  height: 799px;
  -webkit-transform: rotate(-112deg);
          transform: rotate(-112deg);
  border-radius: 799px;
  background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.single-post-cases_main:nth-child(3n+1) .services-list__item-ellipse-2 {
  top: -52%;
  right: -43%;
  width: 841px;
  height: 967px;
  -webkit-transform: rotate(127deg);
          transform: rotate(127deg);
  border-radius: 967px;
  background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.single-post-cases_main:nth-child(3n+2) .services-list__item-ellipse-1 {
  top: -88%;
  left: -38%;
  width: 931px;
  height: 893px;
  -webkit-transform: rotate(154deg);
          transform: rotate(154deg);
  border-radius: 931px;
  opacity: 0.5;
  background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(111, 226, 57, 0.4) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.single-post-cases_main:nth-child(3n+2) .services-list__item-ellipse-2 {
  top: -38%;
  right: -28%;
  width: 905px;
  height: 868px;
  -webkit-transform: rotate(127deg);
          transform: rotate(127deg);
  border-radius: 905px;
  opacity: 0.5;
  background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(111, 226, 57, 0.4) 0%, rgba(240, 240, 240, 0) 59.6%);
}

#load-more {
  background-color: #191A23;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 53.5px 13px 54.5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  gap: 8px;
  margin: 15px auto;
}

@media (max-width: 750px) {
  .single-post-cases .text-article-container .text.text h2 {
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  .single-post-cases {
    padding: 10px;
  }
  .single-post-cases .img-article-container img {
    max-height: 245px;
    min-height: 245px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Табы на FAQ */
.faq_page {
  padding: 40px 0px 120px 0px;
}

.faq_page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 15px;
}

.faq_page h1 {
  color: #000;
  font-size: clamp(32px, 4vw, 50px);
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
}

.faq_page h1 i {
  font-weight: 300;
}

.faq_page .faq__item-stars {
  display: none;
}

.tabs-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  padding: 52px 0px 200px 0px;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 387px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 12px;
  list-style: none;
  padding: 0;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 1px solid #C9C9C9;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  color: #333;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.14px;
}

.tab.active {
  background: #191A23;
  color: #FFF;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab_content_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 390px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.questions_section {
  position: relative;
}

.questions_section .services-list__item-ellipse-1 {
  top: -1%;
  left: -54%;
  width: 659px;
  height: 750px;
  -webkit-transform: rotate(-112deg);
          transform: rotate(-112deg);
  border-radius: 799px;
  background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.questions_section .services-list__item-ellipse-2 {
  top: -47%;
  left: 98%;
  width: 764px;
  height: 859px;
  -webkit-transform: rotate(154deg);
          transform: rotate(154deg);
  border-radius: 931px;
  opacity: 0.5;
  background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.questions_section .services-list__item-ellipse-3 {
  top: 14%;
  left: 98%;
  width: 764px;
  height: 859px;
  -webkit-transform: rotate(154deg);
          transform: rotate(154deg);
  border-radius: 931px;
  opacity: 0.5;
  background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(111, 226, 57, 0.4) 0%, rgba(240, 240, 240, 0) 59.6%);
}

@media (max-width: 900px) {
  .faq_page {
    padding: 40px 0px 60px 0px;
  }
  .tabs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 0px 60px 0px;
  }
  .tabs {
    width: 100%;
    max-width: none;
    gap: 8px;
    scrollbar-width: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: scroll;
  }
  .tab {
    white-space: nowrap;
  }
  .tab_content_main {
    width: 100%;
  }
  .faq_page h1 {
    font-weight: 500;
    line-height: 43px;
  }
}
@media (max-width: 550px) {
  .faq_page .faq__item-stars {
    display: block;
  }
  .questions_section .services-ellipse {
    display: none;
  }
}
/* Style for single case template */
.case_prototyping {
  padding: 120px 0;
}

.case_prototyping .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.case_prototyping .text_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}

.case_prototyping .text_content p {
  max-width: 569px;
  color: #191A23;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}

.case_prototyping .prototyping_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scrollbar-width: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: scroll;
  gap: 20px;
}

.case_prototyping .prototyping_content .case_prototyping_single {
  padding: 50px 0px;
  width: calc(33.3% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  background: var(--5, linear-gradient(180deg, #E4E2FF 0%, #FFF 100%));
}

.case_prototyping .prototyping_content video {
  max-width: 220px;
  border: 4px solid black;
  border-radius: 30px;
}

.case-gallery__phase_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  padding-bottom: 32px;
}

.case-gallery__phase_3 h2 {
  max-width: 366px;
}

.case-gallery__phase_3 p {
  max-width: 569px;
  color: #191A23;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}

.case-gallery__phase_3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
}

.case-gallery__phase_3 a span {
  color: #000;
  font-size: clamp(16px, 4vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
}

.case-gallery__phase_3 a svg {
  width: 32px;
  height: 32px;
  border: 1px solid #ACB0B3;
  border-radius: 32px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.case-gallery__phase_3 a:hover svg {
  background-color: #000;
}

.case-gallery__phase_3 a:hover svg path {
  fill: none;
  stroke: #fff;
}

.case-phase .case-description-text, .case_prototyping .text_content .case-description-text {
  color: #7D7D7D;
  font-size: clamp(16px, 4vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 900px) {
  .case_prototyping {
    padding: 72px 0;
  }
  .case_prototyping .case-description-text, .case-gallery__phase_3 .case-description-text {
    margin: 0;
  }
  .case_prototyping .text_content, .case-gallery__phase_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .case_prototyping .text_content p, .case-gallery__phase_3 p {
    max-width: none;
  }
  .case_prototyping .prototyping_content .case_prototyping_single {
    padding: 35.5px 62.3px;
    width: auto;
  }
  .case_prototyping .prototyping_content video {
    max-width: 145px;
  }
}
/* Style for services  */
.comprehensive_block .icon-title-descr__title-wrap:has(.icon-title-descr__subtitle) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.comprehensive_block .icon-title-descr__title-wrap:has(.icon-title-descr__subtitle) .icon-title-descr__title {
  width: 57%;
}

.comprehensive_block .icon-title-descr__subtitle {
  color: #191A23;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}

.comprehensive_block .icon-title-descr__item-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}

.comprehensive_block .icon-title-descr__item-icon {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.24px;
}

.comprehensive_block .icon-title-descr__item {
  border: 1px solid #C9C9C9;
}

.comprehensive_block .icon-title-descr__items {
  margin-top: 40px;
}

@media (max-width: 640px) {
  .comprehensive_block .icon-title-descr__title-wrap:has(.icon-title-descr__subtitle) .icon-title-descr__title {
    width: 100%;
  }
  .comprehensive_block .icon-title-descr--simple .icon-title-descr__item-icon {
    margin: 0;
  }
  .comprehensive_block .icon-title-descr--simple .icon-title-descr__item {
    text-align: start;
  }
}
.audit_main_section {
  overflow: hidden;
  padding: 100px 0px;
}

.audit_main_section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}

.audit_main_section .book_consultation {
  max-width: 510px;
}

.audit_main_section .book_consultation h2 {
  color: #000;
  font-size: clamp(32px, 4vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}

.audit_main_section .book_consultation p {
  color: #191A23;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.14px;
  padding: 16px 0px 32px 0px;
}

.audit_main_section .book_consultation button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #191A23;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.audit_main_section .book_consultation button:hover {
  -webkit-box-shadow: 0px 4px 14px 0px rgba(145, 255, 14, 0.34);
          box-shadow: 0px 4px 14px 0px rgba(145, 255, 14, 0.34);
  color: #E8FFCC;
}

.audit_services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 590px;
}

.audit_services article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.audit_services article div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.audit_services article div:nth-child(1) span {
  width: 100%;
  max-width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
}

.audit_services article div:nth-child(1) span.bordered-num {
  border: 1px solid #bbb;
}

.choose_services .audit_services article div:nth-child(1) span {
  background-color: #F2F2F2;
}

.audit_services article div:nth-child(1) span img {
  padding: 12px;
}

.audit_services article div:nth-child(1) .border {
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 187, 187, 0)), color-stop(44%, #BBBBBB));
  background: linear-gradient(to bottom, rgba(187, 187, 187, 0) 0%, #BBBBBB 44%);
  border-left: 2px dashed #BBBBBB;
}

.audit_services article div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: calc(100% - 48px);
}

.audit_services article div:nth-child(2) h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 4vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: 0.01em;
}

.audit_services article div:nth-child(2) p {
  color: #7F7F7F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.14px;
  padding-bottom: 48px;
}

.audit_services article:last-child .border {
  display: none;
}

.audit_services article:last-child div:nth-child(2) p {
  padding: 0;
}

.audit_main_section button {
  display: none;
}

@media (max-width: 900px) {
  .audit_main_section {
    padding: 60px 0px;
  }
  .audit_main_section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .audit_main_section .book_consultation h2 {
    line-height: 44px; /* 137.5% */
  }
  .audit_main_section .book_consultation p {
    line-height: 28px; /* 200% */
    padding: 16px 0px 0px 0px;
  }
  .audit_services article div:nth-child(2) {
    gap: 8px;
  }
  .audit_main_section .book_consultation button {
    display: none;
  }
  .audit_services article div:nth-child(2) p {
    padding-bottom: 24px;
  }
  .audit_main_section button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #191A23;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.banner-website-audit .hiring-block__avatar.hiring-block__avatar-left {
  bottom: 0;
  top: auto;
}

.banner-website-audit .hiring-block__avatar.hiring-block__avatar-right {
  top: 0;
  bottom: auto;
}

.security-banner-audit__tag-3 {
  right: calc(100% - 100px);
  top: 133px;
  z-index: 2;
  border-radius: 40px 0px 40px 40px;
  text-wrap: nowrap;
}

@media (max-width: 1057px) {
  .banner-website-audit .banner-audit__item {
    padding: 196px 66px;
  }
}
@media (max-width: 1024px) {
  .banner-website-audit .hiring-block__avatar-pc {
    display: block;
  }
}
@media (max-width: 991px) {
  .banner-audit__tag.security-banner-audit__tag-3 {
    display: inline-block;
    position: initial;
    padding: 8px 18px;
    border-radius: 40px;
    margin-bottom: 12px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner-website-audit .banner-audit__item {
    padding: 106px 24px 140px;
  }
  .banner-website-audit .hiring-block__avatar.hiring-block__avatar-left {
    width: 200px;
  }
  .banner-website-audit .hiring-block__avatar.hiring-block__avatar-right {
    width: 200px;
  }
}
/* Блок we serve */
.we-serve-add-style .we-serve__title {
  text-align: start;
}

.we-serve-add-style .we-serve__description {
  color: #191A23;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  max-width: 783px;
  padding-top: 32px;
}

.we-serve-add-style .we-serve__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 990px) {
  .we-serve-add-style .we-serve__description {
    padding-top: 16px;
  }
}
/*Custom Form*/
input#careerFormStartDate {
  color: #6b6b6b;
}

input#careerFormAgreement {
  display: none;
}

.form__input-item.form__input-item-relative {
  position: relative;
}

.form__input-item.form__input-item-relative input {
  cursor: pointer;
}

span#careerClearFile {
  position: absolute;
  right: 5px;
  font-size: 23px;
  font-weight: 400;
}

.form__error-valid-file, .form__error-empty-name, .form__error-valid-email {
  gap: 8px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("/wp-content/uploads/2024/10/calendar.svg") no-repeat;
  width: 24px;
  height: 24px;
  border-width: thin;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input#careerFormStartDate.filled {
  color: #1B1B1C;
}

input[type=date].filled::-webkit-calendar-picker-indicator {
  background: url("/wp-content/uploads/2024/10/calendar-2.svg") no-repeat;
}

input#careerFormFileDisplay {
  padding-left: 30px;
  background-image: url(/wp-content/uploads/2024/10/paperclip-2.svg);
  background-repeat: no-repeat;
}

input.form__input.form-control.input {
  padding-left: 30px;
  background-image: url(/wp-content/uploads/2024/10/calendar.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}

input.form__input.form-control.input.filled {
  background-image: url(/wp-content/uploads/2024/10/calendar-2.svg);
}

input {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input#careerFormFileDisplay.filled {
  background-image: url(/wp-content/uploads/2024/10/File.svg);
}

/*Custom Form End*/
/*Custom Slider our-cases-grid start*/
.swiper-scrollbar-drag {
  cursor: pointer;
}

/*Custom Slider our-cases-grid end*/
/* page Careers block Why OutSoft? start */
.section.why-outsoft {
  background-color: #F7F9F6;
}

.why-outsoft__wrapper {
  z-index: 2;
  position: relative;
}

.why-outsoft__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.open-positions__link {
  z-index: 2;
}

.careers:after {
  z-index: -1;
}

@media (min-width: 1024px) {
  .section.why-outsoft {
    padding: 100px;
    overflow: hidden;
    position: relative;
  }
  .why-outsoft__wrapper:first-child {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .section.why-outsoft:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    width: 500px;
    height: 500px;
    -webkit-transform: rotate(151.544deg) translate(-50%, -30%);
            transform: rotate(151.544deg) translate(-50%, -30%);
    border-radius: 517.223px;
    opacity: 0.4;
    background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
    background-position: center;
    background-repeat: repeat;
  }
}
.why-outsoft__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.why-outsoft__item:not(:last-child) {
  margin-bottom: 25px;
}

.why-outsoft__icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.why-outsoft__text {
  color: #2E2E2E;
  letter-spacing: 0.2px;
  font-size: 20px;
}

.why-outsoft__icon {
  min-width: 60px;
}

/* page Careers block Why OutSoft? end */
/* page Careers block Single start */
@media (min-width: 1024px) {
  .job-offer {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
  }
  .job-offer:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10%;
    width: 500px;
    height: 500px;
    -webkit-transform: rotate(151.544deg);
            transform: rotate(151.544deg);
    border-radius: 517.223px;
    opacity: 0.4;
    background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .job-offer:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 921.3px;
    opacity: 0.8;
    background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.15) 0%, rgba(240, 240, 240, 0) 59.6%);
    z-index: -1;
  }
}
.job-offer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.job-offer__header, .job-offer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.job-offer__details {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.job-offer__status, .job-offer__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #070707;
  font-family: "Poppins";
  font-weight: 500;
}

.job-offer__content {
  border-radius: 30px;
  border: 1px solid #E5E5E5;
  padding: 24px;
}

.job-offer__section-title {
  margin-bottom: 5px;
}

.job-offer__section ul li {
  position: relative;
  padding-left: 1em;
  color: #4D4D4D;
  font-size: 14px;
}

.job-offer__section ul li::after {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  background-color: #4D4D4D;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.job-offer__section ul li:not(:last-child) {
  margin-bottom: 10px;
}

.job-offer__content .job-offer__section:not(:first-child) h2 {
  margin-top: 15px;
}

.job-offer__section-text {
  font-size: 14px;
  color: #4D4D4D;
}

.job-offer__section-text p {
  margin: 1em 0;
}

/* page Careers block Single end */
@media (max-width: 1024px) {
  /* page Careers block Open Position 1024px start */
  .careers {
    padding: 60px 0;
  }
  .open-positions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .open-positions_wrapper {
    margin-bottom: 20px;
  }
  .open-positions__link {
    padding: 24px;
  }
  .open-positions__job-details {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .open-positions__job-title {
    max-width: 80%;
  }
  .open-positions__job-level {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .open-positions__link:after {
    content: none;
  }
  .open-positions__job-meta {
    margin-top: 30px;
  }
  .open-positions__link:before {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 32px;
    height: 32px;
    background-image: url(/wp-content/uploads/2024/10/arrow_mb.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  /* page Careers 1024px end */
  /* page Careers block Why OutSoft? 1024px start */
  .section.why-outsoft {
    padding: 60px 0;
  }
  .why-outsoft__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .why-outsoft__text {
    color: #2E2E2E;
    letter-spacing: 0.16px;
    font-size: 16px;
  }
  /* page Careers block Why OutSoft? 1024px end */
  /* page Careers block Single 1024px start */
  .job-offer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .job-offer {
    padding: 60px 0;
  }
  /* page Careers block Single 1024px end */
}
:root {
  --header-bg: transparent;
}

.no-image {
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #F2F2F2;
}

.wide-input {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.page-template-single-services,
.page-id-1153,
.page-id-1255 {
  --header-bg: #F7F9F6;
}

.page-id-2287 .service-reasons {
  background: transparent;
}

@media screen and (min-width: 992px) {
  .page-id-2287 .service-reasons__item {
    border: 1px solid #D3D5D7;
  }
}
.header,
.service-hero {
  background: var(--header-bg);
}

.header {
  position: relative;
  z-index: 10;
}

.breadcrumbs-section {
  background: var(--header-bg);
}

.breadcrumbs-section.hide {
  display: none;
}

.breadcrumbs-section__content {
  padding: 40px 0 0;
}

.team__more-btn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 210px;
  margin: 20px auto 0;
  padding: 14px;
  border-radius: 16px;
  background: #191A23;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}

.team__more-btn svg {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team__more-btn.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.team__schedule {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px;
  border-radius: 32px;
  overflow: hidden;
  z-index: 0;
}

.team .team__schedule {
  margin-top: 32px;
}

.team__schedule .schedule__gradient-1 {
  width: 765.82px;
  height: 760.28px;
  left: -15%;
  top: -15%;
  background: #8fd1ec;
  border-radius: 50%;
  -webkit-filter: blur(40.3011px);
          filter: blur(40.3011px);
  opacity: 0.25;
}

.team__schedule .schedule__gradient-2 {
  width: 765.82px;
  height: 760.28px;
  left: 25%;
  top: -180%;
  background: #a88bff;
  border-radius: 50%;
  -webkit-filter: blur(40.3011px);
          filter: blur(40.3011px);
  opacity: 0.25;
}

.team__schedule .schedule__gradient-3 {
  width: 765.82px;
  height: 760.28px;
  left: 30%;
  top: 70%;
  background: #c8ff8b;
  -webkit-filter: blur(40.3011px);
          filter: blur(40.3011px);
  border-radius: 50%;
  opacity: 0.25;
}

.team__schedule .schedule__gradient-4 {
  width: 765.82px;
  height: 760.28px;
  left: 50%;
  top: -80%;
  background: #ffb4e3;
  -webkit-filter: blur(40.3011px);
          filter: blur(40.3011px);
  border-radius: 50%;
  opacity: 0.25;
}

.team__schedule .schedule__subtitle {
  margin-top: 8px;
  max-width: 530px;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.team__schedule .schedule__col1 {
  grid-column: 1;
  grid-row: 1;
}

.team__schedule .schedule__col2 {
  grid-column: 2;
  grid-row: span 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.team__schedule .schedule__btn {
  grid-column: 1;
  grid-row: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-top: 32px;
  cursor: pointer;
}

.team__schedule .schedule__message {
  position: absolute;
  display: inline-block;
  max-width: 250px;
  padding: 20px;
  background: #fff;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.team__schedule .schedule__message.--message1 {
  border-bottom-right-radius: 0;
  top: 5px;
  left: 25%;
}

.team__schedule .schedule__message.--message2 {
  border-top-right-radius: 0;
  top: 55%;
  left: 15%;
}

.team__schedule .schedule__person {
  position: relative;
  max-width: 223px;
  -webkit-transform: translate(28px, 26px);
          transform: translate(28px, 26px);
  text-align: center;
}

.team__schedule .schedule__person .person__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.team__schedule .schedule__person .person__image {
  position: relative;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.team__schedule .schedule__person .person__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 12px;
  width: 10px;
  height: 10px;
  border: 3px solid #F9E8F1;
  border-radius: 50%;
  background: #32d583;
}

.team__schedule .schedule__person .person__image:nth-child(2) {
  margin-right: -15%;
  z-index: -1;
}

.team__schedule .schedule__person .person__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.team__schedule .schedule__person .person__name {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.team__schedule .schedule__person .person__position {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 48px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .service-bidata-hero-img-items-wrap {
    min-width: 580px;
  }
}

.service-bidata-hero-img-item {
  position: absolute;
}

.service-bidata-hero-img-item img {
  border-radius: 14px;
  overflow: hidden;
}

.service-bidata-hero-img-item-1 {
  top: -150px;
  left: 12%;
  width: 144px;
  height: 144px;
}

.service-bidata-hero-img-item-2 {
  top: -200px;
  left: 42%;
  width: 178px;
  height: 178px;
}

.service-bidata-hero__visual-tag-2 {
  top: -20px;
  left: 60%;
  border-bottom-left-radius: 0;
}

.service-bidata-hero-img-item-3 {
  top: 20px;
  left: 35%;
  width: 186px;
  height: 198px;
}

.service-bidata-hero__visual-tag-3 {
  top: calc(100% - 20px);
  left: 80%;
  border-top-left-radius: 0;
}

.service-bidata-hero-img-item-4 {
  top: -40px;
  left: 74%;
  width: 144px;
  height: 200px;
}

.service-tech-stack {
  overflow: hidden;
}

.service-tech-stack__content-wrap {
  position: relative;
}

.service-tech-stack__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
}
@media screen and (min-width: 768px) {
  .service-tech-stack__items {
    margin-top: 108px;
  }
}

.service-tech-stack__item {
  position: relative;
  width: calc((100% - 42px) / 3);
  margin-top: 21px;
  padding: 40px 20px 20px;
  border: 1px solid #D9D9D9;
  border-radius: 24px;
}
@media screen and (max-width: 900px) {
  .service-tech-stack__item {
    width: calc((100% - 21px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .service-tech-stack__item {
    width: 100%;
  }
}

.service-tech-stack__item__title {
  position: absolute;
  top: 0;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px 18px;
  border: 1px solid #D9D9D9;
  border-radius: 40px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.service-tech-stack__item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
}

.service-tech-stack__item__list .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 22px) / 3);
  padding: 12px 8px;
  border-radius: 12px;
  background: #F4F4F4;
  text-align: center;
}
@media screen and (max-width: 1220px) {
  .service-tech-stack__item__list .list__item {
    width: calc((100% - 11px) / 2);
  }
}

.service-tech-stack__item__list.--wide-items .list__item:nth-child(4) {
  width: calc((100% - 11px) / 2);
}

.service-tech-stack__item__list.--wide-items .list__item:nth-child(5) {
  width: calc((100% - 11px) / 2);
}
@media screen and (max-width: 1220px) {
  .service-tech-stack__item__list.--wide-items .list__item:nth-child(5) {
    width: 100%;
  }
}

.service-tech-stack__item__list .list__item__icon {
  height: 32px;
  margin-bottom: 6px;
}

.service-tech-stack__item__list .list__item__name {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .service-tech-stack__item__list .list__item__name {
    font-size: 14px;
  }
}

.service-tech-stack__item__list .list__item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-tech-stack__item__info {
  margin-top: 10px;
  padding: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .service-tech-stack__item__info {
    font-size: 14px;
  }
}

.service-tech-stack__item:nth-child(3n+1) .service-tech-stack__item__info {
  background: #F7F9F6;
}

.service-tech-stack__item:nth-child(3n+2) .service-tech-stack__item__info {
  background: #F7F2FE;
}

.service-tech-stack__item:nth-child(3n) .service-tech-stack__item__info {
  background: #F5FDF2;
}

.service-tech-stack__gradient {
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}

.service-tech-stack__gradient-1 {
  width: 390px;
  height: 449px;
  top: 40%;
  left: -14%;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.service-tech-stack__gradient-2 {
  width: 390px;
  height: 449px;
  top: -30%;
  left: 78%;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.service-tech-stack__gradient-3 {
  width: 517px;
  height: 496px;
  top: 5%;
  left: 75%;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.testimonials__gradient {
  position: absolute;
  width: 517px;
  height: 496px;
  top: -350%;
  left: 43%;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .testimonials__gradient {
    display: none;
  }
}

.service-data-eng {
  overflow: hidden;
}

.service-data-eng__content-wrap {
  position: relative;
}

.service-data-eng__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  border: 1px solid #C9C9C9;
  border-radius: 32px;
  background: #fff;
  overflow: hidden;
}

.service-data-eng__list {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

.service-data-eng__list__item {
  position: relative;
  width: calc(100% + 26px);
  border-radius: 32px 0 0 32px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.service-data-eng__list__item.active {
  background: #F7F9F6;
}

.service-data-eng__list__item::before,
.service-data-eng__list__item::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  right: 24px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.service-data-eng__list__item::before {
  top: -32px;
  background: radial-gradient(circle at top left, transparent 32px, rgba(247, 249, 246, 0.6) 32px);
}

.service-data-eng__list__item::after {
  top: 100%;
  background: radial-gradient(circle at bottom left, transparent 32px, rgba(247, 249, 246, 0.6) 32px);
}

.service-data-eng__list__item:not(.active):hover {
  background: rgba(247, 249, 246, 0.6);
}

.service-data-eng__list__item:not(.active):hover::before,
.service-data-eng__list__item:not(.active):hover::after,
.service-data-eng__list__item.active::before,
.service-data-eng__list__item.active::after {
  opacity: 1;
}

.service-data-eng__list__item.active::before {
  background: radial-gradient(circle at top left, transparent 32px, #F7F9F6 32px);
}

.service-data-eng__list__item.active::after {
  background: radial-gradient(circle at bottom left, transparent 32px, #F7F9F6 32px);
}

.service-data-eng__list__item .item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  padding: 32px;
}

.service-data-eng__list__item .item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  padding: 12px;
  border: 1px solid #D3D5D7;
  border-radius: 50%;
}

.service-data-eng__list__item .item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-data-eng__list__item .item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
}

.service-data-eng__list__item .item__plus {
  position: relative;
  display: none;
  width: 20px;
  height: 20px;
  margin-left: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.service-data-eng__list__item .item__plus::before,
.service-data-eng__list__item .item__plus::after {
  content: "";
  position: absolute;
  border-radius: 2px;
  background-color: #000000;
}

.service-data-eng__list__item .item__plus::before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service-data-eng__list__item .item__plus::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service-data-eng__list__item button[aria-expanded=true] .item__plus {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.service-data-eng__list__item button[aria-expanded=true] .item__plus::before {
  opacity: 0;
}

.service-data-eng__list__item .item__content {
  display: none;
  padding: 0 16px 24px;
}

.service-data-eng__list__item .item__content .info__description:nth-child(1) {
  padding-bottom: 20px;
}

.service-data-eng__list__item .item__description {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
}

.service-data-eng__list__item .item__text {
  margin-top: 16px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(241, 234, 254, 0.6);
  color: #7F7F7F;
  font-size: 14px;
  line-height: 170%;
  font-weight: 400;
}

.service-data-eng__info {
  position: relative;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  padding: 16px;
  border-radius: 32px;
  background: #F7F9F6;
}

.service-data-eng__info .info__item:not(.active) {
  display: none;
}

.service-data-eng__info .info__item {
  padding: 32px;
  border-radius: 24px;
  background: #fff;
}

.horizontal-table .service-data-eng__info .info__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.service-data-eng__info .info__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
}

.service-data-eng__info .info__description {
  margin-top: 16px;
}

.horizontal-table .service-data-eng__info .info__description {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.service-data-eng__info .info__description * {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.service-data-eng__info .info__description h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}

.service-data-eng__info .info__text {
  margin-top: 24px;
  padding: 12px 20px;
  border-radius: 18px;
  background: rgba(241, 234, 254, 0.6);
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.horizontal-table .info__text {
  border-radius: 30px;
  background: #F7F9F6;
  padding: 24px;
  margin-top: 0;
}

.horizontal-table .info__text h3 {
  color: #000;
  font-family: "Poppins";
  font-size: clamp(16px, 4vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 8px;
}

.horizontal-table .info__text p {
  color: #4D4D4D;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.horizontal-table .info__text p strong {
  color: #4D4D4D;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.horizontal-table .info__text li {
  font-size: 14px;
  color: #4D4D4D;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.horizontal-table .info__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.horizontal-table .info__text li::before {
  content: "•";
  color: inherit;
  font-size: 1.2em;
  margin-right: 8px;
}

.service-data-eng__gradient {
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}

.service-data-eng__gradient-1 {
  width: 390px;
  height: 449px;
  top: 28%;
  left: -14%;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.service-data-eng__gradient-2 {
  width: 517px;
  height: 496px;
  top: 80%;
  left: 10%;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.service-data-eng__gradient-3 {
  width: 390px;
  height: 449px;
  left: 79%;
  top: -20%;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.service-data-eng__gradient-4 {
  width: 517px;
  height: 496px;
  left: 80%;
  top: 6%;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.case-hero-line {
  position: relative;
}

.hero-clutch-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 12px 8px;
  border-radius: 12px;
  background: #fff;
}

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

.hero-clr-text {
  color: #191A23;
}

.about-us-hero {
  background: var(--header-bg);
}

.about-us-hero-video {
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .about-us-hero-video {
    max-width: 70%;
  }
}

.about-us-hero-video video {
  display: block;
  cursor: pointer;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us-hero__visual-tag {
  top: -55px;
  right: -8px;
  border-bottom-left-radius: 0;
}

.about-us-nums {
  overflow: hidden;
}

.about-us-nums__content-wrap {
  position: relative;
}

.about-us-nums__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us-nums__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.about-us-nums__descr {
  max-width: 585px;
  font-size: 14px;
  line-height: 200%;
  font-weight: 400;
  text-align: end;
}

.about-us-nums__list__item-tags-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.about-us-nums__list__item-tag {
  border-radius: 32px;
  border: 1px solid #474747;
  padding: 6px 16px;
  font-size: 14px;
}

.about-us-nums__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
  margin-top: 44px;
}

.about-us-nums__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  width: calc((100% - 42px) / 3);
  border-radius: 24px;
  padding: 16px 24px;
}

.about-us-nums__list__item .item__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us-nums__list__item .item__title {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.about-us-nums__list__item .item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.about-us-nums__list__item .item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  font-size: 56px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.about-us-nums__list__item .item__text {
  color: #2E2E2E;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
}

.about-us-nums__list__item .item__before {
  position: relative;
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.about-us-nums__list__item .item__before img:last-child {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  height: 28px;
  opacity: 0.5;
}

.about-us-nums__gradient {
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}

.about-us-nums__gradient-1 {
  width: 390px;
  height: 449px;
  top: 38%;
  left: -15%;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.about-us-nums__gradient-2 {
  width: 390px;
  height: 449px;
  top: -35%;
  left: 77%;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.about-us-nums__gradient-3 {
  width: 517px;
  height: 496px;
  top: -10%;
  left: 75%;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.about-us-nums__stars {
  display: none;
  position: absolute;
  top: -2%;
  right: 0;
}

.our-team {
  background: #F7F9F6;
  overflow: hidden;
}

.our-team__content-wrap {
  position: relative;
  z-index: 0;
}

.our-team__title-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.our-team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
}

.our-team__list .team-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.our-team__list.our-team__list-2 .team-card {
  width: calc((100% - 21px) / 2);
}

.our-team__list.our-team__list-3 .team-card {
  width: calc((100% - 42px) / 3);
}

.our-team__list.our-team__list-4 .team-card {
  width: calc((100% - 63px) / 4);
}

.our-team__gradients__group {
  position: absolute;
  width: 100%;
  z-index: -1;
}

.our-team__gradients__group-1 {
  top: 0;
}

.our-team__gradients__group-2 {
  top: 60%;
}

.our-team__gradient {
  position: absolute;
  opacity: 0.5;
}

.our-team__gradient-1 {
  top: 0;
  left: -9%;
  width: 374px;
  height: 359px;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(226, 57, 209, 0.4) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.our-team__gradient-2 {
  top: -15px;
  left: 5%;
  width: 517px;
  height: 496px;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(111, 226, 57, 0.5) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.our-team__gradient-3 {
  top: 50px;
  left: 51%;
  width: 517px;
  height: 496px;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(111, 226, 57, 0.5) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.our-team__gradient-4 {
  top: -20px;
  left: 68%;
  width: 461px;
  height: 531px;
  background: radial-gradient(77.43% 77.43% at 50% 50%, rgba(226, 57, 209, 0.4) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.our-team-pets {
  padding-top: 0;
}

.team-card__pet-photo {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}

.team-card__pet-photo svg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.team-card__pet-owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.pet-owner__photo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.pet-owner__name {
  color: #565656;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}

.our-team-calendar {
  padding-top: 0;
  margin-top: -40px;
}

.our-offices__title-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.our-offices__list-wrap {
  display: grid;
  place-items: center;
  padding: 60px;
  border-radius: 32px;
  background: #F7F9F6 url(../img/our_offices.jpg) center/cover no-repeat;
}

.our-offices__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 662px;
}

.our-offices__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  background: rgba(242, 242, 242, 0.4);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1294117647);
}
@media screen and (min-width: 640px) {
  .our-offices__item {
    width: calc((100% - 20px) / 2);
  }
}

.our-offices__flag {
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.our-offices__flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-offices__country {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}

.our-offices__address {
  margin-top: 4px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 300;
  font-style: normal;
}

.page-template-services {
  background: #F7F9F6;
}

main.main {
  overflow: clip;
}

.page-template-services .section-el {
  position: relative;
}

.services-breadcrumbs__content {
  padding-top: 40px;
}

.services-title-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services-title {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-size: clamp(32px, 8.5vw, 50px);
  font-weight: 500;
  line-height: 125%;
}

.services-description {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  color: #191A23;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.services-list__item-wrap {
  position: relative;
}

.services-list__item-wrap:not(:first-child) {
  margin-top: 20px;
}

.services-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 40px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05);
          box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05);
}

.services-list__item:hover .services-list__item-arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.services-list__item:hover .services-list__item-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.services-ellipse {
  position: absolute;
  z-index: -1;
}

.services-list__item-wrap:nth-child(3n+1) .services-list__item-ellipse-1 {
  top: -65%;
  left: -28%;
  width: 694px;
  height: 799px;
  -webkit-transform: rotate(-112deg);
          transform: rotate(-112deg);
  border-radius: 799px;
  background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.services-list__item-wrap:nth-child(3n+1) .services-list__item-ellipse-2 {
  top: -52%;
  right: -43%;
  width: 841px;
  height: 967px;
  -webkit-transform: rotate(127deg);
          transform: rotate(127deg);
  border-radius: 967px;
  background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.services-domains .services-domains-ellipse-1,
.services-list__item-wrap:nth-child(3n+2) .services-list__item-ellipse-1 {
  top: -88%;
  left: -38%;
  width: 931px;
  height: 893px;
  -webkit-transform: rotate(154deg);
          transform: rotate(154deg);
  border-radius: 931px;
  opacity: 0.5;
  background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.4) 0%, rgba(240, 240, 240, 0) 60%);
}

.services-domains .services-domains-ellipse-2,
.services-list__item-wrap:nth-child(3n+2) .services-list__item-ellipse-2 {
  top: -38%;
  right: -28%;
  width: 905px;
  height: 868px;
  -webkit-transform: rotate(127deg);
          transform: rotate(127deg);
  border-radius: 905px;
  opacity: 0.5;
  background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.4) 0%, rgba(240, 240, 240, 0) 60%);
}

.services-list__item-image {
  position: relative;
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 20px;
  overflow: hidden;
}

.services-list__item-image::before {
  content: "";
  display: block;
  padding-top: 85%;
}

.services-list__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services-list__item-info-wrap {
  -ms-flex-preferred-size: 50.5%;
      flex-basis: 50.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services-list__item-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding-right: 70px;
  color: #070707;
  font-size: clamp(24px, 6.4vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.services-list__item-arrow {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services-list__item-stars {
  position: absolute;
  top: 0;
  right: 0;
}

.services-list__item-info {
  height: 100%;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.services-list__item-description {
  color: #4D4D4D;
  font-size: clamp(14px, 3.7vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.services-list__item-bullets {
  list-style: disc;
  padding-left: 1.5em;
}

.services-list__item-bullets li {
  color: #7F7F7F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 215%;
}

.services-list__item-stack {
  padding: 16px 20px;
  border-radius: 20px;
  border: 1px solid #C9C9C9;
  color: #5C5C5C;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.services-list__item-stack b {
  font-weight: 600;
}

.services-domains__title {
  text-align: center;
}

.services-domains__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.services-domains__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 40px;
  background: #F2F2F2;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.services-why-us__title {
  max-width: 8em;
}

.services-why-us__list {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services-why-us__list-item {
  width: calc((100% - 36px) / 3);
  padding: 32px 24px;
  border-radius: 20px;
  background: #FFF;
}

.services-why-us__list-item .list-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #D3D5D7;
  border-radius: 50%;
}

.services-why-us__list-item .list-item__icon img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40%;
  height: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}

.services-why-us__list-item .list-item__title {
  margin-top: 12px;
  color: #070707;
  font-size: clamp(16px, 4.2vw, 20px);
  font-weight: 500;
  line-height: 140%;
}

.services-why-us__list-item .list-item__description {
  margin-top: 12px;
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.services-why-us-ellipse-1 {
  bottom: -60%;
  left: -15%;
  width: 694px;
  height: 799px;
  -webkit-transform: rotate(-112deg);
          transform: rotate(-112deg);
  border-radius: 799px;
  background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.services-why-us-ellipse-2 {
  bottom: -100%;
  right: -25%;
  width: 841px;
  height: 967px;
  -webkit-transform: rotate(127deg);
          transform: rotate(127deg);
  border-radius: 967px;
  background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.page-template-services .contacts {
  background: #fff;
}

.single-conferences .case-description-main-info-wrap {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
}

.conf-why__main-info * {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}

.conf-why__main-info *:not(:first-child) {
  margin-top: 2em;
}

.conf-why__main-info h3 {
  color: #2E2E2E;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: 0.2px;
}

.page-404 {
  position: relative;
  overflow: hidden;
}

.page-404__content {
  display: grid;
  height: calc(100dvh - var(--header-height));
  place-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 18px;
}

.page-404__title {
  position: relative;
  font-family: "Montserrat";
  font-size: clamp(120px, 15vw, 200px);
  font-weight: 600;
  line-height: 120%;
}

.page-404__title .rings-word {
  position: absolute;
  left: calc(100% + 0.3em);
  bottom: 0.3em;
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 400;
  line-height: 120%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  z-index: 1;
}

.page-404__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}

.page-404__btn {
  padding: 14px 46px;
}

.page-404__deco {
  position: absolute;
  z-index: -1;
}

.page-404__deco-1 {
  bottom: 0;
  left: 0;
  width: 517px;
  height: 496px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 517px;
  opacity: 0.4;
  background: radial-gradient(85% 79% at 50% 50%, rgba(111, 226, 57, 0.4) 0%, rgba(240, 240, 240, 0) 60%);
}

.page-404__deco-2 {
  top: -15%;
  right: -22%;
  width: 609px;
  height: 584px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 609px;
  opacity: 0.5;
  background: radial-gradient(85% 79% at 50% 50%, rgba(111, 226, 57, 0.4) 0%, rgba(240, 240, 240, 0) 60%);
}

.page-404__deco-3 {
  bottom: -35%;
  left: -10%;
  width: 626px;
  height: 601px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 626px;
  opacity: 0.6;
  background: radial-gradient(85% 79% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 60%);
}

.page-404__deco-4 {
  bottom: 5%;
  right: -15%;
  width: 595px;
  height: 531px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 595px;
  background: radial-gradient(85% 79% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 60%);
}

.page-404__deco-5 {
  top: 10%;
  left: 35%;
  width: 575px;
  height: 577px;
  border-radius: 577px;
  opacity: 0.6;
  background: radial-gradient(85% 79% at 50% 50%, rgba(226, 57, 209, 0.4) 0%, rgba(240, 240, 240, 0) 60%);
}

.page-404__deco-6 {
  top: 15%;
  left: 25%;
  width: 575px;
  height: 577px;
  border-radius: 577px;
  background: radial-gradient(85% 79% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 60%);
}

#chatbot-chatgpt-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

#chatbot-chatgpt-title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("https://media3.giphy.com/avatars/Packly/C4AvqGR2zXrN.gif") center/cover no-repeat;
}

.single-conferences .about-us-nums__title {
  max-width: 540px;
}

.single-conferences .post-card-img-wrap {
  height: 350px;
}

.more-articles__info {
  position: absolute;
  bottom: 16px;
  left: 18px;
  right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}

.more-articles__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--Gray-1, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.14px;
  padding: 4px 12px 4px 8px;
  border-radius: 40px;
  background: #FAFAFA;
}

.more-articles__info-item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22px;
  height: 22px;
}

.offices__item__icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icon-text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.icon-text__item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.icon-text__item-text {
  color: #1B1B1C;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.14px;
}

.service-page__hero {
  background: var(--header-bg);
}

.service-page__hero .hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.service-page__hero .hero__info {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.service-page__hero .hero__visual {
  position: relative;
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}

.service-page__title {
  font-size: clamp(36px, 9vw, 50px);
}

.service-page__description {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}

.service-page__hero-btn {
  margin-top: 24px;
  padding: 20px 100px;
}

.service-page__hero-mob-btn {
  display: none;
}

.service-page__hero .hero__visual-col_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 39px;
}

.service-page__hero .hero__visual-col_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-top: 78px;
}

.service-page__hero-img-item {
  position: relative;
}

.service-page__hero-img-item--4 {
  margin-left: 17px;
}

.service-page__hero-img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}

.service-page__hero-img-item--1 img {
  width: 144px;
  height: 144px;
}

.service-page__hero-img-item--2 img {
  width: 184px;
  height: 196px;
}

.service-page__hero-img-item--3 img {
  width: 178px;
  height: 178px;
}

.service-page__hero-img-item--4 img {
  width: 253px;
  height: 220px;
  -o-object-position: left;
     object-position: left;
}

.service-page__hero .hero__visual-tag {
  position: absolute;
  padding: 8px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border: 1px solid var(--Black, #000);
  background: #FFF;
  color: var(--Black, #000);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.14px;
  z-index: 2;
  white-space: nowrap;
}

.main_content_image_3tags {
  position: relative;
}

.service-page__hero__visual-tag--1 {
  border-radius: 48px 70px 0px 48px;
  top: 9px;
  right: calc(100% - 9px);
}

.main_content_image_3tags .service-page__hero__visual-tag--1 {
  border-radius: 48px 70px 0px 48px;
  top: 24%;
  left: 9%;
  right: auto;
}

.service-page__hero__visual-tag--2 {
  border-radius: 48px 0px 70px 48px;
  bottom: -5px;
  right: 80%;
}

.main_content_image_3tags .service-page__hero__visual-tag--2 {
  bottom: 29%;
  right: 67%;
}

.service-page__hero__visual-tag--3 {
  bottom: calc(100% - 20px);
  left: 80px;
  border-radius: 70px 48px 48px 0px;
}

.main_content_image_3tags .service-page__hero__visual-tag--3 {
  bottom: calc(52% - 20px);
  right: 7%;
  left: auto;
}

.service-page__hero__visual-tag--4 {
  border-radius: 70px 48px 48px 0px;
  bottom: calc(100% - 18px);
  right: -60px;
}

.service-page__hero .hero__visual-star {
  position: absolute;
}

.service-page__hero .hero__visual-star-1 {
  top: 37%;
  left: 10%;
}

.service-page__hero .hero__visual-star-2 {
  right: 15%;
  top: 35%;
}

.service-page__hero .hero__visual-star-3 {
  top: 90%;
  left: 5%;
}

.service-page__hero .hero__visual-star-4 {
  top: 93%;
  left: 40%;
}

.service-page__hero-gradient {
  position: absolute;
  z-index: -1;
}

.service-page__hero-gradient--1 {
  width: 517.223px;
  height: 496.064px;
  border-radius: 517.223px;
  opacity: 0.3;
  background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.4) 0%, rgba(240, 240, 240, 0) 60%);
  bottom: 0;
  left: 0;
}

.service-page__hero-gradient--2 {
  width: 374.534px;
  height: 359.212px;
  border-radius: 374.534px;
  background: radial-gradient(85% 80% at 50% 50%, rgba(226, 57, 209, 0.1) 0%, rgba(240, 240, 240, 0) 60%);
  top: 50%;
  left: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service-page__hero-gradient--3 {
  width: 323px;
  height: 324px;
  border-radius: 324px;
  background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.1) 0%, rgba(240, 240, 240, 0) 60%);
  top: 0;
  left: 20%;
}

.service-page__hero-gradient--4 {
  width: 461px;
  height: 531px;
  border-radius: 531px;
  background: radial-gradient(85% 80% at 50% 50%, rgba(226, 57, 209, 0.15) 0%, rgba(240, 240, 240, 0) 60%);
  right: -100px;
  top: 0;
  opacity: 0.7;
}

.service-page__hero-gradient--5 {
  width: 517.223px;
  height: 496.064px;
  border-radius: 517.223px;
  opacity: 0.3;
  background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.3) 0%, rgba(240, 240, 240, 0) 60%);
  bottom: 0;
  right: 0;
}

.icon-title-descr__content {
  position: relative;
  z-index: 2;
}

.icon-title-descr__title-wrap:has(.icon-title-descr__subtitle) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.icon-title-descr__title-wrap:has(.icon-title-descr__subtitle) .icon-title-descr__title {
  width: 37%;
}

.icon-title-descr--numbered_cards .icon-title-descr__title-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.icon-title-descr--numbered_cards .icon-title-descr__title-wrap .icon-title-descr__title {
  width: 100%;
  max-width: 720px;
}

.icon-title-descr__subtitle {
  width: 50%;
  color: #191A23;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.01em;
}

.icon-title-descr__items {
  margin-top: 60px;
  display: grid;
  gap: 18px;
}

.icon-title-descr__item {
  padding: 24px;
  border-radius: 18px;
  background: #FFF;
}

.icon-title-descr__item.icon-row-title {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.icon-title-descr__item.icon-row-title .icon-title-descr__item-title {
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
}

.icon-title-descr__item.icon-row-title .icon-title-descr__item-text {
  grid-column: span 2;
}

.icon-title-descr__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #D3D5D7;
  border-radius: 50%;
}

.icon-title-descr__item-icon img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-title-descr__item-icon span {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.icon-title-descr__item-title {
  margin-top: 12px;
  color: #070707;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.icon-title-descr__item-text {
  margin-top: 12px;
}

.icon-title-descr__item-text p {
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.icon-title-descr__gradient {
  position: absolute;
  z-index: -1;
}

.icon-title-descr__gradient--1 {
  width: 517px;
  height: 496px;
  border-radius: 517px;
  opacity: 0.3;
  background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.4) 0%, rgba(240, 240, 240, 0) 60%);
  bottom: 0;
  left: 0;
}

.icon-title-descr__gradient--2 {
  width: 374px;
  height: 359px;
  border-radius: 374px;
  background: radial-gradient(85% 80% at 50% 50%, rgba(226, 57, 209, 0.1) 0%, rgba(240, 240, 240, 0) 60%);
  top: 50%;
  left: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icon-title-descr__gradient--3 {
  width: 323px;
  height: 324px;
  border-radius: 324px;
  background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.1) 0%, rgba(240, 240, 240, 0) 60%);
  top: 0;
  left: 20%;
}

.icon-title-descr__gradient--4 {
  width: 461px;
  height: 531px;
  border-radius: 531px;
  background: radial-gradient(85% 80% at 50% 50%, rgba(226, 57, 209, 0.15) 0%, rgba(240, 240, 240, 0) 60%);
  right: -100px;
  top: 0;
  opacity: 0.7;
}

.icon-title-descr__gradient--5 {
  width: 517.223px;
  height: 496.064px;
  border-radius: 517.223px;
  opacity: 0.3;
  background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.3) 0%, rgba(240, 240, 240, 0) 60%);
  bottom: 0;
  right: 0;
}

.icon-title-descr--border .icon-title-descr__item,
.icon-title-descr--right_icon .icon-title-descr__item,
.icon-title-descr--small_cards .icon-title-descr__item {
  border: 1px solid #C9C9C9;
}

@media screen and (min-width: 1025px) {
  .icon-title-descr--border .icon-title-descr__item.wide-card,
  .icon-title-descr--right_icon .icon-title-descr__item.wide-card,
  .icon-title-descr--small_cards .icon-title-descr__item.wide-card {
    grid-column: span 2;
  }
}

.icon-title-descr--small_cards .icon-title-descr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.icon-title-descr--small_cards .icon-title-descr__item-title {
  margin: 0;
  font-size: 14px;
}

.icon-title-descr--small_cards .icon-title-descr__item-icon img {
  width: 24px;
  height: 24px;
}

.icon-title-descr--two_col_block {
  background: #F7F9F6;
}

.icon-title-descr--right_icon .icon-title-descr__item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.icon-title-descr--right_icon .icon-title-descr__item-title {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  margin: 0;
  line-height: 120%;
}

.icon-title-descr--right_icon .icon-title-descr__item-icon {
  grid-column: 2;
  align-self: center;
  width: 44px;
  height: 44px;
}

.icon-title-descr--right_icon .icon-title-descr__item-icon img {
  width: 20px;
  height: 20px;
}

.icon-title-descr--right_icon .icon-title-descr__item-text {
  grid-column: span 2;
  margin: 0;
}

.icon-title-descr__2col {
  grid-column: span 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 24px 44px;
  border-radius: 18px;
  overflow: hidden;
}

.icon-title-descr__2col-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #070707;
  font-size: clamp(24px, 6vw, 34px);
  font-weight: 500;
  line-height: 120%;
}

.icon-title-descr__2col-title svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.3em;
}

.icon-title-descr__2col-btn {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

.icon-title-descr__2col-gradient {
  position: absolute;
  z-index: -1;
  width: 676px;
  height: 671px;
  border-radius: 676px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  -webkit-filter: blur(43px);
          filter: blur(43px);
  opacity: 0.25;
}

.icon-title-descr__2col-gradient--1 {
  bottom: 0;
  left: -40%;
  background: #8FD1EC;
}

.icon-title-descr__2col-gradient--2 {
  bottom: 25%;
  right: -5%;
  background: #A88BFF;
}

.icon-title-descr__2col-gradient--3 {
  top: 42%;
  left: -42%;
  background: #C8FF8B;
}

.icon-title-descr__2col-gradient--4 {
  top: 0;
  right: -25%;
  background: #FFB4E3;
}

.icon-title-descr__button-block {
  border-radius: 18px;
  background: #F7F9F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
}

.icon-title-descr__button-block-title {
  max-width: 80%;
  margin-bottom: 12px;
  color: var(--title);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

.icon-title-descr__button-block-btn {
  margin-top: auto;
  width: 80%;
  max-width: 260px;
}

.conf-part__hero {
  position: relative;
  margin-top: calc(var(--header-height) * -1);
  padding: calc(var(--header-height) + 90px) 0 90px;
  background: #F7F9F6;
  overflow: clip;
  z-index: 0;
}

.conf-part__hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border-radius: 40px;
  background: #fff;
}

.conf-part__image {
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.conf-part__image::before {
  content: "";
  display: block;
  padding-top: 118%;
}

.conf-part__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.conf-part__info {
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.conf-part__name {
  color: #000;
  font-size: clamp(32px, 8.2vw, 40px);
  font-weight: 500;
  line-height: 125%;
}

.conf-part__position {
  margin-top: 8px;
  color: #4D4D4D;
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.conf-part__hero-socials {
  margin: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.conf-part__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 40px;
  border: 1px solid #C9C9C9;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.01em;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

.conf-part__social-item:hover {
  border-color: #070707;
}

.conf-part__social-item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.conf-part__hero-about {
  margin-top: auto;
}

.conf-part__hero-about-title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.conf-part__hero-about-content {
  margin-top: 12px;
}

.conf-part__hero-about-content p {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.conf-part__hero-about-content p:not(:first-child) {
  margin-top: 0.5em;
}

.conf-part__hero-ellipse {
  position: absolute;
  width: 611px;
  height: 606px;
  -webkit-transform: rotate(-103deg);
          transform: rotate(-103deg);
  border-radius: 611px;
  opacity: 0.25;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  z-index: -1;
}

.conf-part__hero-ellipse--1 {
  top: -35%;
  right: -20%;
  background: #FFB4E3;
}

.conf-part__hero-ellipse--2 {
  top: 20%;
  right: -30%;
  background: #C8FF8B;
}

.conf-part__hero-ellipse--3 {
  top: 27%;
  right: 2%;
  background: #8FD1EC;
}

.conf-part__hero-ellipse--4 {
  top: -24%;
  right: 9%;
  background: #A88BFF;
}

.conf-part__contacts {
  position: relative;
}

.conf-part__contacts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.conf-part__contacts-image {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  position: relative;
}

.conf-part__contacts-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.conf-part__contacts-image img {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
}

.conf-part__contacts-info {
  position: relative;
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}

.conf-part__contacts-title {
  color: #000;
  font-size: clamp(32px, 8.5vw, 40px);
  font-weight: 500;
  line-height: 125%;
}

.conf-part__contacts-subtitle {
  margin-top: 8px;
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.conf-part__contacts-socials {
  margin-top: 32px;
  width: 100%;
  max-width: 420px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.conf-part__contacts-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 60px;
  border: 1px solid #C9C9C9;
  background: #FFF;
  color: #070707;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  overflow: hidden;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

.conf-part__contacts-social:hover {
  border-color: #070707;
}

.conf-part__contacts-social img {
  width: 24px;
  height: 24px;
}

.conf-part__contacts-info-bottom {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}

.conf-part__contacts-info-bottom__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.conf-part__contacts-info-bottom__title-wrap h4 {
  color: #070707;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 600;
  line-height: 140%;
}

.conf-part__contacts-info-bottom__link {
  margin-top: 12px;
  display: inline-block;
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.conf-part__contacts-info-bottom__link:hover {
  color: #070707;
}

.conf-part__contacts-deco {
  position: absolute;
  width: 504px;
  height: 483px;
  -webkit-transform: rotate(-161deg);
          transform: rotate(-161deg);
  right: 0;
  top: -60%;
  z-index: -1;
  border-radius: 504px;
  opacity: 0.5;
  background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.4) 0%, rgba(240, 240, 240, 0) 60%);
}

.service-page .form__input-item:has(#formWebsite) {
  position: relative;
}

.service-page .form__input-item:has(#formWebsite) label {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  opacity: 0.7;
}

.service-page .form__input-item:has(#formWebsite) input {
  padding-left: 1.75em;
}

.service-page .form__input-item textarea,
.service-page .form__input-item textarea#formMessage {
  height: 2.2em;
  resize: none;
}

.service-page .our-cases {
  background: #F7F9F6;
}

.event-nums-section .about-us-nums__list__item div.item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  background: #2E2E2E;
  border-radius: 50%;
  overflow: hidden;
}

.event-nums-section .about-us-nums__list__item div.item__icon img {
  width: 18px;
  height: 18px;
}

.we-serve {
  position: relative;
}

.we-serve__title {
  text-align: center;
}

.we-serve__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.we-serve__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 40px;
  background: #F2F2F2;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.we-serve__ellipse {
  position: absolute;
  z-index: -1;
}

.we-serve__ellipse-1 {
  top: 0;
  left: 0;
  width: 517px;
  height: 496px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 517px;
  opacity: 0.4;
  background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 60%);
}

.we-serve__ellipse-2 {
  top: -30%;
  right: 10%;
  width: 524px;
  height: 603px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 603px;
  background: radial-gradient(85% 80% at 50% 50%, rgba(226, 57, 209, 0.1) 0%, rgba(240, 240, 240, 0) 60%);
}

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

.roadmap--slider .roadmap__title-wrap {
  position: relative;
  padding-right: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.roadmap__title:not(.wide-title) {
  max-width: 535px;
}

.roadmap__section-stars {
  position: absolute;
  top: -50%;
  right: 0;
}

.roadmap__descr-wrap {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 60px;
  gap: 24px;
}

.roadmap__descr {
  color: #191A23;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  max-width: 560px;
}

.roadmap-swiper-navi-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.roadmap-swiper-button-prev,
.roadmap-swiper-button-next {
  position: initial;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.roadmap-swiper-button-prev:hover,
.roadmap-swiper-button-next:hover {
  background-color: #B9FF66;
}

.roadmap-swiper-button-prev svg,
.roadmap-swiper-button-next svg {
  width: 32px;
  height: 32px;
}

.roadmap--slider .roadmap__items-wrap {
  margin-top: 60px;
}

.roadmap-swiper {
  overflow: visible;
}

.roadmap--slider .roadmap__item {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.roadmap--slider .roadmap__item::after {
  content: "";
  position: absolute;
  top: 106px;
  left: 4px;
  right: -42px;
  height: 1px;
  background: #4D4D4D;
}

.roadmap--slider .roadmap__item:last-child::after {
  right: -50vw;
}

.roadmap--slider .roadmap__item-title-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  padding-bottom: 134px;
}

.roadmap--slider .roadmap__item-title-wrap::before {
  content: "";
  position: absolute;
  bottom: 102px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4D4D4D;
}

.roadmap--slider .roadmap__item-title-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 110px;
  border-width: 0 1px 0 0;
  border-style: dashed;
  border-right-color: #4D4D4D;
}

.roadmap--slider .roadmap__item-icon {
  width: 24px;
  height: 24px;
}

.roadmap--slider .roadmap__item-title {
  height: 1.2em;
  color: #3E3E3E;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.roadmap--slider .roadmap__item-num {
  margin-top: 20px;
  color: #070707;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.roadmap--slider .roadmap__item-descr {
  margin-top: 12px;
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.roadmap__deco {
  position: absolute;
  z-index: -1;
}

.roadmap__deco-1 {
  top: 50%;
  left: 47%;
  width: 517px;
  height: 496px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 517px;
  opacity: 0.4;
  background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.4) 0%, rgba(240, 240, 240, 0) 60%);
}

.roadmap__deco-2 {
  top: -5%;
  left: -5%;
  width: 374px;
  height: 359px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 374px;
  opacity: 0.8;
  background: radial-gradient(85% 80% at 50% 50%, rgba(226, 57, 209, 0.1) 0%, rgba(240, 240, 240, 0) 60%);
}

.roadmap__deco-3 {
  top: 20%;
  right: -10%;
  width: 461px;
  height: 531px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 531px;
  opacity: 0.5;
  background: radial-gradient(85% 80% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 60%);
}

.roadmap--bottom .roadmap__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.roadmap--bottom .roadmap__subtitle {
  max-width: 480px;
  color: #191A23;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.roadmap--bottom .roadmap__items {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  border-top: 2px solid #4D4D4D;
}

.roadmap--bottom .roadmap__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 64px;
}

.roadmap--bottom .roadmap__item::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #4D4D4D;
  border-radius: 50%;
}

.roadmap--bottom .roadmap__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 64px;
  border-left: 1px dashed #4D4D4D;
}

.roadmap--bottom .roadmap__item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px 16px;
  border-radius: 16px;
  background: #F7F9F6;
}

.roadmap--bottom .roadmap__item-title {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  width: 100%;
  color: #070707;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.roadmap--bottom .roadmap__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #D3D5D7;
  border-radius: 50%;
}

.roadmap--bottom .roadmap__item-icon img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0px 0px 10px #6FE239);
          filter: drop-shadow(0px 0px 10px #6FE239);
}

.roadmap--bottom .roadmap__item-descr {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.roadmap-alternate__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 250px 65px;
}

.pills-columns__content {
  position: relative;
  z-index: 2;
}

.pills-columns__cols {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pills-columns__col-title {
  color: #000;
  font-size: clamp(20px, 4vw, 24px);
  font-weight: 500;
  line-height: 150%;
}

.pills-columns__col-item {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px;
  border-radius: 40px;
  border: 1px solid #E5E5E5;
}

.pills-columns__col-item-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.pills-columns__col-item-icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pills-columns__col-item-text {
  color: #7F7F7F;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  line-height: 180%;
}

@media screen and (min-width: 901px) {
  .roadmap-alternate__items::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #D3D5D7;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: -1;
  }
  .roadmap-alternate__items::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #D3D5D7;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-left: none;
    border-bottom: none;
  }
}
.roadmap-alternate__item {
  position: relative;
}

.roadmap-alternate__item-num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #D3D5D7;
  background: #fff;
  color: #4D4D4D;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

@media screen and (min-width: 901px) {
  .roadmap-alternate__item-num::before {
    content: "";
    position: absolute;
    left: 50%;
    height: 28px;
    width: 1px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 1px dashed #D3D5D7;
  }
  .roadmap-alternate__item:nth-child(even) .roadmap-alternate__item-num::before {
    bottom: 100%;
  }
  .roadmap-alternate__item:nth-child(odd) .roadmap-alternate__item-num::before {
    top: 100%;
  }
}
.roadmap-alternate__item-info {
  border-radius: 16px;
  border: 1px solid #D3D5D7;
  text-align: center;
  background-color: #FFFFFF;
}

@media screen and (min-width: 901px) {
  .roadmap-alternate__item-info {
    position: absolute;
    left: 50%;
    width: 100vw;
    max-width: 190px;
    min-height: 170px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding: 20px;
  }
  .roadmap-alternate__item:nth-child(even) .roadmap-alternate__item-info {
    bottom: calc(100% + 28px);
  }
  .roadmap-alternate__item:nth-child(odd) .roadmap-alternate__item-info {
    top: calc(100% + 28px);
  }
}
.roadmap-alternate__item-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #D3D5D7;
}
@media screen and (min-width: 901px) {
  .roadmap-alternate__item-icon {
    margin-bottom: 15px;
  }
}

.roadmap-alternate__item-title {
  color: #222;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

.biz-sol {
  background: #F7F9F6;
}

.biz-sol__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .biz-sol__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .biz-sol__cards {
    grid-template-columns: 1fr;
  }
}

.biz-sol__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 14px;
  padding: 24px;
  border-radius: 20px;
  background: #FFF;
}

.biz-sol__card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  padding: 15px 0;
  background: #F7F9F6;
  border-radius: 50%;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
}

.biz-sol__card:nth-child(2n) .biz-sol__card-title {
  background: #F1EAFE;
}

.biz-sol__card:nth-child(3n) .biz-sol__card-title {
  background: rgba(239, 252, 233, 0.6);
}

.biz-sol__card-descr * {
  color: #7F7F7F;
  font-size: clamp(14px, 3.7vw, 16px);
  line-height: 120%;
  font-weight: 400;
}

.biz-sol__card-examples-title {
  color: #979797;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
}

.biz-sol__card-examples-list {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.biz-sol__card-examples-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 32px;
}

.biz-sol__card-examples-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .our-team__list.our-team__list-4 .team-card {
    width: calc((100% - 42px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .roadmap--bottom .roadmap__subtitle {
    display: none;
  }
  .roadmap--bottom .roadmap__items {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
    margin-top: 32px;
    padding: 8px 0;
    border-top: none;
  }
  .roadmap--bottom .roadmap__items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 21px;
    width: 2px;
    height: 100%;
    background: #4D4D4D;
  }
  .roadmap--bottom .roadmap__item {
    padding: 0 0 0 68px;
    text-align: start;
  }
  .roadmap--bottom .roadmap__item::before,
  .roadmap--bottom .roadmap__item::after {
    display: none;
  }
  .roadmap--bottom .roadmap__item-title {
    position: static;
  }
  .roadmap--bottom .roadmap__item-content {
    display: block;
    background: none;
    padding: 12px 0 0;
  }
  .roadmap--bottom .roadmap__item-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
  }
  .roadmap-alternate__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 45px;
    padding: 0 22px;
  }
  .roadmap-alternate__item-num {
    display: none;
  }
  .roadmap-alternate__item-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 8px;
    gap: 12px;
  }
  .roadmap-alternate__item:not(:last-child) .roadmap-alternate__item-info::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 50%;
    height: calc(100% + 12px);
    border-radius: 16px;
    border: 1px solid #D3D5D7;
    z-index: -1;
  }
  .roadmap-alternate__item:nth-child(even) .roadmap-alternate__item-info::before {
    border-left: none;
    right: -22px;
  }
  .roadmap-alternate__item:nth-child(odd) .roadmap-alternate__item-info::before {
    border-right: none;
    left: -22px;
  }
}
.top-tabs {
  position: relative;
  overflow: hidden;
}

.top-tabs__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.top-tabs__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  max-width: 456px;
}

.top-tabs__subtitle {
  max-width: 591px;
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.top-tabs__content {
  margin-top: 48px;
  border-radius: 32px;
  border: 1px solid #C9C9C9;
  background: #F7F9F6;
  overflow: hidden;
}

.top-tabs__content-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-tabs__content-header::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(to bottom, #fff 20px, #F7F9F6 calc(100% - 20px));
}

.top-tabs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-tabs__item--mob {
  display: none;
}

.top-tabs__item[aria-selected=false]:hover {
  background-color: rgba(247, 249, 246, 0.3);
}

.top-tabs__item[aria-selected=true] {
  background-color: #F7F9F6;
}

.top-tabs__item[aria-selected=false]:hover + .top-tabs__item,
.top-tabs__item[aria-selected=true] + .top-tabs__item {
  border-bottom-left-radius: 20px;
}

.top-tabs__item[aria-selected=false] {
  background-color: #FFF;
}

.top-tabs__item[aria-selected=false]:has(+ .top-tabs__item[aria-selected=false]:hover),
.top-tabs__item[aria-selected=false]:has(+ .top-tabs__item[aria-selected=true]) {
  border-bottom-right-radius: 20px;
}

.top-tabs__item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #D3D5D7;
  border-radius: 50%;
}

.top-tabs__item-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-tabs__content-body-wrap {
  margin: 16px;
  background: #FFF;
  border-radius: 24px;
}

.top-tabs__content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  padding: 32px;
}

.top-tabs__content-body:not(.active) {
  display: none;
}

.tab-body__col1 {
  width: 100%;
  max-width: 500px;
}

.tab-body__col2 {
  width: 100%;
  max-width: 520px;
}

.tab-body__col1 h1,
.tab-body__col1 h2,
.tab-body__col1 h3,
.tab-body__col1 h4,
.tab-body__col1 h5,
.tab-body__col1 h6,
.tab-body__col2-title {
  margin-top: 32px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.tab-body__col1 > *:first-child,
.tab-body__col2 > *:first-child {
  margin-top: 0;
}

.tab-body__col1 ul {
  list-style: disc;
  margin-top: 16px;
  padding-left: 24px;
}

.tab-body__col1 ul li,
.tab-body__col1 p {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.tab-body__col1 p {
  margin-top: 16px;
}

.tab-body__col2-items {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.tab-body__col2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
}

.tab-body__col2-item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
}

.tab-body__col2-item h5 {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.top-tabs__deco {
  position: absolute;
  z-index: -1;
}

.top-tabs__deco-1 {
  top: -7%;
  right: -17%;
  width: 745px;
  height: 714px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 745px;
  opacity: 0.4;
  background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 60%);
}

.top-tabs__deco-2 {
  top: 20%;
  left: -17%;
  width: 586px;
  height: 674px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 674px;
  background: radial-gradient(85% 80% at 50% 50%, rgba(226, 57, 209, 0.1) 0%, rgba(240, 240, 240, 0) 60%);
}

.skeleton-blog {
  -webkit-animation: skeleton 1s ease-in-out infinite alternate;
          animation: skeleton 1s ease-in-out infinite alternate;
}

@-webkit-keyframes skeleton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes skeleton {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
.skeleton-blog-img {
  background: #F2F2F2;
}

.skeleton-blog-text-wrap * {
  border-radius: 8px;
}

.skeleton-blog-date {
  width: 50%;
  max-width: 78px;
  height: 28px;
  background: #F2F2F2;
}

.skeleton-blog-category {
  width: 50%;
  max-width: 115px;
  height: 28px;
  background: #F2F2F2;
  border-radius: 40px;
}

.skeleton-blog-title {
  background: #E6E6E6;
  width: 100%;
  max-width: 230px;
  height: 26px;
}

.skeleton-blog-excerpt {
  width: 100%;
  height: 42px;
  background: #F2F2F2;
}

.skeleton-cases {
  position: relative;
  width: 100%;
}

.skeleton-cases__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-radius: 32px;
  background: #FFF;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05);
          box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05);
}

.skeleton-cases__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
  width: 50%;
  padding: 20px;
  -webkit-animation: skeleton 1s ease-in-out infinite alternate;
          animation: skeleton 1s ease-in-out infinite alternate;
}

.skeleton-cases__title {
  width: 100%;
  max-width: 272px;
  height: 45px;
  border-radius: 8px;
  background: #E6E6E6;
  margin-bottom: 12px;
}

.skeleton-cases__subtitle {
  margin-top: 8px;
  width: 100%;
  height: 24px;
  border-radius: 8px;
  background: #F2F2F2;
}

.skeleton-cases__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.skeleton-cases__tag {
  width: 100%;
  height: 38px;
  border-radius: 32px;
  background: #F2F2F2;
}

.skeleton-cases__tag:nth-child(3n+2) {
  max-width: 135px;
}

.skeleton-cases__tag:nth-child(3n+1) {
  max-width: 100px;
}

.skeleton-cases__tag:nth-child(3n+3) {
  max-width: 80px;
}

.skeleton-cases__button {
  margin-top: 32px;
  width: 100%;
  max-width: 150px;
  height: 32px;
  border-radius: 8px;
  background: #E6E6E6;
}

.skeleton-cases__img {
  width: 100%;
  height: 426px;
  max-width: 537px;
  border-radius: 20px;
  background: #F2F2F2;
  -webkit-animation: skeleton 1s ease-in-out infinite alternate;
          animation: skeleton 1s ease-in-out infinite alternate;
}

.outstaff-cards {
  overflow: clip;
}

.outstaff-cards__top,
.outstaff-cards__bottom {
  position: relative;
  z-index: 0;
}

.outstaff-cards .top-cards__subtitle {
  margin-top: 40px;
  max-width: 996px;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.outstaff-cards .top-cards__list {
  margin-top: 40px;
}

.outstaff-cards .top-cards__list-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.outstaff-cards .top-cards__list-items {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.outstaff-cards .top-cards__list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 24px;
  background: #FFF;
  border-radius: 24px;
}

.outstaff-cards .top-cards__list-item-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #D3D5D7;
}

.outstaff-cards .top-cards__list-item-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.outstaff-cards .top-cards__list-item-title {
  grid-row: 1;
  grid-column: 2;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.outstaff-cards .top-cards__list-item-description {
  grid-row: 2;
  grid-column: span 2;
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  line-height: 215%;
}

.outstaff-cards__top-deco {
  position: absolute;
  z-index: -1;
}

.outstaff-cards__top-deco-1 {
  top: -20%;
  left: -21%;
  width: 374px;
  height: 359px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 374px;
  opacity: 0.8;
  background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.outstaff-cards__top-deco-2 {
  top: -25%;
  right: -25%;
  width: 517px;
  height: 496px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 517px;
  opacity: 0.4;
  background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 59.6%);
}

.outstaff-cards__bottom {
  margin-top: 90px;
}

.staff-cards__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.staff-cards__items {
  margin-top: 32px;
}

.staff-cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 24px;
  border-radius: 24px;
  background: #FFF;
}

.staff-cards__item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.staff-cards__item-photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.staff-cards__item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-cards__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.staff-cards__item-name svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.staff-cards__item-position {
  color: #7D7D7D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.staff-cards__item-skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  padding: 12px;
  border-radius: 16px;
  background: #F7F9F6;
}

.staff-cards__item-skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.staff-cards__item-skill-title {
  color: #7D7D7D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}

.staff-cards__item-skill-value {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.staff-cards__item-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.staff-cards__item-location img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #B4B4B4;
  border-radius: 50%;
}

.staff-cards__hint {
  margin-top: 16px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(241, 234, 254, 0.6);
  color: #7F7F7F;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.staff-cards__item-tech-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin: 20px 0 40px;
}

.staff-cards__item-tech-stack-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: #FFF;
  border: 1px solid #C9C9C9;
  border-radius: 40px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.01em;
}

.staff-cards__item-tech-stack-item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.staff-cards__button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto;
  padding: 12px 24px;
}

.outstaff-cards__bottom-deco {
  position: absolute;
  z-index: -1;
}

.outstaff-cards__bottom-deco-1 {
  top: 46%;
  right: 5%;
  width: 517px;
  height: 496px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 517px;
  opacity: 0.5;
  background: radial-gradient(85% 79% at 50% 50%, rgba(111, 226, 57, 0.5) 0%, rgba(240, 240, 240, 0) 60%);
}

.outstaff-cards__bottom-deco-2 {
  top: 38%;
  left: 5%;
  width: 517px;
  height: 496px;
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
  border-radius: 517px;
  opacity: 0.5;
  background: radial-gradient(85% 79% at 50% 50%, rgba(111, 226, 57, 0.5) 0%, rgba(240, 240, 240, 0) 60%);
}

.outstaff-cards__bottom-deco-3 {
  top: 41%;
  left: -9%;
  width: 374px;
  height: 359.212px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 374px;
  opacity: 0.8;
  background: radial-gradient(85% 79% at 50% 50%, rgba(226, 57, 209, 0.2) 0%, rgba(240, 240, 240, 0) 60%);
}

.outstaff-cards__bottom-deco-4 {
  top: 35%;
  right: -8%;
  width: 461px;
  height: 531px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  border-radius: 531px;
  background: radial-gradient(85% 79% at 50% 50%, rgba(226, 57, 209, 0.4) 0%, rgba(240, 240, 240, 0) 60%);
}

.outstaff-cards__bottom-deco-5 {
  top: 45%;
  left: -5%;
  width: 461px;
  height: 531px;
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
  border-radius: 531px;
  background: radial-gradient(85% 79% at 50% 50%, rgba(226, 57, 209, 0.4) 0%, rgba(240, 240, 240, 0) 60%);
}

.std-swiper-btns-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.std-swiper-btn {
  position: initial;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.std-swiper-btn:hover {
  background-color: #B9FF66;
}

.std-swiper-btn svg {
  width: 32px;
  height: 32px;
}

.service-data-eng__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.service-data-eng__description {
  color: #7F7F7F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.14px;
  max-width: 591px;
}

@media screen and (max-width: 1200px) {
  .about-us-nums__list__item {
    gap: 18px;
    width: calc((100% - 21px) / 2);
  }
  .service-page__hero__visual-tag--3 {
    left: 45px;
  }
}
@media screen and (min-width: 1025px) {
  .icon-title-descr__items.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .service-page__hero__visual-tag--1 {
    border-radius: 48px 0 70px 48px;
    top: calc(100% + 8px);
    right: 10px;
  }
  .service-page__hero__visual-tag--2 {
    right: auto;
    bottom: auto;
    top: calc(100% + 8px);
    left: -30px;
  }
  .main_content_image_3tags .service-page__hero__visual-tag--2 {
    top: auto;
    left: auto;
  }
  .service-page__hero .hero__visual-star-1 {
    top: 30%;
    left: 5%;
  }
  .service-page__hero .hero__visual-star-2 {
    right: 5%;
  }
  .icon-title-descr__2col-gradient--1 {
    left: -15%;
  }
  .icon-title-descr__2col-gradient--3 {
    top: 35%;
    left: -15%;
  }
  .icon-title-descr__2col-gradient--4 {
    right: -10%;
  }
  .icon-title-descr__title-wrap:has(.icon-title-descr__subtitle) .icon-title-descr__title {
    width: 47%;
  }
  .icon-title-descr--numbered_cards .icon-title-descr__title-wrap .icon-title-descr__title,
  .icon-title-descr--numbered_cards .icon-title-descr__title-wrap .icon-title-descr__subtitle {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 901px) {
  .team__schedule .schedule__message {
    padding: 10px 16px;
    font-size: 12px;
  }
  .team__schedule .schedule__message.--message1 {
    top: 15%;
  }
  .team__schedule .schedule__message.--message2 {
    top: 45%;
  }
  .service-page__hero__visual-tag--4 {
    right: -10px;
  }
}
@media screen and (max-width: 900px) and (min-width: 769px) {
  .team__schedule .schedule__message {
    padding: 6px 12px;
    font-size: 10px;
  }
  .team__schedule .schedule__message.--message1 {
    top: 25%;
  }
  .team__schedule .schedule__message.--message2 {
    top: 45%;
  }
  .service-page__hero .service-page__hero__visual-tag--3 {
    left: 5px;
  }
  .main_content_image_3tags .service-page__hero__visual-tag--3 {
    left: auto;
  }
  .service-page__hero__visual-tag--4 {
    right: -10px;
  }
}
@media screen and (max-width: 991px) {
  .service-bidata-hero-img-items-wrap {
    display: grid;
    grid-template-columns: 9% 24% 17% 34%;
    grid-template-rows: 35px 68px 68px 63px;
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
    row-gap: 17px;
    max-width: 319px;
    margin: 0 auto;
  }
  .service-bidata-hero-img-item {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .service-bidata-hero-img-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-bidata-hero-img-item-1 {
    display: none;
  }
  .service-bidata-hero-img-item-2 {
    grid-column: span 2;
    grid-row: span 2;
  }
  .service-bidata-hero__visual-tag-2,
  .service-bidata-hero__visual-tag-3 {
    font-size: 12px;
  }
  .service-bidata-hero__visual-tag-2 {
    top: 9px;
    border-radius: 40px 40px 0 40px;
  }
  .service-bidata-hero__visual-tag-2 svg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .service-bidata-hero__visual-tag-3 {
    top: 101px;
    left: 99px;
  }
  .service-bidata-hero-img-item-3 {
    grid-column: 2/4;
    grid-row: 3/5;
  }
  .service-bidata-hero-img-item-4 {
    grid-column: 4;
    grid-row: 2/4;
  }
  .service-page__hero-gradient--1,
  .service-page__hero-gradient--4,
  .service-page__hero-gradient--5 {
    display: none;
  }
  .service-data-eng__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px;
  }
}
@media screen and (max-width: 900px) {
  .service-data-eng__list__item .item__btn {
    padding: 24px 32px 24px 16px;
  }
  .conf-part__image {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .conf-part__contacts-info {
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
  }
  .tab-body__col2-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .skeleton-cases__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .skeleton-cases__info {
    width: 100%;
  }
  .skeleton-cases__img {
    max-width: none;
  }
}
@media screen and (min-width: 769px) {
  .icon-title-descr__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs-section__content {
    padding-top: 20px;
  }
  .team__schedule {
    display: block;
    padding: 32px 24px;
  }
  .team__schedule .schedule__col2 {
    display: block;
  }
  .team__schedule .schedule__btn {
    width: 100%;
  }
  .team__schedule .schedule__btn svg {
    display: none;
  }
  .team__schedule .schedule__message.--message1 {
    position: static;
    display: block;
    margin: 32px auto 0;
  }
  .team__schedule .schedule__message.--message2 {
    display: none;
  }
  .team__schedule .schedule__person {
    margin: 20px auto 0;
    -webkit-transform: none;
            transform: none;
  }
  .service-tech-stack__gradient-1 {
    width: 374px;
    height: 359px;
    left: -52%;
    top: 44%;
  }
  .service-tech-stack__gradient-2 {
    width: 374px;
    height: 359px;
    top: 3%;
    left: 38%;
  }
  .service-tech-stack__gradient-3 {
    top: -9%;
    left: -74%;
  }
  .about-us-nums__title-wrap {
    display: block;
  }
  .about-us-nums__descr {
    margin-top: 24px;
    text-align: start;
  }
  .about-us-nums__list__item .item__title {
    font-size: 16px;
  }
  .about-us-nums__list__item .item__content {
    font-size: 48px;
    line-height: 120%;
  }
  .number-roller {
    height: 56px;
  }
  .our-team__title-wrap {
    margin-bottom: 24px;
  }
  .our-team__list.our-team__list-3 .team-card,
  .our-team__list.our-team__list-4 .team-card {
    width: calc((100% - 21px) / 2);
  }
  .our-offices__list-wrap {
    padding: 32px;
  }
  .services-list__item {
    display: block;
    padding: 20px;
  }
  .services-list__item-info-wrap {
    margin-top: 20px;
  }
  .services-list__item-info {
    margin-top: 12px;
  }
  .services-list__item-title {
    padding-right: 0;
  }
  .services-list__item-stars {
    display: none;
  }
  .services-why-us__list-item {
    width: calc((100% - 18px) / 2);
  }
  .services-list__item-wrap:nth-child(3n+1) .services-list__item-ellipse-1 {
    top: -5%;
    left: -30%;
    width: 271px;
    height: 312px;
    -webkit-transform: rotate(127deg);
            transform: rotate(127deg);
    border-radius: 312px;
  }
  .services-list__item-wrap:nth-child(3n+1) .services-list__item-ellipse-2 {
    top: -30%;
    right: -55%;
    width: 358px;
    height: 412px;
    -webkit-transform: rotate(127deg);
            transform: rotate(127deg);
    border-radius: 412px;
  }
  .services-domains .services-domains-ellipse-1,
  .services-list__item-wrap:nth-child(3n+2) .services-list__item-ellipse-1 {
    top: -5%;
    left: -30%;
    width: 358px;
    height: 343px;
    -webkit-transform: rotate(127deg);
            transform: rotate(127deg);
    border-radius: 358px;
  }
  .services-domains .services-domains-ellipse-2,
  .services-list__item-wrap:nth-child(3n+2) .services-list__item-ellipse-2 {
    top: -30%;
    right: -55%;
    width: 485px;
    height: 465px;
    -webkit-transform: rotate(127deg);
            transform: rotate(127deg);
    border-radius: 485px;
  }
  .services-why-us-ellipse-1 {
    bottom: 60%;
    left: -25%;
    width: 271px;
    height: 312px;
    -webkit-transform: rotate(127deg);
            transform: rotate(127deg);
    border-radius: 312px;
  }
  .services-why-us-ellipse-2 {
    bottom: 10%;
    right: -30%;
    width: 358px;
    height: 412px;
    -webkit-transform: rotate(127deg);
            transform: rotate(127deg);
    border-radius: 412px;
  }
  .page-404__content {
    padding-bottom: 85px;
  }
  .page-404__title .rings-word {
    position: relative;
    left: 0;
    bottom: 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
  }
  .page-404__btn {
    position: absolute;
    bottom: 32px;
    left: 16px;
    right: 16px;
    z-index: 1;
  }
  .page-404__deco-1 {
    bottom: -30%;
    left: 2%;
    width: 619px;
    height: 594px;
    border-radius: 619px;
  }
  .page-404__deco-2 {
    top: -5%;
    right: 35%;
    width: 397px;
    height: 398px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    border-radius: 398px;
  }
  .page-404__deco-3 {
    bottom: 24%;
    left: 0;
    width: 512px;
    height: 491px;
    border-radius: 512px;
  }
  .page-404__deco-4,
  .page-404__deco-5,
  .page-404__deco-6 {
    display: none;
  }
  .service-page__hero .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  .service-page__hero .hero__info {
    text-align: center;
  }
  .service-page__hero-btn {
    display: none;
  }
  .service-page__hero-mob-btn {
    display: block;
    width: 100%;
  }
  .icon-title-descr__items {
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 12px;
  }
  .icon-title-descr--simple .icon-title-descr__item {
    text-align: center;
  }
  .icon-title-descr--simple .icon-title-descr__item-icon {
    margin: 0 auto;
  }
  .icon-title-descr__2col {
    grid-column: auto;
    min-height: 415px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 22px;
  }
  .icon-title-descr__2col-title {
    text-align: center;
  }
  .icon-title-descr__2col-btn {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 18px;
    width: 100%;
    max-width: 235px;
  }
  .conf-part__hero-content {
    display: block;
    padding: 20px;
  }
  .conf-part__info {
    margin-top: 20px;
  }
  .conf-part__hero-socials {
    margin-top: 8px;
  }
  .conf-part__contacts-content {
    display: block;
  }
  .conf-part__contacts-info {
    margin-top: 32px;
  }
  .conf-part__contacts-subtitle {
    margin-top: 6px;
  }
  .conf-part__contacts-socials {
    max-width: none;
  }
  .conf-part__contacts-info-bottom {
    margin-top: 32px;
  }
  .conf-part__contacts-deco {
    top: -30%;
    right: 58%;
    width: 297px;
    height: 285px;
    border-radius: 297px;
  }
  .conf-part__hero {
    padding: calc(var(--header-height) + 60px) 0 60px;
  }
  .icon-title-descr__title-wrap:has(.icon-title-descr__subtitle) .icon-title-descr__title,
  .icon-title-descr__subtitle {
    width: 100%;
  }
  .roadmap-swiper-navi-wrap {
    display: none;
  }
  .top-tabs__title-wrap {
    display: block;
  }
  .top-tabs__title {
    width: 100%;
    max-width: none;
  }
  .top-tabs__subtitle {
    margin-top: 16px;
    max-width: none;
  }
  .top-tabs__content-header {
    display: none;
  }
  .top-tabs__content {
    margin-top: 41px;
    background: none;
    border: none;
    border-radius: 0;
    overflow: visible;
  }
  .top-tabs__content-body-wrap {
    margin: 0;
    background: none;
    border-radius: 0;
  }
  .top-tabs__item--mob {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    width: 100%;
    padding: 24px 48px 24px 16px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
  }
  .top-tabs__item--mob::before,
  .top-tabs__item--mob::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 1px;
    margin-left: auto;
    background: #000;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .top-tabs__item--mob::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .top-tabs__content-body-item {
    border-radius: 16px;
    border: 1px solid #C9C9C9;
    background: #FFF;
  }
  .top-tabs__content-body-item:not(:first-child) {
    margin-top: 20px;
  }
  .top-tabs__item--mob[aria-expanded=true]::before,
  .top-tabs__item--mob[aria-expanded=true]::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  .top-tabs__content-body {
    display: none;
    padding: 0 16px 24px;
  }
  .tab-body__col1,
  .tab-body__col2 {
    max-width: none;
  }
  .tab-body__col2 {
    margin-top: 24px;
  }
  .tab-body__col2-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .skeleton-cases__info {
    padding: 10px;
  }
  .std-swiper-btns-wrap {
    display: none;
  }
  .outstaff-cards__top-deco-1 {
    top: -10%;
    left: -80%;
  }
  .outstaff-cards__top-deco-2 {
    display: none;
  }
  .outstaff-cards__bottom-deco-1 {
    top: -20%;
    right: -120%;
  }
  .outstaff-cards__bottom-deco-2,
  .outstaff-cards__bottom-deco-3,
  .outstaff-cards__bottom-deco-4 {
    display: none;
  }
  .outstaff-cards__bottom-deco-5 {
    top: -15%;
    left: -120%;
  }
}
@media screen and (max-width: 767px) {
  .team-swiper-slide:nth-child(n+6) {
    display: none;
  }
  .team__more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-data-eng__body {
    display: block;
    border: none;
    border-radius: 0;
    background: none;
  }
  .service-data-eng__list__item {
    width: 100%;
    border: 1px solid #C9C9C9;
    border-radius: 16px;
    background: #fff;
  }
  .service-data-eng__list__item:not(:first-child) {
    margin-top: 20px;
  }
  .service-data-eng__list__item::before,
  .service-data-eng__list__item::after {
    display: none;
  }
  .service-data-eng__list__item.active {
    background: #fff;
  }
  .service-data-eng__list__item .item__btn {
    padding-right: 22px;
  }
  .service-data-eng__list__item .item__title {
    color: #000;
    font-size: 18px;
    line-height: 120%;
  }
  .service-data-eng__list__item .item__plus {
    display: block;
  }
  .service-data-eng__info {
    display: none;
  }
  .service-data-eng__gradient-1 {
    width: 374px;
    height: 359px;
    top: 1%;
    left: 35%;
  }
  .service-data-eng__gradient-2 {
    top: -11%;
    left: -74%;
  }
  .service-data-eng__gradient-3 {
    width: 374px;
    height: 359px;
    left: -50%;
    top: 50%;
  }
  .service-data-eng__gradient-4 {
    left: 0;
    top: 72%;
  }
  .about-us-hero .service-hero__content-wrap {
    gap: 0;
  }
  .about-us-hero-video {
    margin-top: 86px;
  }
  .about-us-hero-video video {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-us-nums__list__item {
    width: 100%;
  }
  .about-us-nums__list__item .item__text {
    font-size: 16px;
  }
  .hero-clutch-link:not(.hero-clutch__mob-link) {
    display: none;
  }
  a.hero-clutch__mob-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 24px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .team-card__pet-photo svg {
    right: -5px;
    bottom: -5px;
  }
  .our-team-pets,
  .our-team-calendar {
    margin-top: -28px;
  }
  .our-team__gradient {
    display: none;
  }
  .services-list {
    padding-top: 20px;
  }
  .services-breadcrumbs__content {
    padding-bottom: 32px;
  }
  .services-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .services-description {
    display: none;
  }
  .single-conferences .service-hero__info-wrap {
    text-align: start;
  }
  .horizontal-table .info__text {
    margin-top: 24px;
    padding: 18px;
    border-radius: 18px;
  }
  .horizontal-table .info__description h3 {
    color: #000;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
  }
  .horizontal-table .info__description p {
    color: #4D4D4D;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
  }
}
@media screen and (max-width: 620px) {
  .service-page__hero .hero__visual-tag {
    padding: 6px 10px;
  }
  .service-page__hero-img-item--1 img {
    width: 120px;
    height: 120px;
  }
  .service-page__hero-img-item--2 img {
    width: 120px;
    height: 110px;
  }
  .service-page__hero__visual-tag--2 {
    top: 50%;
    left: calc(100% - 10px);
    border-radius: 0 48px 48px 70px;
  }
  .main_content_image_3tags .service-page__hero__visual-tag--2 {
    top: auto;
    bottom: 26%;
    left: 0;
    border-radius: 70px 0px 70px 70px;
  }
  .service-page__hero-img-item--3 {
    display: none;
  }
  .service-page__hero-img-item--4 img {
    width: 120px;
    height: 120px;
  }
  .service-page__hero__visual-tag--4 {
    border-radius: 48px 70px 0 48px;
    bottom: calc(100% + 10px);
    right: 0;
  }
  .service-page__hero .hero__visual-star-1 {
    top: 40%;
    left: 48%;
  }
  .service-page__hero .hero__visual-star-2 {
    top: 95%;
  }
  .service-page__hero .hero__visual-star-3 {
    top: 15%;
    left: 47%;
  }
  .service-page__hero .hero__visual-star-4 {
    left: 0%;
  }
  .outstaff-cards .top-cards__list-items {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .team__schedule .schedule__gradient-1 {
    top: -50%;
    left: -100%;
  }
  .team__schedule .schedule__gradient-2 {
    top: -10%;
    left: 60%;
  }
  .team__schedule .schedule__gradient-3 {
    top: 30%;
    left: -170%;
  }
  .team__schedule .schedule__gradient-4 {
    top: 40%;
    left: 40%;
  }
  .about-us-nums__gradient-1 {
    width: 379px;
    height: 432px;
    top: -22%;
    left: 45%;
    -webkit-transform: matrix(-0.77, 0.64, -0.71, -0.7, 0, 0);
            transform: matrix(-0.77, 0.64, -0.71, -0.7, 0, 0);
  }
  .about-us-nums__gradient-2 {
    display: none;
  }
  .about-us-nums__gradient-3 {
    width: 424px;
    height: 403px;
    top: -9%;
    left: 10%;
    -webkit-transform: matrix(-0.77, 0.64, -0.71, -0.7, 0, 0);
            transform: matrix(-0.77, 0.64, -0.71, -0.7, 0, 0);
  }
  .about-us-nums__stars {
    display: block;
  }
  .our-team__list.our-team__list-2 .team-card,
  .our-team__list.our-team__list-3 .team-card,
  .our-team__list.our-team__list-4 .team-card {
    width: 100%;
  }
  .services-why-us__list-item {
    width: 100%;
    padding: 20px;
  }
  body:not(.page-id-3629) .service-page__hero .hero__visual {
    margin-left: 45px;
  }
  .solo_image__hero .hero__visual {
    margin-left: 0;
  }
  .service-page__hero .hero__visual-col_1 {
    gap: 16px;
  }
  .service-page__hero-img-item--1 img {
    margin-right: 32px;
  }
  .service-page__hero__visual-tag--1 {
    right: 42px;
  }
  .main_content_image_3tags .service-page__hero__visual-tag--1 {
    top: 28%;
    left: -2%;
  }
  .service-page__hero-img-item--4 {
    margin-left: 0;
  }
  .service-page__hero-gradient--2 {
    left: 100px;
  }
  .icon-title-descr__2col-gradient {
    width: 494px;
    height: 491px;
    border-radius: 494px;
    -webkit-filter: blur(31px);
            filter: blur(31px);
  }
  .icon-title-descr__2col-gradient--1 {
    left: -60%;
    bottom: 30%;
  }
  .icon-title-descr__2col-gradient--2 {
    bottom: 39%;
    right: -80%;
  }
  .icon-title-descr__2col-gradient--3 {
    top: 39%;
    left: -73%;
  }
  .icon-title-descr__2col-gradient--4 {
    top: 27%;
    right: -60%;
  }
  .conf-part__contacts-socials {
    grid-template-columns: repeat(2, 1fr);
  }
  .conf-part__contacts-info-bottom {
    gap: 14px;
  }
  .service-page .form__input-item textarea,
  .service-page .form__input-item textarea#formMessage {
    height: auto;
  }
  .we-serve__ellipse-1 {
    top: auto;
    left: -47%;
    bottom: -10%;
    width: 404px;
    height: 405px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    border-radius: 405px;
    opacity: 0.7;
    background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 60%);
  }
  .we-serve__ellipse-2 {
    top: -20%;
    right: -67%;
    width: 592px;
    height: 593px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    border-radius: 593px;
    opacity: 0.7;
    background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.17) 0%, rgba(240, 240, 240, 0) 60%);
  }
  .roadmap--slider .roadmap__title-wrap {
    padding-right: 0;
  }
  .roadmap__section-stars {
    display: none;
  }
  .roadmap__deco-1 {
    display: none;
  }
  .roadmap__deco-2 {
    top: -5%;
    left: 30%;
    width: 390px;
    height: 449px;
    -webkit-transform: none;
            transform: none;
    opacity: 0.5;
    background: radial-gradient(85% 80% at 50% 50%, rgba(226, 57, 209, 0.1) 0%, rgba(240, 240, 240, 0) 60%);
  }
  .roadmap__deco-3 {
    top: 10%;
    right: -15%;
    width: 517px;
    height: 496px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.2) 0%, rgba(240, 240, 240, 0) 60%);
  }
  .tab-body__col2-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .skeleton-cases__content {
    padding: 10px;
  }
  .skeleton-cases__title {
    max-width: 170px;
    height: 32px;
    margin-bottom: 16px;
  }
  .skeleton-cases__subtitle {
    margin-top: 6px;
  }
  .skeleton-cases__info-bottom {
    display: none;
  }
  .skeleton-cases__img {
    height: 245px;
  }
}
@media screen and (max-width: 375px) {
  .service-data-eng__title-wrap {
    max-width: 200px;
  }
  .horizontal-table .service-data-eng__title-wrap {
    max-width: none;
  }
}/*# sourceMappingURL=main.css.map */