.gsc-ad__block {
    padding: 0 10px;
    display: flex;
    width: 100%;
}

.gsc-ad-list {

}

.gsc-ad-list__item {
    list-style-type: none;
    font-size: 18px;
}

.gsc-ad-list__item + .gsc-ad-list__item {
    margin-top: 10px;
}

.gsc-ad-list__item:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    background: var(--black);
}

.gsc-ad-list__item a {
    text-decoration: none;
    color: var(--black);
    transition: opacity 0.4s ease;
}

.gsc-ad-list__item a:hover {
    opacity: 0.75;
}

.before-parag_mobile {
    display: flex;
    width: 100%;
    padding-top: 15px;
}
