/*** MANAGER CARDS ***/

.dx-list .dx-empty-message, .dx-list-item {
    border-top: 0;
    color: #333;
}

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
    color: inherit;
}

/* MANAGER CARDS: List block */

.center-block .render-block .content-block.home .info .d-flex.flex-wrap {
    gap: 40px;
}

.center-block .render-block .content-block.home .info .listBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;
    width: auto;
    max-width: 100vw;
    height: auto;
}

.center-block.in-login render-block .content-block.home .info .listBlock .infoContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 50px;
    width: 100vw;
    height: 310.06px;
    margin-top: 40px;
    order: 1;
}

.center-block .render-block .content-block.home .info .listBlock .listContent {
    position: relative;
    width: inherit;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    order: 2;
}

    .center-block .render-block .content-block.home .info .listBlock .listContent .dx-list-item.dx-state-hover {
        background-color: rgba(255, 255, 255, 0.5);
        color: none;
    }

    .center-block .render-block .content-block.home .info .listBlock .listContent .dx-list-item.dx-state-focused {
        background-color: rgba(0, 0, 0, 0);
        color: inherit;
    }

    .center-block .render-block .content-block.home .info .listBlock .listContent .dx-list-items {
    }

        .center-block .render-block .content-block.home .info .listBlock .listContent .dx-list-items .dx-item.dx-list-item:nth-child(2n+1) {
            margin-right: var(--manager-card-odd-margin-right);
        }

            .center-block .render-block .content-block.home .info .listBlock .listContent .dx-list-items .dx-item.dx-list-item:nth-child(2n+1):last-child {
                margin-right: var(--manager-card-last-margin-right);
            }

        .center-block .render-block .content-block.home .info .listBlock .listContent .dx-list-items .dx-list-item {
            display: inline-block;
            max-width: 370px;
            width: 100vw;
            height: 165px;
            margin: 0;
            padding: 0;
            margin-bottom: 10px;
            background-color: rgba(0, 0, 0, 0);
        }

            .center-block .render-block .content-block.home .info .listBlock .listContent .dx-list-items .dx-list-item:hover {
                background-color: rgba(0, 0, 0, 0);
                cursor: url("../icons/svg/cursor_white.svg"), auto;
            }

        .center-block .render-block .content-block.home .info .listBlock .listContent .dx-list-items .dx-item.dx-list-item.dx-state-hover {
            cursor: url("../icons/svg/cursor_white.svg"), auto;
        }

        .center-block .render-block .content-block.home .info .listBlock .listContent .dx-list-items .dx-list-item .dx-list-item-content {
            margin: 0;
            padding: 0;
            background-color: rgba(0, 0, 0, 0);
            width: inherit;
        }

            .center-block .render-block .content-block.home .info .listBlock .listContent .dx-list-items .dx-list-item .dx-list-item-content:hover {
                background-color: rgba(0, 0, 0, 0);
                cursor: url("../icons/svg/cursor_white.svg"), auto;
            }

            .center-block .render-block .content-block.home .info .listBlock .listContent .dx-list-items .dx-list-item .dx-list-item-content .listCard {
                max-width: 96vw;
                width: calc(100% - 10px);
                height: 153px;
                margin: 2px 5px 8px 5px;
                background-color: rgba(0, 0, 0, 0);
            }

                .center-block .render-block .content-block.home .info .listBlock .listContent .dx-list-items .dx-list-item .dx-list-item-content .listCard:hover {
                    background-color: rgba(0, 0, 0, 0);
                    cursor: url("../icons/svg/cursor_white.svg"), auto;
                }

/* MANAGER CARDS: card form */

.home .manager-card {
    display: inline-flex;
    /*flex-direction: row;*/
    align-items: center;
    padding: 20px;
    padding-right: 5px;
    gap: 10px;
    width: inherit;
    min-width: 300px;
    max-width: 360px;
    height: 153px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 4px rgba(206, 20, 23, 0.5);
    border-radius: 10px;
}

    .home .manager-card:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }

.home .manager-photo-frame {
    width: 110px;
    min-width: 110px;
    height: 110px;
    background: #646464;
    border-radius: 10px;
    overflow: hidden;
}

    .home .manager-photo-frame .manager-photo {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.manager-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    gap: 5px;
    width: calc(100% - 110px - 10px);
    height: 113px;
}

.home .manager-fio {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 20px;
    /*overflow: hidden;*/
    overflow: visible;
}

    .home .manager-fio .text-fio {
        /*width: 100%;*/
        display: inline-block;
        text-decoration: none;
        font-weight: 800;
        /*font-size: 16px;*/
        line-height: 20px;
        color: #000000;
        white-space: nowrap;
    }

.home .manager-role {
    width: 100%;
    height: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-logo-red);
    text-align: start;
}

.home .manager-contacts {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3px 0px 0px;
    gap: 3px;
    height: 63px;
}

.home .contact-phone {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 4px;
    height: 18px;
}

.home .contact-email {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: start;
    align-items: center;
    padding: 0px;
    gap: 6px;
    height: 18px;
    width: 100%;
    /*overflow: hidden;*/
    overflow: visible;
}

    .home .contact-email .text-email {
        /*width: calc(100% - 12px - 6px);*/
        display: inline-block;
        text-decoration: none;
        color: black;
        white-space: nowrap;
    }

        .home .contact-email .text-email:hover,
        .home .contact-messenger .contact-login:hover {
            color: var(--color-logo-red);
        }

.home .contact-messenger .contact-login.not-hover:hover {
    color: inherit;
}

.home .contact-messenger {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 6px;
    height: 18px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

    .home .contact-messenger span a {
        color: #000;
        text-decoration: none;
    }