.dop-info {
    width: 447px;
    height: 556px;
    /*  border: 1px solid #342f3a;    */
    border-radius: 12px;
    background: url(../images/modal_dop_info.png) no-repeat top center;
}

.dop-info_logo {
    width: 447px;
    height: 276px;
}

.dop-info_logo img {
    position: absolute;
    width: 447px;
    height: 276px;
    top: 0;
    left: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.dop-info_logo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/NEW_MASK_DOP_INFO.png) no-repeat top center;
    width: 447px;
    height: 276px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.dop-info_title {
    position: absolute;
    font-size: 18px;
    color: #a27d85;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    top: 306px;
    font-weight: 500;
}

.dop-info_memo {
    position: absolute;
    width: 388px;
    height: 171px;
    top: 347px;
    left: 43px;
    color: #d6d6d6;
    text-align: left;
    font-style: italic;
    line-height: 19px;
    font-weight: 300;
    overflow-y: scroll;
    padding-right: 30px;
      /* --- Важно --- */
    display: -webkit-box;            /* для поддержки многорядного обрезания */
    -webkit-box-orient: vertical;    /* направление строк */
    white-space: normal;             /* разрешаем переносы */
    word-wrap: break-word;           /* переносим длинные слова */
    white-space: pre-line;
}

.dop-info_memo::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: rgba(73, 69, 77, 1);
    border-radius: 4px;
}

.dop-info_memo::-webkit-scrollbar-thumb {
    background-color: rgba(28, 25, 32, 1);
    border-radius: 3px;
}

.dop-info_memo::-webkit-scrollbar-track {
    background: transparent;
}

.btn_dop {
    text-decoration: none;
}