.more_info_block__text ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px 66px;
    color: rgba(255, 255, 255, 0.6);
    width: fit-content;
}

.more_info_block__text li {
    width: fit-content;
    color: rgba(255, 255, 255, 0.6);
}

.searches_block__text ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.searches_block__text li:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cg opacity='0.8'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.93189 11.3806C9.02876 12.0826 7.89393 12.5007 6.66146 12.5007C3.71594 12.5007 1.32812 10.1128 1.32812 7.16732C1.32812 4.2218 3.71594 1.83398 6.66146 1.83398C9.60698 1.83398 11.9948 4.2218 11.9948 7.16732C11.9948 8.39979 11.5767 9.53462 10.8747 10.4377L14.4662 14.0292C14.7265 14.2896 14.7265 14.7117 14.4662 14.9721C14.2058 15.2324 13.7837 15.2324 13.5234 14.9721L9.93189 11.3806ZM10.6615 7.16732C10.6615 9.37646 8.8706 11.1673 6.66146 11.1673C4.45232 11.1673 2.66146 9.37646 2.66146 7.16732C2.66146 4.95818 4.45232 3.16732 6.66146 3.16732C8.8706 3.16732 10.6615 4.95818 10.6615 7.16732Z' fill='%23FCFCFD'/%3E%3C/g%3E%3C/svg%3E");
}

.searches_block__text li {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    background-color: #3B3B3B;
    width: fit-content;
    cursor: pointer;
    transition: 0.3s ease;
}
.searches_block__text li:hover {
    background-color: rgba(255, 255, 255, 0.3);

}
.searches_block__text a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.desc-seo-text >*:first-child {
    margin-top: 0!important;
}
.desc-seo-text > p, .desc-seo-text > ul,
.desc-seo-text > ol, .desc-seo-text{
    margin-bottom: 16px;
}

.desc-seo-text ul, .desc-seo-text ol {
    margin: 20px 0;
    display: grid;
    gap: .51rem;
}

.desc-seo-text ul, .seo__text ul {
    padding-left: 20px;
}

.desc-seo-text ul li, .desc-seo-text ol li {
    font-size: 16px;
}

.desc-seo-text ul li::before {
    content: "";
    color: #fff;
    font-weight: 600;
    display: inline-block;
    width: .51em;
    height: .51em;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 7px;
}

.desc-seo-text ol, .seo__text ol {
    padding-left: 38px;
}

.desc-seo-text ol {
    list-style-type: decimal;
}

.desc-seo-text ol li {
    font-size: 16px;
    line-height: 1.5;
}

.desc-seo-text ol li::marker {
    color: #fff;
    font-weight: 600;
}

.desc-seo-text >*:last-child {
    margin-bottom: 0;
}

.desc-seo-text a {
    text-decoration: underline;
}

.default-btn.is-disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

@media screen and (max-width: 1024px) {
    .searches_block__text ul {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 768px) {
    .more_info_block__text ul {
        grid-template-columns: 1fr;
    }
}
