ul.social-pane-list a.not-active
{
    padding: 20px 17px;
    display: block;
    background: transparent;
}
ul.social-pane-list a.not-active:hover
{
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ul.social-pane-list a.not-active:hover svg
{
    fill: #9ca7b7;
}
.ajax-loader
{
    padding-top: 38px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    display: none;
    /*margin-left: calc(50% - 16px);*/
    /*flex-basis: 100%;*/
    width: 100%;
    flex: none;
    text-align: center;
}
.news-index-incut__more
{
    margin: 0 auto;
}
.news-menu-active
{
    background: #cc193d;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #cc193d;
    box-shadow: inset 0 0 0 2px #cc193d;
}
.title-all-width h1
{
    max-width: initial;
    max-width: none;
}
.about-employee-photos-slider-vartical-item img
{
    cursor:pointer;
}
.subscribe-error
{
    color: #cc193c;
    border-color:  #cc193c;
}
.search-error
{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
}
.search-error span
{
    color: #cc193c;
}
.active-v-slide
{
    display: block;
}
.inactive-v-slide
{
    display: none;
}
.disable-search
{
    display: none;
}
.g-recaptcha
{
    margin-bottom: 20px !important;
}

.service-pane-item__ico svg {
    fill: #fff;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width:480px) {
    .news-slider-pane-item__body img {
       min-width: auto;
    }
}

@media only screen and (max-width:780px) {
    .news-slider-pane-item__body img {
       min-width: auto;
    }
}
