.library__item-text {
    font: 15px "Graphik Kinopoisk LC Web",sans-serif;
    line-height: 120%;
    color: #7e7c88;
    margin-bottom: 8px;
}
.library__item-date {
    margin-bottom: 8px;
}
.b-page__center .library__item {
    margin-bottom: 40px;
    padding: 0px 10px 0 178px;
    position: relative;
    display: flex;
    width: calc(50% - 188px);
    min-height: 232px;
    text-decoration: none;
    transition: opacity 0.3s;
}
.b-page__center .library__preview-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 164px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
    height: 232px;
    object-fit: contain;
    object-position: top;
}
.b-page__center .library__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 158px;
    height: 212px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
}

.library__item-info {
   margin-right:30px;
}

.library__item-name {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 24px;
}

.library__item-text {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 20px;
}

.library__item-date {
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 4px;
}

.b-page__center .library__preview-img {
    width: 158px;
}

.select2-selection__arrow:before {
    width: 8px !important;
    height: 5px !important;
    border: none !important;
    bottom: 35px !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC43MDk5OSAxLjcxTDMuMjk5OTkgNC4zQzMuNjg5OTkgNC42OSA0LjMxOTk5IDQuNjkgNC43MDk5OSA0LjNMNy4yOTk5OSAxLjcxQzcuOTI5OTkgMS4wOCA3LjQ3OTk5IDAgNi41ODk5OSAwSDEuNDA5OTlDMC41MTk5OSAwIDAuMDc5OTkwNCAxLjA4IDAuNzA5OTkgMS43MVoiIGZpbGw9IiNDNEM0QzQiLz4KPC9zdmc+Cg==");
}
