:root {
    --header-bg: transparent;
}

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

.wide-input {
    width: 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;
    justify-content: 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 {
    transition: all .4s ease-in-out;
}

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

.team__schedule {
    position: relative;
    display: grid;
    grid-template-columns:1fr 1fr;
    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%;
    filter: blur(40.3011px);
    opacity: .25
}

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

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

.team__schedule .schedule__gradient-4 {
    width: 765.82px;
    height: 760.28px;
    left: 50%;
    top: -80%;
    background: #ffb4e3;
    filter: blur(40.3011px);
    border-radius: 50%;
    opacity: .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: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-basis: 50%
}

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

.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: .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;
    transform: translate(28px, 26px);
    text-align: center;
}

.team__schedule .schedule__person .person__image-wrap {
    display: flex;
    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%;
    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: .01em
}

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

.service-bidata-hero-img-items-wrap {
    @media screen and (min-width: 992px) {
        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: flex;
    flex-wrap: wrap;
    gap: 21px;

    @media screen and (min-width: 768px) {
        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) {
        width: calc((100% - 21px) / 2);
    }

    @media screen and (max-width: 600px) {
        width: 100%;
    }
}

.service-tech-stack__item__title {
    position: absolute;
    top: 0;
    left: 16px;
    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: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.service-tech-stack__item__list .list__item {
    display: flex;
    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) {
        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) {
        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) {
        font-size: 14px;
    }
}

.service-tech-stack__item__list .list__item__icon img {
    width: 100%;
    height: 100%;
    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) {
        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) {
        display: none;
    }
}

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

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

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

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

.service-data-eng__list__item {
    position: relative;
    width: calc(100% + 26px);
    border-radius: 32px 0 0 32px;
    transition: all .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;
    transition: all .4s;
}

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

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

.service-data-eng__list__item:not(.active):hover {
    background: #F7F9F699;
}

.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: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 32px;
}

.service-data-eng__list__item .item__icon {
    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%;
    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;
    transition: .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%;
    transform: translateX(-50%);
}

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

.service-data-eng__list__item button[aria-expanded='true'] .item__plus {
    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: #F1EAFE99;
    color: #7F7F7F;
    font-size: 14px;
    line-height: 170%;
    font-weight: 400;
}

.service-data-eng__info {
    position: relative;
    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: flex;
    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: flex;
    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: #F1EAFE99;
    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: flex;
    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: inline-flex;
    padding: 12px 12px 8px;
    border-radius: 12px;
    background: #fff;

}

.hero-clutch__mob-link {
    @media screen and (min-width: 768px) {
        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) {
        max-width: 70%;
    }
}

.about-us-hero-video video {
    display: block;
    cursor: pointer;
    width: 100%;
    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: flex;
    justify-content: space-between;
    align-items: center;
}

.about-us-nums__title {
    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: flex;
    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: flex;
    flex-wrap: wrap;
    gap: 21px;
    margin-top: 44px;
}

.about-us-nums__list__item {
    display: flex;
    flex-direction: column;
    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: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

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

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

.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%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    opacity: .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%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.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%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.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%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.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 {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.our-team__list {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
}

.our-team__list .team-card {
    display: flex;
    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: .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%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.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%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.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%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.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%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

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

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

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

.team-card__pet-owner {
    display: flex;
    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 {
    justify-content: 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: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 662px;
}

.our-offices__item {
    display: flex;
    gap: 16px;
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    background: #F2F2F266;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 10px 0px #00000021;

    @media screen and (min-width: 640px) {
        width: calc((100% - 20px) / 2);
    }
}

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

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

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

.our-offices__address {
    margin-top: 4px;
    font-family: 'Poppins-Light';
    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: flex;
    justify-content: space-between;
}

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

.services-description {
    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: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 40px;
    border-radius: 30px;
    background: #FFF;

    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05);

}

.services-list__item:hover .services-list__item-arrow {
    transform: rotate(-45deg);
}
.services-list__item:hover .services-list__item-image img {
    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;
    transform: rotate(-112deg);
    border-radius: 799px;
    background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.20) 0%, rgba(240, 240, 240, 0.00) 59.6%);
}
.services-list__item-wrap:nth-child(3n + 1) .services-list__item-ellipse-2 {
    top: -52%;
    right: -43%;
    width: 841px;
    height: 967px;
    transform: rotate(127deg);
    border-radius: 967px;
    background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.20) 0%, rgba(240, 240, 240, 0.00) 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;
    transform: rotate(154deg);
    border-radius: 931px;
    opacity: 0.5;
    background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.40) 0%, rgba(240, 240, 240, 0.00) 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;
    transform: rotate(127deg);
    border-radius: 905px;
    opacity: 0.5;
    background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.40) 0%, rgba(240, 240, 240, 0.00) 60%);
}

.services-list__item-image {
    position: relative;
    flex-basis: 44%;
    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%;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.services-list__item-info-wrap {
    flex-basis: 50.5%;
    display: flex;
    flex-direction: column;
}

.services-list__item-title {
    position: relative;
    display: flex;
    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;
    transition: all .4s ease-in-out;
}

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

.services-list__item-info {
    height: 100%;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    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-family: 'Poppins-SemiBold';
}

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

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

.services-domains__list li {
    display: flex;
    justify-content: 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: flex;
    gap: 18px;
    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: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid #D3D5D7;
    border-radius: 50%;
}

.services-why-us__list-item .list-item__icon img {
    flex-shrink: 0;
    width: 40%;
    height: 40%;
    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: .01em;
}

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

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

.single-conferences .case-description-main-info-wrap {
    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-family: 'Poppins-SemiBold';
    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;
    align-content: center;
    gap: 18px;
}

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

.page-404__title .rings-word {
    position: absolute;
    left: calc(100% + .3em);
    bottom: .3em;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: clamp(38px, 4vw, 64px);
    font-weight: 400;
    line-height: 120%;
    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;
    transform: rotate(151deg);
    border-radius: 517px;
    opacity: .4;
    background: radial-gradient(85% 79% at 50% 50%, rgba(111, 226, 57, 0.40) 0%, rgba(240, 240, 240, 0.00) 60%);
}

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

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

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

.page-404__deco-5 {
    top: 10%;
    left: 35%;
    width: 575px;
    height: 577px;
    border-radius: 577px;
    opacity: .6;
    background: radial-gradient(85% 79% at 50% 50%, rgba(226, 57, 209, 0.40) 0%, rgba(240, 240, 240, 0.00) 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.20) 0%, rgba(240, 240, 240, 0.00) 60%);
}

#chatbot-chatgpt-title {
    display: flex;
    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: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
}

.more-articles__info-item {
    display: flex;
    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 {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
}

.offices__item__icon-text {
    display: flex;
    gap: 8px 12px;
    flex-wrap: wrap;
}

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

.icon-text__item-img {
    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: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

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

.service-page__hero .hero__visual {
    position: relative;
    flex-basis: 53%;
    display: flex;
    align-items: flex-start;
    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: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 39px;
}
.service-page__hero .hero__visual-col_2 {
    display: flex;
    flex-direction: column;
    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%;
    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;
    object-position: left;
}

.service-page__hero .hero__visual-tag {
    position: absolute;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--Black, #000);
    background: #FFF;
    color: var(--Black, #000);
    font-family: 'Poppins-Regular';
    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.40) 0%, rgba(240, 240, 240, 0.00) 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.10) 0%, rgba(240, 240, 240, 0.00) 60%);
    top: 50%;
    left: -100px;
    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.10) 0%, rgba(240, 240, 240, 0.00) 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.00) 60%);
    right: -100px;
    top: 0;
    opacity: .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.30) 0%, rgba(240, 240, 240, 0.00) 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: flex;
    justify-content: space-between;
    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 {
    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-family: 'Poppins-Regular';
    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;
    column-gap: 12px;
}

.icon-title-descr__item.icon-row-title .icon-title-descr__item-title {
    margin: 0;
    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: flex;
    align-items: 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;
    object-fit: contain;
}

.icon-title-descr__item-icon span {
    color: #000;
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .01em;
}

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

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

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

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

.icon-title-descr__gradient--1 {
    width: 517px;
    height: 496px;
    border-radius: 517px;
    opacity: .3;
    background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.40) 0%, rgba(240, 240, 240, 0.00) 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.10) 0%, rgba(240, 240, 240, 0.00) 60%);
    top: 50%;
    left: -100px;
    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.10) 0%, rgba(240, 240, 240, 0.00) 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.00) 60%);
    right: -100px;
    top: 0;
    opacity: .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.30) 0%, rgba(240, 240, 240, 0.00) 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;
}

.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 {
    @media screen and (min-width: 1025px) {
        grid-column: span 2;
    }
}

.icon-title-descr--small_cards .icon-title-descr__item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    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: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 24px 44px;
    border-radius: 18px;
    overflow: hidden;
}

.icon-title-descr__2col-title {
    flex-shrink: 0;
    color: #070707;
    font-family: 'Poppins-Medium';
    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 {
    flex-basis: 35%;
}

.icon-title-descr__2col-gradient {
    position: absolute;
    z-index: -1;
    width: 676px;
    height: 671px;
    border-radius: 676px;
    transform: rotate(-7deg);
    filter: blur(43px);
    opacity: .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: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}

.icon-title-descr__button-block-title {
    max-width: 80%;
    margin-bottom: 12px;
    font-family: 'Poppins-Medium';
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    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: flex;
    justify-content: space-between;
    padding: 40px;
    border-radius: 40px;
    background: #fff;
}

.conf-part__image {
    flex-basis: 29%;
    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%;
    object-fit: cover;
}

.conf-part__info {
    flex-basis: 56%;
    display: flex;
    flex-direction: column;
}

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

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

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

.conf-part__social-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 40px;
    border: 1px solid #C9C9C9;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .01em;
    transition: border-color .5s ease;
}

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

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

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

.conf-part__hero-about-title {
    color: #000;
    font-family: 'Poppins-Medium';
    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: .5em;
}

.conf-part__hero-ellipse {
    position: absolute;
    width: 611px;
    height: 606px;
    transform: rotate(-103deg);
    border-radius: 611px;
    opacity: .25;
    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: flex;
    justify-content: space-between;
    align-items: center;
}

.conf-part__contacts-image {
    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%;
    object-fit: contain;
    max-width: none;
}

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

.conf-part__contacts-title {
    color: #000;
    font-family: 'Poppins-Medium';
    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: .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: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: 60px;
    border: 1px solid #C9C9C9;
    background: #FFF;
    color: #070707;
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    overflow: hidden;
    transition: border-color .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: flex;
    gap: 46px;
}

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

.conf-part__contacts-info-bottom__title-wrap h4 {
    color: #070707;
    font-family: 'Poppins-SemiBold';
    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: .01em;
    transition: color .5s ease;
}

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

.conf-part__contacts-deco {
    position: absolute;
    width: 504px;
    height: 483px;
    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.40) 0%, rgba(240, 240, 240, 0.00) 60%);
}

.service-page .form__input-item:has(#formWebsite) {
    position: relative;
}
.service-page .form__input-item:has(#formWebsite) label {
    position: absolute;
    top: .2em;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    opacity: .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 {
    flex-shrink: 0;
    display: flex;
    justify-content: 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: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.we-serve__list li {
    display: flex;
    justify-content: 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;
    transform: rotate(151deg);
    border-radius: 517px;
    opacity: .4;
    background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.20) 0%, rgba(240, 240, 240, 0.00) 60%);
}

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

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

.roadmap--slider .roadmap__title-wrap {
    position: relative;
    padding-right: 90px;
    display: flex;
    justify-content: space-between;
    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: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 60px;
    gap: 24px;
}

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

.roadmap-swiper-navi-wrap {
    position: relative;
    display: flex;
    align-items: 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%;
    transition: all .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;
    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: flex;
    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-family: 'Poppins-Medium';
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
}

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

.roadmap--slider .roadmap__item-descr {
    margin-top: 12px;
    color: #7F7F7F;
    font-family: 'Poppins-Regular';
    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;
    transform: rotate(151deg);
    border-radius: 517px;
    opacity: 0.4;
    background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.40) 0%, rgba(240, 240, 240, 0.00) 60%);
}

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

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

.roadmap--bottom .roadmap__title-wrap {
    display: flex;
    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: flex;
    gap: 12px;
    border-top: 2px solid #4D4D4D;
}

.roadmap--bottom .roadmap__item {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 64px;
}

.roadmap--bottom .roadmap__item::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 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%;
    transform: translateX(-50%);
    width: 0;
    height: 64px;
    border-left: 1px dashed #4D4D4D;
}

.roadmap--bottom .roadmap__item-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    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-family: 'Poppins-SemiBold';
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.roadmap--bottom .roadmap__item-icon {
    display: flex;
    justify-content: 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;
    object-fit: contain;
    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: flex;
    justify-content: space-between;
    padding: 250px 65px;
}

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

.pills-columns__cols {
    margin-top: 40px;
    display: flex;
    gap: 16px 70px;
    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: flex;
    align-items: center;
    gap: 8px;
    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%;
    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;
        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;
        transform: translateY(-50%) rotate(45deg);
        border-left: none;
        border-bottom: none;
    }
}

.roadmap-alternate__item {
    position: relative;
}

.roadmap-alternate__item-num {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #D3D5D7;
    background: #fff;
    color: #4D4D4D;
    font-family: 'Poppins-SemiBold';
    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;
        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;
        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: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #D3D5D7;

    @media screen and (min-width: 901px) {
        margin-bottom: 15px;
    }
}

.roadmap-alternate__item-title {
    color: #222;
    text-align: center;
    font-family: 'Poppins-Regular';
    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) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media screen and (max-width: 768px) {
        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: flex;
    justify-content: 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.60);
}

.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: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.biz-sol__card-examples-item img {
    display: block;
    width: 100%;
    height: 100%;
    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;
        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%;
        transform: translateY(-50%);
        background: #fff;
    }

    .roadmap-alternate__items {
        flex-direction: column;
        gap: 12px;
        margin-top: 45px;
        padding: 0 22px;
    }

    .roadmap-alternate__item-num {
        display: none;
    }

    .roadmap-alternate__item-info {
        position: relative;
        display: flex;
        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: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

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

.top-tabs__subtitle {
    max-width: 591px;
    color: #7F7F7F;
    font-family: 'Poppins-Regular';
    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: 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 {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    z-index: 1;
    transition: all .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 {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #D3D5D7;
    border-radius: 50%;
}

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

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

.top-tabs__content-body {
    display: flex;
    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-family: 'Poppins-Medium';
    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-family: 'Poppins-Regular';
    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: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 16px;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
}

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

.tab-body__col2-item h5 {
    color: #000;
    text-align: center;
    font-family: 'Poppins-Regular';
    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;
    transform: rotate(151deg);
    border-radius: 745px;
    opacity: 0.4;
    background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.20) 0%, rgba(240, 240, 240, 0.00) 60%);
}

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

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

@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: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 32px;
    background: #FFF;
    padding: 20px;
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05);
}

.skeleton-cases__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 35px;
    width: 50%;
    padding: 20px;
    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: flex;
    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;
    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-family: 'Poppins-Medium';
    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;
    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;
    object-fit: contain;
}

.outstaff-cards .top-cards__list-item-title {
    grid-row: 1;
    grid-column: 2;
    color: #000;
    font-family: 'Poppins-Medium';
    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;
    transform: rotate(151deg);
    border-radius: 374px;
    opacity: 0.8;
    background: radial-gradient(84.92% 79.24% at 50% 50%, rgba(226, 57, 209, 0.20) 0%, rgba(240, 240, 240, 0.00) 59.6%);
}

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

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

.staff-cards__title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.staff-cards__item {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 24px;
    border-radius: 24px;
    background: #FFF;
}

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

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

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

.staff-cards__item-name {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.staff-cards__item-name svg {
    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: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 20px;
    padding: 12px;
    border-radius: 16px;
    background: #F7F9F6;
}

.staff-cards__item-skill {
    display: flex;
    justify-content: space-between;
    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-family: 'Poppins-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

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

.staff-cards__item-location img {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    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.60);
    color: #7F7F7F;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
}

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

.staff-cards__item-tech-stack-item {
    display: flex;
    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 {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.staff-cards__button {
    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;
    transform: rotate(151deg);
    border-radius: 517px;
    opacity: 0.5;
    background: radial-gradient(85% 79% at 50% 50%, rgba(111, 226, 57, 0.50) 0%, rgba(240, 240, 240, 0.00) 60%)
}

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

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

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

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

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

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

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

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

.service-data-eng__title-wrap{
    display: flex;
    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;
        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%;
        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 {
        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: flex;
        flex-direction: column;
        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 {
        flex-basis: 40%;
    }

    .conf-part__contacts-info {
        flex-basis: 53%;
    }

    .tab-body__col2-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .skeleton-cases__content {
        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;
        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;
        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;
        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;
        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;
        transform: rotate(127deg);
        border-radius: 485px;
    }

    .services-why-us-ellipse-1 {
        bottom: 60%;
        left: -25%;
        width: 271px;
        height: 312px;
        transform: rotate(127deg);
        border-radius: 312px;
    }
    .services-why-us-ellipse-2 {
        bottom: 10%;
        right: -30%;
        width: 358px;
        height: 412px;
        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: fit-content;
        margin: 0 auto;
        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;
        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 {
        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;
        flex-direction: column;
        justify-content: center;
        padding: 22px;
    }

    .icon-title-descr__2col-title {
        text-align: center;
    }

    .icon-title-descr__2col-btn {
        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: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        padding: 24px 48px 24px 16px;
        color: #000;
        font-family: 'Poppins-Medium';
        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;
        transform: translateY(-50%);
        width: 16px;
        height: 1px;
        margin-left: auto;
        background: #000;
        transition: transform .5s ease;
    }

    .top-tabs__item--mob::after {
        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 {
        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: 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;
        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: fit-content;
        margin-top: 24px;
        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 {
        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%;
        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%;
        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;
        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;
        transform: rotate(-90deg);
        border-radius: 405px;
        opacity: 0.7;
        background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.20) 0%, rgba(240, 240, 240, 0.00) 60%);
    }

    .we-serve__ellipse-2 {
        top: -20%;
        right: -67%;
        width: 592px;
        height: 593px;
        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.00) 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;
        transform: none;
        opacity: 0.5;
        background: radial-gradient(85% 80% at 50% 50%, rgba(226, 57, 209, 0.10) 0%, rgba(240, 240, 240, 0.00) 60%);
    }

    .roadmap__deco-3 {
        top: 10%;
        right: -15%;
        width: 517px;
        height: 496px;
        transform: rotate(-5deg);
        background: radial-gradient(85% 80% at 50% 50%, rgba(111, 226, 57, 0.20) 0%, rgba(240, 240, 240, 0.00) 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;
    }

}