.grecaptcha-badge {
    visibility: hidden;
}

.search-body__queries.hidden {
    display: none;
}

.search-body__results.hidden {
    display: none;
}

.search-body__enter.hidden {
    display: none;
}

.search-body__form {
    position: relative;
}

.search-body__enter {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 20px;
    height: 13px;
    transition: .3s ease;
}

.search-body__enter:hover {
    opacity: .7;
}

.catalog-tags__show-btn {
    color: #000000;
    cursor: pointer;
}

.layout .text-block {
    font-size: 18px;
    line-height: 140%;
    color: var(--greyscale-100);
}

.layout .text-block h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 110%;
    letter-spacing: -0.03em;
    margin: 16px 0;
}

.case-about__content p:not(:last-child) {
    margin-bottom: 8px;
}

body:has(.main__hero-services.no-animation) .animation-section,
body:has(.main__hero-platforms.no-animation) .animation-section,
body:has(.main__hero-cases.no-animation) .animation-section {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    clip-path: none !important;
}

body:has(.main__hero-services.no-animation) .wrapper,
body:has(.main__hero-platforms.no-animation) .wrapper,
body:has(.main__hero-cases.no-animation) .wrapper {
    clip-path: none !important;
}