.contacts-list{
    display: flex;
    margin-left: 15px;
    flex-wrap: wrap;
}
.contacts-list .contacts-item{
    max-width: calc(20% - 15px);
    flex: 0 calc(20% - 15px);
    background-color: rgb(95, 122, 160);
    margin-right: 15px;
    padding: 1rem;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.contacts-list .contacts-item::before{
    content: '';
    position: absolute;
    height: 172%;
    width: 30%;
    right: -10px;
    top: 0;
    transform: rotate(24deg);
    background: rgb(44, 92, 133);
    opacity: 0.7;
}
.contacts-list .contacts-item::after{
    content: '';
    position: absolute;
    height: 170%;
    width: 24%;
    left: -24%;
    top: -25%;
    transform: rotate(24deg);
    background: rgb(118, 150, 194);
    opacity: 0.7;
}
.contacts-list .contacts-item .number{
    margin-top: auto;
}
.contacts-list .contacts-item .name, .contacts-list .contacts-item .number{
    z-index: 1;
}
.modal-import-contact-content .dropify-wrapper {
    border: unset;
}

.buttons-csv, .buttons-pdf {
    display: none;
}

.about-contact__item {
    min-width: 150px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-contact__title {
    line-height: 1.5;
}

.about-contact {
    flex-wrap: wrap;
}
.modal-import-contact-content .dropify-wrapper {
    border: unset;
}

.buttons-csv, .buttons-pdf {
    display: none;
}

.about-contact__item {
    min-width: 150px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-contact__title {
    line-height: 1.5;
}

.about-contact {
    flex-wrap: wrap;
}
.dropify-wrapper .dropify-message span.file-icon{
    font-size: 14px !important;
}
.dropify-wrapper .dropify-message span.file-icon::before{
    display: none !important;
}

