.drop__down_item__title {
    display: none;
    background: white;
    border-radius: 4px;
    padding: 20px 15px;
    position: absolute;
    left: 100%;
    top: 0;
    inline-size: 450px;
    min-width: 100px;
    word-wrap: break-word;
    text-align: center;
    box-shadow: 3px 3px 2px 2px rgba(0,0,0,0.3);
    word-wrap: break-word;
}

.drop__down_item {
    position: relative;

}

.drop__down_item:hover > .drop__down_item__title {
    display: block;
}

#drop__down_item:hover > .drop__down_item__title {
    display: block;
}

.container__flex_nav {
    padding: 0 70px;
}

.text__wrap {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
