.modal__descr_top {    color: #494949;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0;}

.modal__descr_top a {
    color: #494949;
}

.modal__descr_top a:hover {
    text-decoration: underline;
}

.modal__descr_top span {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    /* margin-top: 5px; */
}

.modal__descr_top span img {
    max-width: 30px;
}

.modal__descr_top p {
    margin: 0;
}

.modal__descr_top p:nth-child(2) {display:flex;align-items: center;gap: 10px;margin: 5px 0;}