.wrapper_manager_items{
    display: flex;
}
.wrapper_manager_item{
    margin-right: 25px;
    max-width: 320px;
    border: 1px solid #CCCCCC;
}

.h2__blue{
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    color: #2F5B9C;
    margin-bottom: 20px !important;
}
.manager__name{
    padding: 15px;
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    background: #2F5B9C;
    cursor: pointer;
}
.manager__img img{
    width: 100%;
}
.manager__img{
    max-height: 297px;
    overflow: hidden;
}
.mt_50{
    margin-top: 50px;
}
.mb_50{
    margin-bottom: 50px;
}
.modal__manager{
    /*max-width: 900px;*/
    /*max-width: 1034px;*/
    max-width: 1060px !important;
    background: #FFFFFF;
}
.wrapper__modal_content{
    position: relative;
}

.wrapper__modal_content .img{
    width: 260px;
    height: 320px;
    overflow: hidden;
    margin-right: 30px;
    float: left;
}
.wrapper__modal_content .img img{
   width: 100%;

}
.modal__manager .name{
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #1C4075;
    margin-bottom: 10px;
}
.modal__manager .title__black{
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}
.modal__manager .title__grey{
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #838383;
    margin-bottom: 10px;
    margin-top: 10px;
}
.modal__manager .phone{
    font-size: 16px;
    margin-bottom: 10px;
}
.modal__manager .desc{
    font-size: 16px;
    text-align: left;
    padding-right: 10px;
    /*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;*/
}
.modal__manager .desc p {
    text-align: justify;
}
.modal__manager .scroll{
    height: 390px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
}
.wrapper__modal{
    padding: 35px;
}

.modal__manager .scroll::-webkit-scrollbar {
    width: 6px;               /* ширина scrollbar */
}
.modal__manager .scroll::-webkit-scrollbar-track {
    background: #F0F0F5;        /* цвет дорожки */
}
.modal__manager .scroll::-webkit-scrollbar-thumb {
    background-color: blue;    /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
    border: 3px solid #2F5B9C;  /* padding вокруг плашки */
}
.modal__manager .scroll {
    scrollbar-width: thin;          /* "auto" или "thin"  */
    scrollbar-color: #2F5B9C #F0F0F5;   /* плашка скролла и дорожка */
}
.wrapper__modal_content .close{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
}
.modal__manager{
    display: none;
}
.modal__manager .fancybox-close-small{
    display: none !important;
}
.modal__manager.fancybox-content{
    padding: 0px !important;
}

@media (max-width: 768px) {
    .manager__img {
        max-height: unset;
    }
    .wrapper_manager_item{
        width: 100%;
        max-width: unset;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .wrapper_manager_items{
        display: block;
    }
}

@media (max-width: 520px) {
    .desc p {
        text-align: left !important;
    }
}

.modal__manager .desc .circle{
    margin-bottom: 10px;
}

.modal__manager .desc .circle li{
    margin-left: 30px;
    position: relative;
}
.modal__manager .desc .circle li::before{
    display: block;
    position: absolute;
    content: " ";
    width: 7px;
    height: 7px;
    background: #2F5B9C;
    left: -14px;
    top: 10px;
    border-radius: 50%;
}

.modal__manager .desc .title_0{
    color: #1C4075;
    font-weight: 600;
    margin-bottom: 10px;
}
