

/* Start:/press/press-sluzhba/style.css?16981317464993*/
.widget-links--right {
    text-align: right
}

.widget-links li {
    margin-bottom: .875em
}

.widget-links a {
    color: #425177;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.widget-links a:hover {
    color: #009dec
}

.widget-contact {
    margin-bottom: 30px
}

.widget-contact .widget-title {
    margin-bottom: 3px;
}

.widget-text {
    font-size: 24px;
    padding-bottom: 6px
}

.widget-text a {
    color: #009dec;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.widget-text a:hover {
    color: #425177
}


.btn-secondary {
    color: #fff;
    background-color: #50555a;
    border-color: #50555a;
    min-width: 300px;
}
.person-card {
    position: relative;
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    background: #edf0f3;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease,-webkit-box-shadow .3s ease
}

.person-card:hover {
    color: #425177;
    -webkit-box-shadow: 0 7px 10px rgba(0,0,0,.5);
    box-shadow: 0 7px 10px rgba(0,0,0,.5)
}

.person-card__image {
    width: 100%;
    height: 333px;
    overflow: hidden
}

.person-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.person-card__text {
    position: absolute;
    bottom: -65px;
    left: 8px;
    right: 8px;
    background-color: #425177;
    text-align: center;
    color: #fff;
    padding: 16px;
    z-index: 2
}
.person-card__text a {color: #fff}
.person-card__name {
    font-family: Roboto-Condensed;
    font-weight: 700
}

.person-card__status {
    font-size: 12px
}

.person-card .icon-cross {
    position: absolute;
    top: 9px;
    right: 10px
}

.modal-block {
    padding: 30px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #edf0f3;
    display: none;
    max-width: 800px;
    width: 100%;
    overflow-x: hidden;
    -webkit-box-shadow: 0 6px 32px -6px #425177;
    box-shadow: 0 6px 32px -6px #425177
}

.modal-block__inner {
    position: relative;
    width: 100%
}

.modal-block .fancybox-button.fancybox-close-small {
    padding: 0;
    opacity: 1;
    display: none
}

.modal-block .button-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5
}

.fancybox-active {
    height: 100%
}

.fancybox-slide--current .modal-block {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.person-modal,.text-modal {
    padding-right: 40px
}

.person-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.person-modal__image {
    padding: 0 10px;
    width: 40%
}

.person-modal__content {
    padding: 0 10px;
    width: 58%;
    min-height: 250px;
    position: relative;
    max-height: 460px;
    overflow-x: hidden;
    overflow-y: auto
}

.person-modal__content:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: -webkit-gradient(linear,left bottom,left top,from(#edf0f3),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(bottom,#edf0f3 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg,#edf0f3,rgba(0,0,0,0));
    z-index: 3
}

.person-modal__content .scroll-content {
    padding-bottom: 30px
}

.person-modal__content .scrollbar-track {
    opacity: 1;
    background: rgba(0,0,0,0)
}

.person-modal__content .scrollbar-track-y {
    width: 2px
}

.person-modal__content .scrollbar-thumb {
    width: 2px;
    background: rgba(66,81,119,.6);
    border-radius: 0
}

.person-modal__name {
    font-size: 24px;
    margin-bottom: 15px
}

.person-modal__name,.person-modal__status {
    font-family: Roboto-Condensed;
    line-height: 1.1;
    font-weight: 700
}

.person-modal__status {
    margin-bottom: 30px
}

.person-modal__descr p,.person-modal__descr ul {
    margin-bottom: 24px
}

.person-modal__descr ul li {
    font-size: 14px;
    position: relative;
    padding-left: 16px;
    margin-bottom: 2px
}

.person-modal__descr ul li:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #425177;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    left: 0;
    top: 8px
}
.icon-cross {
    background: url(/upload/cross.svg) 50% 50% no-repeat;
    display: block;
    width: 30px;
    height: 30px
}

/* End */
/* /press/press-sluzhba/style.css?16981317464993 */
