.hero-section {
    position: relative;
    z-index: 1;
    width: 100%;
    z-index: 2;
    background-color: #F9FAFB;
    overflow: hidden;
}

.hero-section.big-container {
    max-width: 100%;
}

.hero-section::after {
    content: "";
    position: absolute;
    width: 1920px;
    height: 1565px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url("../images/hero_bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}




.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 184px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 34px;
}

.hero-content-clue {
    gap: 8px;
    justify-content: center;
}

.hero-clue {
    color: #1C1C20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.hero-clue span {
    color: #FF492C;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.hero-content-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.hero-title {
    color: #434396;
    text-align: center;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.52px;
    margin-top: 16px;
}

.hero-title span {
    color: #1C1C20;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.52px;
    margin-top: 16px;
}

.hero-text {
    color: #1C1C20;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 24px;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
}

.hero-content-tools {
    gap: 24px;
    margin-top: 70px;
    justify-content: center;
    width: 100%;
}

.hero-white-btn {
    padding: 16px 80px;
    color: #434396;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #434396;
    background: #FFF;
    max-width: 280px;
    width: 100%;
}

.hero-primary-btn {
    border-radius: 4px;
    padding: 16px 80px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    max-width: 280px;
    width: 100%;
}

.hero-bottom-text {
    margin-top: 112px;
    color: #B3B3FF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

.hero-bottom-text span {
    color: #6161B4;

}


.services-section {
    position: relative;
    padding: 80px 0 120px;
    background: linear-gradient(90deg, #510AB3 0%, #00003A 33.33%, #00003A 66.67%, #083E72 100%);

}

.scraping-section {
    position: relative;
    padding: 80px 0 120px;
    background: linear-gradient(90deg, #0F0F62 0%, #05294C 33.33%, #05294C 66.67%, #3D0A9F 100%);
}

.datasets-section {
    position: relative;
    padding: 80px 0 120px;
    background: linear-gradient(90deg, #05294C 0%, #3D0A9F 33.33%, #3D0A9F 66.67%, #0F0F62 100%);

}

.services-section::after {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 70%;
    height: 100%;
    background-image: url('../images/services-bg.png');
    background-repeat: no-repeat;


}

.datasets-section::after {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 70%;
    height: 100%;
    background-image: url('../images/services-bg.png');
    background-repeat: no-repeat;


}

.scraping-section::after {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 70%;
    height: 100%;
    background-image: url('../images/services-bg.png');
    background-repeat: no-repeat;


}


.services-title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.services-body {
    position: relative;
    z-index: 1;
}

.services-catalog {
    margin-top: 50px;
    gap: 40px;
}

.services-catalog-item {
    color: #B3B3FF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    transition: .3s;
}

.services-catalog-item::after {
    width: 100%;
    height: 2px;
    content: '';
    display: block;
    background: #434396;
    transition: .3s;

    margin-top: 10px;
}

.services-catalog-item:hover {
    color: #FFF;

}

.services-catalog-item.active {
    color: #FFF;

}

.services-catalog-item.active::after {
    background: #FFF;

}

.services-catalog-item:hover::after {
    background: #FFF;

}

.services-item-title {
    color: #1C1C20;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.services-price {
    gap: 4px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;

}

.scarping-price {
    gap: 4px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}

.service-advantage {
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}

.services-price p {
    color: #1C1C20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.scarping-price p {
    color: #1C1C20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.scarping-price span {
    color: #0B5398;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.services-price span {
    color: #434396;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.services-clue {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
    max-width: 570px;
}

.scraping-clue {

    max-width: 580px;
}

.scraping-slides {
    margin-top: 74px;
}

.services-item {
    padding: 24px 20px;
    border-radius: 24px;
    border: 1px solid #FFF;
    background: #F9FAFB;
    backdrop-filter: blur(9px);
    gap: 13px;
    max-width: 500px;
    width: 100%;
    min-height: 440px;
}

.service-advantages {
    gap: 16px;
    flex: 1 1 auto;

}

.service-hide-text {
    opacity: 0;
    visibility: hidden;
}

.icon-service-advantage {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px;
    background-color: rgba(125, 125, 130, 1);
}

.hero-content-icon {
    display: flex;
    gap: 8px;
    height: 20px;
}

.pricing-icon {
    width: 40px;
    height: 40px;
}


.service-advantage {
    gap: 5px;
}

.service-advantage-text {
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 190px;
}

.service-advantage-text span {
    display: block;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal.services-scrollbar {
    position: relative;
    margin-bottom: 33px;
    bottom: -33px;
    left: 0px;
    width: 50%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 1px;
    height: auto;
}

.services-scrollbar .swiper-scrollbar-drag {
    background-color: white;
    height: 6px;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal.services-scrollbar,
.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal.scraping-scrollbar,
.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal.datasets-scrollbar {
    position: relative;
    margin-bottom: 33px;
    bottom: -33px;
    left: 0px;
    width: 50%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 1px;
    height: auto;
}

.services-scrollbar .swiper-scrollbar-drag,
.scraping-scrollbar .swiper-scrollbar-drag,
.datasets-scrollbar .swiper-scrollbar-drag {
    background-color: white;
    height: 6px;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal.datasets-scrollbar {
    bottom: -20px;
}

.datasets-pagination {
    display: flex;
    position: initial;
    margin-top: 32px;
    gap: 10px;
    margin-left: -2px;

}

.service-tools-more {
    gap: 2px;
}

.icon-arrow-gray {
    font-size: 12px;
    background: #218AEF;
    transition: .3s;

}

.service-tools-more:hover {
    text-decoration: underline;
    color: #218AEF;

}

.service-tools-more:hover .icon-arrow-gray {
    transform: translateX(4px);

}

.service-tools-expert {
    color: #1C1C20;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    transition: .3s;
}

.service-tools {
    gap: 10px;
    justify-content: space-between;
}

.service-tools-expert:hover {
    color: #218AEF;

}

.service-tools-more span {
    color: #218AEF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.icon-service-advantage2 {
    font-size: 24px;
    background-color: rgba(125, 125, 130, 1);
}

.service-btn {
    padding: 12px 28px;
    border-radius: 4px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scraping-btn {
    border-radius: 4px;
    padding: 12px 28px;
    max-width: 220px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-top: 120px;
    line-height: 24px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0B5398;
    transition: .3s;

}

.scraping-small-btn {
    border-radius: 4px;
    padding: 12px 28px;
    max-width: 220px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0B5398;
    transition: .3s;
}

.scraping-small-btn:hover {
    background: white;
    color: #434396;
    border: 1px solid #434396;
}

.scraping-btn:hover {
    background: white;
    color: #434396;
    border: 1px solid #434396;
}

.scarping-item-fon {
    width: 300px;
    height: 440px;
    background-repeat: round;
}

.services-clue {
    display: none;
}

.services-clue.active {
    display: block;
}

.scraping-swiper .swiper-slide, .proxy-swiper .swiper-slide {
    flex-shrink: 0;
    width: auto;
    transition: all 0.3s ease;
}

.scraping-swiper .swiper-slide {
    flex-shrink: 0 !important;
}

.scraping-swiper .swiper-slide.big-slide, .proxy-swiper .swiper-slide.big-slide {
    min-width: 566px !important;
    flex-shrink: 0 !important;


}

.scraping-swiper .swiper-slide.small-slide, .proxy-swiper .swiper-slide.small-slide {
    max-width: 269px !important;
    flex-shrink: 0 !important;


}
.service-icon-block {
    display: flex;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-bottom: -6px;
}
.icon-home-service {
    font-size: 40px;
    background-color: rgba(67, 67, 150, 1);
}

.icon-home-service2 {
    font-size: 40px;
    background-color: rgba(67, 67, 150, 1);
}

.icon-home-service3 {
    font-size: 40px;
    background-color: rgba(67, 67, 150, 1);
}

.icon-home-service4 {
    font-size: 40px;
    background-color: rgba(67, 67, 150, 1);
}

.icon-home-service5 {
    font-size: 40px;
    background-color: rgba(67, 67, 150, 1);
}

.icon-vip-home-service {
    font-size: 40px;
}

.icon-vip-home-service-block {
    background-color: var(--color-white);
}

.icon-scrapingIcon {
    font-size: 40px;
    background: rgba(11, 83, 152, 1);
}

.icon-scrapingIcon2 {
    font-size: 40px;
    background: rgba(11, 83, 152, 1);
}

.icon-scrapingIcon3 {
    font-size: 40px;
    background: rgba(11, 83, 152, 1);
}

.services-slides {
    display: none;
}

.scraping-item-descr {
    gap: 16px;
    max-width: 270px;
    padding: 18px 0 22px 24px;
}

.scraping-item-title {
    color: #1C1C20;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.scraping-item {
    border-radius: 24px;
    background: #F9FAFB;
    min-width: 569px;
    min-height: 440px;
    overflow: hidden;
}

.scraping-item-text {
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.services-slides.active {
    display: block;
}

.datasets-slides {
    display: none !important;
}

.datasets-catalog {
    display: none;
}

.datasets-catalog.active {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.datasets-item {
    padding: 29px 24px;
    border-radius: 24px;
    background: #FFF;
    flex: 1 1 23%;
    min-height: 300px;
}

.datasets-another-item {
    border-radius: 24px;
    background: #FFF;
    flex: 1 1 23%;
    min-height: 300px;
    overflow: hidden;
}

.datasets-text {
    margin-top: 21px;
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 20px;
    flex: 1 1 auto;
    border-bottom: 1px solid #AB3FFF;
}

.datasets-tools {
    padding-top: 16px;
}

.icon-sotial {
    font-size: 40px;
    background: rgba(249, 250, 251, 1);
    margin-left: 20px;
}

.datasets-icon {
    margin-left: 20px;

}

.icon-sotial2 {
    font-size: 25px;
    background: rgba(249, 250, 251, 1);
    margin-left: 20px;
}

.icon-sotial3 {
    font-size: 25px;
    background: rgba(249, 250, 251, 1);
    margin-left: 20px;
}

.datasets-another-header {
    margin-top: 24px;
    gap: 10px;

}

.datasets-bg {
    width: 75px;
    height: 40px;
    margin-left: -2px;
}

.datasets-image {
    display: flex;
}

.datasets-title {
    color: #1C1C20;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.datasets-padding {
    margin: 20px 23px 0;
}

.datasets-tools-padding {
    padding: 16px 24px 29px 24px;
}


.proxy-slides {
    margin-top: 74px;
}

.swiper-pagination-bullet-active {
    background: #FFF;
}


.scraping-pagination {
    display: none;
}

.services-mobile-clue {
    display: none;
    padding-bottom: 32px;
}

@media (max-width: 1610px) {
    .services-body::before {
        left: -170px;
    }
}

@media (max-width: 1400px) {
    .services-section::after {
        width: 100%;
    }

    .scraping-section::after {
        width: 100%;

    }


}

@media (max-width: 1200px) {
    .scraping-pagination {
        position: initial;
        display: flex;
        margin-top: 32px;
        gap: 10px;
        margin-left: -5px;

    }

    .services-body::before {
        left: 450px;
        width: 70%;
        top: -420px;
        transform: rotate(-34deg);
    }

}

@media (max-width: 1025px) {
    .datasets-another-header {
        margin-top: 18px;

    }

    .scraping-pagination {
        margin-left: 0;

    }

    .services-pagination {
        margin-left: 0;

    }

    .datasets-text {
        padding-bottom: 0;
    }

    .datasets-padding {
        margin: 17px 23px 0;
    }

    .services-mobile-clue {
        display: block;
        padding-bottom: 30px;
    }

    .services-item {
        padding: 18px 24px 22px 24px;
        gap: 15px;
        min-height: 440px;

    }

    .proxy-swiper.swiper,
    .scraping-swiper.swiper,
    .datasets-swiper.swiper {
        overflow: unset !important;
    }

    .datasets-text {
        margin-top: 26px;
    }

    .services-mobile-clue h3 {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .services-section {
        background: linear-gradient(180deg, #00003A 0%, #083E72 50%, #510AB3 100%);

    }

    .hero-title {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -0.32px;
        margin-top: 24px;
    }

    .services-catalog {
        display: none;
    }

    .services-title {
        font-size: 28px;
        line-height: normal;
    }


    .services-mobile-clue p {
        margin-top: 8px;
        color: rgba(255, 255, 255, 1);
        font-style: normal;
        opacity: .7;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }

    .hero-title span {
        font-size: 32px;
        line-height: normal;
        letter-spacing: -0.32px;
    }

    .datasets-section::after {
        display: none;
    }

    .hero-text {
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
        font-size: 20px;
        margin-top: 16px;
        display: block;
    }
    .hero-text span:nth-child(2){
        padding-left: 6px;
    }

    .datasets-pagination {
        margin-top: 30px;
    }

    .hero-content-tools {
        margin-top: 64px;
        gap: 32px;
        width: 100%;
    }

    .header-logo-desctop {
        max-width: 238px;
    }

    .scraping-item {
        min-width: 557px;
    }

    .hero-section::after {
        width: 1024px;
        height: 1067px;
        background-image: url("../images/hero_bg_tablet.svg");
    }

    .datasets-item {
        padding: 26px 23px;
    }

    .crunchBase-item {
        padding: 33px 22px 24px 22px;
    }

    .scraping-btn {
        margin-top: 125px;
    }

    .datasets-slides {
        display: block !important;
        margin-top: 74px;
    }

    .hero-bottom-text {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        margin-top: 64px;
    }

    .services-section {
        padding: 45px 0 93px 0;
    }

    .proxy-slides {
        margin-top: 40px;
    }

    .hero-content {
        padding-top: 102px;
        padding-bottom: 28px;
    }

    .services-section::after {
        left: 0;
        background-image: url('../images/services-bgTablet.png');
        top: 0;

    }

    .scraping-small-btn {
        max-width: 100%;
    }

    .tablet-wrap {
        display: block;
    }

    .scraping-section::after {
        display: none;
    }

    .datasets-tools-padding {
        padding: 16px 23px 25px 23px;

    }

    .scraping-slides {
        margin-top: 0
    }

    .services-contents {
        gap: 56px;
    }

    .datasets-slides {
        margin-top: 0;
    }

}

@media (max-width: 992px) {
    .datasets-item {

        flex: 1 1 40%
    }

    .datasets-another-item {
        flex: 1 1 40%
    }

    .datasets-catalog.active {
        gap: 16px;
    }
}

@media (max-width: 768px) {


    .services-section {
        background: linear-gradient(180deg, #00003A 0%, #083E72 50%, #510AB3 100%);

    }


    .scraping-section {
        background: linear-gradient(180deg, #00003A 0%, #083E72 50%, #510AB3 100%);
    }


    .datasets-section {
        background: linear-gradient(180deg, #00003A 0%, #083E72 50%, #510AB3 100%);
    }

    .datasets-item {
        min-height: 300px;
        max-width: 268px;
    }


    .scraping-section {
        padding: 45px 0 93px 0;
    }

    .datasets-section {
        padding: 45px 0 93px 0;

    }


    .datasets-catalog.active {
        display: none;
    }


    .datasets-catalog.active {
        margin-top: 0;
    }

    .datasets-tools-padding {
        padding: 16px 23px 26px 23px;
    }

    .datasets-another-header {
        margin-top: 17px;
    }

    .datasets-another-item {
        min-height: 300px;
    }

    .services-item {
        min-width: 270px;
        min-height: 440px;
        padding: 18px 20px;

    }

    .scraping-item {
        min-height: 440px;
    }

    .hero-btn {
        max-width: 280px;
        width: 100%;
        height: 60px;
    }


}

@media (max-width: 576px) {
    .hero-section::after {
        width: 578px;
        height: 1161px;
        background: url("../images/hero_bg_mobile.svg");
    }

    .hero-content {
        padding-top: 124px;
        padding-bottom: 24px;
    }

    .services-item {
        padding: 18px 24px 18px 24px;
        gap: 16px;

    }

    .scraping-btn {
        margin-top: 120px;
    }

    .services-title {
        font-size: 24px;
        line-height: normal;
    }

    .services-contents {
        gap: 54px;
    }

    .services-section {
        padding: 40px 0 93px 0;
    }

    .services-mobile-clue p {
        font-size: 14px;
        font-style: normal;
        line-height: 21px;
    }

    .services-mobile-clue h3 {
        font-size: 18px;
        line-height: normal;
    }

    .hero-text {
        font-size: 16px;
        line-height: 150%;
        margin-top: 16px;
        max-width: 330px;
    }

    .hero-title {
        font-size: 28px;
        margin-top: 8px;
        line-height: 150%;
        max-width: 330px;
    }

    .hero-title br {
        display: none;
    }

    .hero-title span {
        font-size: 28px;
        line-height: 150%;
    }

    .hero-btn {
        max-width: 330px;

    }

    .proxy-slides {
        margin-top: 32px;
    }

    .hero-content-tools {
        margin-top: 56px;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    /* .service-advantage-text {
        font-size: 13px;
    } */

    .hero-clue {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-bottom-text {
        display: none;
    }

    .services-section::after {
        width: 100%;
        background-image: url('../images/services-bgMobile.png');
        left: 0;
        top: 0;

    }

    .scraping-item-descr {
        gap: 16px;
    }

    .services-mobile-clue p {
        max-width: 330px;
    }

    .datasets-pagination {
        margin-top: 30px;


    }

    .mobile-wrap {
        display: block;
    }

    .hero-section {
        min-height: 588px;
    }


}


.services-bottom {
    margin-top: 34px;
}

.services-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #B3B3FF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
}

.services-link svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    stroke: currentColor;
    transition: transform 0.3s ease-in-out;
}

.services-link svg path {
    transition: none;
}

.services-link:hover {
    color: #ffffff;
}

.services-link:hover svg {
    transform: translate(5px, 0);
}


@media (max-width: 1025px) {
    .services-bottom {
        margin-top: 60px;
    }

    .services-link {
        color: #fff;
    }
}

.proxy-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    pointer-events: none;
    gap: 31px;
}

.proxy-swiper .service-btn, .proxy-swiper .service-tools {
    pointer-events: auto;
}

.proxy-swiper .services-scrollbar {
    display: none;
}

@media (min-width: 1200px) {
    .proxy-swiper .swiper-wrapper {
        transform: translate3d(0,0,0)!important;
    }
}

@media (max-width: 1199px) {
    .proxy-swiper .swiper-wrapper {
        flex-wrap: unset;
        pointer-events: auto;
        gap: 0px;
    }
    .proxy-swiper .services-scrollbar {
        display: flex;
    }
}

.services-item-title-block {
    display: flex;
    height: 30px;
    align-items: center;
    gap: 8px;
    margin-bottom: -6px;
    position: relative;
}
.services-item-icon-new {
    position: absolute;
    right: -40px;
}