

/* Start:/local/templates/nadpo_visually/components/bitrix/news.list/photo_contacts/style.css?17748740701493*/
.contact_photo_list{
    /*background: rgba(255,255,255,0.7);*/
}
.contact_photo_list-item img{
    max-height: 343px;
    width: auto !important;
    margin: 0 auto;
}
.contact_photo_list__carousel__control{
    /*overflow: auto;*/
    /*padding: 15px;*/
    /*background: #102989;*/
    /*background: -moz-linear-gradient(left, #102989 0%, #153dd2 100%);*/
    /*background: -webkit-linear-gradient(left, #102989 0%,#153dd2 100%);*/
    /*background: linear-gradient(to right, #102989 0%,#153dd2 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102989', endColorstr='#153dd2',GradientType=1 );*/
}
.contact-photo--wrapper{
    position:relative;
}
.contact_photo_list__carousel__control__item{
    border: 1px solid white;
    border-radius: 41px;
    height: 41px;
    width: 41px;
    float: left;
    margin-right: 30px;
    background: url('/local/templates/nadpo_visually/./images/arrow_left.png') center no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    position:absolute;
    z-index: 10;
    top: 50%;
    margin-top: -20px;
}
.contact_photo_list__carousel__control .contact_photo_list__carousel__control__item:first-child {
    left: 15px;
}
.contact_photo_list__carousel__control .contact_photo_list__carousel__control__item:last-child {
    margin-right: 0;
    background: url('/local/templates/nadpo_visually/./images/arrow_right.png') center no-repeat;
    right: 15px;
}
/* End */


/* Start:/local/templates/nadpo_visually/components/bitrix/system.pagenavigation/.default/style.css?1774874070680*/
.nav-block{
    margin-top: 30px;
}
.nav-block>font>a,.nav-block>font>b{
    margin-left: 7px;
    margin-right: 7px;
    font-size: 16px;
}
.nav-block>font>a, .nav-block>font>a:visited{
    color: #102989;
}
.nav-block>font>a:hover, .nav-block>font>a:focus{
    color: #102989;
    text-decoration: underline;
}

.nav-block .pagination-text > a,
.nav-block .pagination-text > b {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 16px;
}

.nav-block .pagination-text > a,
.nav-block .pagination-text > a:visited {
    color: #102989;
}

.nav-block .pagination-text > a:hover,
.nav-block .pagination-text > a:focus {
    color: #102989;
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/nadpo_visually/components/bitrix/news.list/contacts_team/style.css?17748740703199*/
.contact_team_list-item{
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    max-width: 266px;
    width: 266px;
    background: #fff;
    padding: 15px 5px;
    border-bottom: 3px solid #102989;
    text-align: center;
    background-image: url("/local/templates/nadpo_visually/images/stylus.jpg");
    background-repeat: no-repeat;
    background-position: -120px -50px;
    background-size: 100%;
    display: block;
    text-decoration: none;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    cursor: pointer;
}
.contact_team_list-item:hover{
    text-decoration: none;
    background-color:#f2f2f2;
    background-image: url("/local/templates/nadpo_visually/images/stylus_white.png");
    cursor: pointer;
}
.contact_team_list-item:hover .contact_team_list-item_email{
    color:#6180e5;
}
.contact_team_list-item img{
    max-width: 151px;
    max-height: 151px;
    border-radius: 151px;
    position: relative;
    display: inline-block;
    margin: -36px auto 0;
}

.owl-carousel .contact_team_list-item img{
    max-width: 151px;
}

.contact_team_list-item_name{
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #3a3f47;
}
.contact_team_list-item_post {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #102989;

}
.contact_team_list-item_phrase{
    margin-top: 30px;
    font-size: 14px;
    color: #3a3f47;
}
.contact_team_list-item_email{
    margin-top: 45px;
    color:#102989;
    text-decoration: none;
    display: inline-block;
}
.contact_team_list__carousel__control__item{
    width: 26px;
    height: 26px;
    background: #fff;
    color:#3a3f47;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}
.contact-team--wrapper{
    position: relative;
}
.contact_team_list__carousel__control__item[data-direction="backward"]{
    left: -60px;
}
.contact_team_list__carousel__control__item[data-direction="forward"]{
    right: -60px;
}
.unselectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
.owl-dots{
    text-align: center;
    margin-top: 15px;
}
/*
.contact-team--wrapper .owl-dot {
    background-color: #bcbcbc !important;
    height: 5px;
    width: 5px;
    margin-right: 5px;
    border-radius: 5px;
}
.contact-team--wrapper .owl-dot.active {
    background-color: #102989 !important;
}
*/

.contact-team--wrapper .owl-dot, .contact-team--wrapper .owl-dot.active, #contactsTeam .contact_team_list .owl-carousel .owl-dot, #contactsTeam .contact_team_list .owl-carousel .owl-nav .owl-next, #contactsTeam .contact_team_list .owl-carousel .owl-nav .owl-prev { background: transparent; }
/* End */
/* /local/templates/nadpo_visually/components/bitrix/news.list/photo_contacts/style.css?17748740701493 */
/* /local/templates/nadpo_visually/components/bitrix/system.pagenavigation/.default/style.css?1774874070680 */
/* /local/templates/nadpo_visually/components/bitrix/news.list/contacts_team/style.css?17748740703199 */
