body {
    letter-spacing: 0 !important;
}



.link-hidden {
    position: absolute;
    inset: 0;
    z-index: 999;
    opacity: 0;
    height: 100%;
}
.link-hidden .elementor-heading-title,
.link-hidden .elementor-heading-title a{
    display: block;
    width: 100%;
    height: 100%;
}



.elementor-nav-menu--main .elementor-nav-menu span.elementor-sub-item {
    padding: 13px 20px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}





#breadcrumbs span,
#breadcrumbs span a {
    font-size: clamp(14px, 1.6vw, 16px);
    color: #ccc !important;
}
#breadcrumbs span a {
    color: #fff !important;
}





.custom-problems,
.custom-process,
.custom-why,
.custom-docs,
.custom-cases,
.custom-blog {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}

.custom-problems-card .elementor-heading-title,
.custom-case-card .podrobnee,
.custom-blog-card .podrobnee {
    border-bottom: 1px solid transparent;
    transition: border-bottom-color .3s;
}



@media (min-width: 1024px) {
    .custom-problems-card:hover .elementor-heading-title,
    .custom-case-card:hover .podrobnee,
    .custom-blog-card:hover .podrobnee {
        border-bottom: 1px solid #FF602C;
    }
    #breadcrumbs span a:hover {
        color: #FF602C !important;
    }
}



.custom-project-content {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}

@media (max-width: 767px) {
    .custom-project-content {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .custom-service-card-btn,
    .custom-service-card-btn a {
        width: 100% !important;
    }
}



.custom-services-card.is-hidden {
    display: none;
}


.custom-service-card-price {
    white-space: nowrap !important;
    max-width: 120px !important;
    justify-content: flex-end !important;
    display: flex !important;
}
@media (max-width: 767px) {
    .custom-service-card-price {
        max-width: 90px !important;
    }
}



.custom-process-card-result p,
.custom-process-card-result span {
    color: #fff !important;
}



.reviews-slider .elementor-swiper-button.elementor-swiper-button-prev,
.reviews-slider .elementor-swiper-button.elementor-swiper-button-next,
.custom-blog-cards .elementor-swiper-button.elementor-swiper-button-prev,
.custom-blog-cards .elementor-swiper-button.elementor-swiper-button-next {
    display: none !important;
}



.custom-reviews-slider {
    flex-wrap: nowrap !important;
    overflow: hidden;
    width: 100%;
}
.custom-reviews-slide {
    flex: 0 0 calc((100% - 48px) / 3) !important;
    max-width: calc((100% - 48px) / 3);
}
.custom-reviews-prev,
.custom-reviews-next {
    cursor: pointer;
}
.custom-reviews-wrapper {
    overflow: hidden !important;
}
@media (max-width: 1024px) {
    .custom-reviews-slide {
        flex: 0 0 calc((100% - 24px) / 2) !important;
        max-width: calc((100% - 24px) / 2);
    }
}
@media (max-width: 767px) {
    .custom-reviews-slide {
        flex: 0 0 100% !important;
        max-width: 100%;
    }
}



.custom-faq-accordeon {
    display: none;
}
.custom-faq-accordeon.active {
    display: block;
}
.custom-faq-tab.active a {
    background: #112134 !important;
    border: 1px solid #112134 !important;
    color: #fff !important;
}
.custom-faq-accordeon .elementor-accordion-icon svg {
    height: 14px !important;
    width: 14px !important;
}



/* архивная страница Проекты (кейсы) */

.projects-cases {
    padding: 0 15px;
    display: flex !important;
    background: #F8FAFB;
    font-family: "Montserrat", Sans-serif !important;
}
.projects-cases .e-con-inner {
    padding: 80px 0 !important;
}
.projects-cases__top {
    margin-bottom: 50px;
}
.projects-cases__label,
.projects-cases__group-label {
    color: #FF602C;
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase;
}
.projects-cases__title {
    margin: 0 !important;
    text-align: center;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
}
.projects-cases__filter,
.blog-cases__filter {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.blog-cases__filter {
    margin-top: 20px;
}
.projects-cases__filter-item,
.blog-cases__filter-item {
    padding: 10px 18px;
    border: 1px solid #d7d7cf;
    border-radius: 50px;
    background: #fff;
    color: #2c2c27;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: 0.25s ease;
}
.projects-cases__filter-item:hover,
.blog-cases__filter-item:hover {
    background: #FF602C;
    border: 1px solid #FF602C;
    color: #fff !important;
}
.projects-cases__filter-item.active,
.blog-cases__filter-item.active {
    border-color: #112134;
    background: #112134;
    color: #fff;
}
.projects-cases__groups {
    display: flex;
    flex-direction: column;
    gap: 72px;
}
.projects-cases__group {
    scroll-margin-top: 120px;
}
.projects-cases__group-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d7d7cf;
}
.projects-cases__group-title {
    margin: 0 !important;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.projects-cases__count {
    flex-shrink: 0;
    font-size: 15px;
    color: #7a7a70;
}
.projects-cases__grid {
    margin: 0 auto;
    width: fit-content;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.project-card {
    position: relative;
    max-width: 380px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #DFE5EC;
    overflow: hidden;
}
.project-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.project-card__term {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    width: max-content;
    max-width: calc(100% - 30px);
    padding: 4px 12px 4px 12px;
    background-color: #FF602C;
    border-radius: 50px 50px 50px 50px;
}
.project-card__term span {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 500;
}
.project-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #ecece6;
}
.project-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.35s ease;
}
.project-card:hover .project-card__image img {
    transform: scale(1.04);
}
.project-card__content {
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.project-card__title {
    margin: 0;
    color: #0E1B2A;
    font-family: "Oswald", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}
.project-card__info-row span {
    color: #FF602C;
    font-size: 14px;
    font-weight: 600;
    text-transform: lowercase;
    line-height: 1em;
}
.project-card__info-row p {
    font-size: 14px;
    color: #737373;
    line-height: 24px;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .projects-cases .e-con-inner {
        padding: 60px 0 !important;
    }
}
@media (max-width: 900px) {
    .projects-cases__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .projects-cases__filter-item,
    .blog-cases__filter-item {
        font-size: 12px;
    }
    .blog-cases__filter {
        margin-top: 10px;
    }
}
@media (max-width: 600px) {
    .projects-cases__filter,
    .blog-cases__filter {
        gap: 10px;
    }
    .projects-cases__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}