.dop-info {
    width: 447px;
    height: 715px;
    /*  border: 1px solid #342f3a;    */
    border-radius: 12px;
    background: url(/games/images/modal_dop_info-f86a40b06e5394859f40f2acf262f8dc.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(/games/images/NEW_MASK_DOP_INFO-f7fb18e3378dfde43aecf5910ad79454.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: 325px;
    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;
}

@media (max-width: 601px) {
    .full-description-modal {
        overflow: hidden;
    }

    .full-description-modal .modal-content.dop-info {
        width: calc(100vw - 80px);
        height: calc(100vh - 150px);
        height: calc(100dvh - 390px);
        background-size: 100% 100%;
    }

    .full-description-modal #full-description-modal-container {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background: none;
    }

    .full-description-modal .dop-info_logo {
        position: relative;
        flex: 0 0 clamp(160px, 38%, 340px);
        width: 100%;
        height: auto;
    }

    .full-description-modal .dop-info_logo img,
    .full-description-modal .dop-info_logo::after {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-size: cover;
    }

    .full-description-modal .dop-info_title {
        position: static;
        flex: 0 0 auto;
        margin-top: 26px;
        font-size: 22px;
    }

    .full-description-modal .dop-info_memo {
        position: static;
        flex: 1 1 auto;
        min-height: 0;
        width: auto;
        height: auto;
        margin: 18px 28px 28px 32px;
        padding-right: 20px;
        overflow-y: auto;
        font-size: 22px;
        line-height: 28px;
    }

}
