/*******************Маркированный список со стрелками********************/

/*******************Маркированный список со стрелками********************/

.list-marked {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0rem;
    padding: 0rem;
}

.list-marked__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 0.5rem;
}

.list-marked__item_icon::after {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2266 4.71484C15.2266 7.56472 16.2187 9.13257 17.3691 10.0137C18.5545 10.9214 20.0198 11.1849 21.0732 11.1934C21.0942 11.1932 21.1151 11.1934 21.1357 11.1934V12.6934H21.0762C20.0729 12.7044 18.6009 12.9924 17.3965 13.9316C16.2253 14.8452 15.2149 16.4456 15.2148 19.2842H13.7148C13.7149 16.0384 14.8968 13.979 16.4736 12.749C16.5001 12.7283 16.528 12.7096 16.5547 12.6895H2.86328V11.1963H16.4463C14.8781 9.99006 13.7266 7.95384 13.7266 4.71484H15.2266Z' fill='%23ED1044'/%3E%3C/svg%3E%0A");
}

.list-marked__item_text {
    font-family: PTGolos_vf;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0px;
}
