
.sticky-column.is_stuck {
    margin-top: 30px;
}

.sticky-column.is_stuck .avatar {
    margin-top: 0;
}

@media only screen and (max-width: 1200px) {
    .sidebar {
        margin-bottom: 1.875rem;
    }
}

@media only screen and (max-width: 580px) {
    .sidebar {
        margin-bottom: .9375rem;
    }
}

.sidebar .avatar {
    margin-top: -8rem;
    margin-bottom: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease-in-out;
}

.sidebar__user-name {
    font-family: "Merriweather", serif;
    margin-bottom: .9rem;
}

.sidebar__info {
    padding-top: 1.6rem;
}

@media only screen and (max-width: 1200px) {
    .sidebar__info {
        text-align: center;
    }
}

@media only screen and (max-width: 580px) {
    .sidebar__info {
        padding-top: 1.3rem;
        padding-bottom: 1.5rem;
    }
}

.sidebar .btn {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .sidebar .btn {
        width: auto;
    }
}

.avatar--180 {
    max-height: 180px;
    max-width: 180px;
    height: 180px;
    width: 180px;
    filter: drop-shadow(0 2px 8px rgba(134, 151, 168, 0.15)) drop-shadow(0 8px 32px rgba(134, 151, 168, 0.15));
}

.avatar--80 {
    max-height: 80px;
    max-width: 80px;
    filter: drop-shadow(-2.5px 0 0 #fff) drop-shadow(3px 0 0 #fff) drop-shadow(0 -2px 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 4px 4px rgba(134, 151, 168, 0.25)) drop-shadow(0 8px 8px rgba(134, 151, 168, 0.4));
}

.avatar__box {
    -webkit-clip-path: url(#avatar-box);
    clip-path: url(#avatar-box);
}

.avatar__hexagon {
    -webkit-clip-path: url(#avatar-hexagon);
    clip-path: url(#avatar-hexagon);
}

.avatar image {
    height: 100%;
    width: 100%;
}

.title--h1 {
    font-size: 2rem;
    margin-bottom: 1.1rem;
}

@media only screen and (max-width: 580px) {
    .title--h1 {
        font-size: 1.75rem;
    }
}

.title--h2 {
    font-size: 1.75rem;
}

@media only screen and (max-width: 580px) {
    .title--h2 {
        font-size: 1.5rem;
    }
}

.title--h3 {
    font-size: 1.5rem;
    margin-bottom: 1.4rem;
}

@media only screen and (max-width: 580px) {
    .title--h3 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
}

.title--h4 {
    font-size: 1.25rem;
    margin-bottom: .8rem;
}

@media only screen and (max-width: 580px) {
    .title--h4 {
        font-size: 1rem;
    }
}

.title--h5 {
    font-size: 1rem;
}

@media only screen and (max-width: 580px) {
    .title--h5 {
        font-size: .937rem;
    }
}

.title--h6 {
    font-size: .75rem;
}

.title--center {
    text-align: center;
}

.title--tone {
    color: #0045FF;
}

.title-icon {
    margin-right: .5rem;
    margin-top: -4px;
    height: 2.5rem;
    width: 2.5rem;
}

@media only screen and (max-width: 580px) {
    .title-icon {
        height: 2.0833333333rem;
        width: 2.5rem;
    }
}

.title__separate {
    margin-bottom: 2.3rem;
    position: relative;
}

.title__separate::before {
    content: '';
    background-color: #0045FF;
    border-radius: .5rem;
    height: 4px;
    position: absolute;
    bottom: -1.1rem;
    left: 0;
    width: 3.12rem;
    z-index: 1;
}

@media only screen and (max-width: 580px) {
    .title__separate {
        margin-bottom: 1.5rem;
    }

    .title__separate::before {
        height: 2px;
        bottom: -.6rem;
        width: 3rem;
    }
}

.box-inner {
    background-color: #F8FAFB;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 580px) {
    .box-inner {
        padding-top: 1.2rem;
        padding-bottom: 1rem;
    }
}

.box-inner::before, .box-inner::after {
    content: '';
    background-color: #F8FAFB;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1.875rem;
    z-index: -1;
}

@media only screen and (max-width: 580px) {
    .box-inner::before, .box-inner::after {
        width: 1rem;
    }
}

.box-inner::before {
    left: -1.875rem;
}

@media only screen and (max-width: 580px) {
    .box-inner::before {
        left: -1rem;
    }
}

.box-inner::after {
    right: -1.875rem;
}

@media only screen and (max-width: 580px) {
    .box-inner::after {
        right: -1rem;
    }
}

.box-inner--rounded::before {
    border-radius: 0 0 0 0.937rem;
}

.box-inner--rounded::after {
    border-radius: 0 0 0.937rem 0;
}

.box-inner--white {
    background-color: #fff;
}

.box-inner--white::before, .box-inner--white::after {
    background-color: #fff;
}

.contacts-block {
    font-size: .937rem;
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.3rem;
}

@media only screen and (max-width: 1200px) {
    .contacts-block {
        margin-bottom: .5rem;
    }
}

@media only screen and (max-width: 580px) {
    .contacts-block {
        margin-bottom: 1rem;
        font-size: 1rem;
    }
}

.contacts-block__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
    .contacts-block__item {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 1.5rem;
    }
}

.contacts-block__item a {
    color: #44566C;
    text-decoration: none;
}

.contacts-block__item a:hover {
    color: #0045FF;
}

.contacts-block .font-icon {
    font-size: 18px;
    margin-right: .875rem;
}

.box {
    background-color: #fff;
    border-radius: 0.937rem;
    box-shadow: 0px 24px 40px rgba(134, 151, 168, 0.25);
    padding: 1.875rem;
    position: relative;
    transition: box-shadow .3s ease-in-out;
}

@media only screen and (max-width: 580px) {
    .box {
        padding: 1rem;
    }
}

.box::before {
    content: '';
    box-shadow: 0px 24px 40px rgba(134, 151, 168, 0.15);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1rem;
    width: 86%;
    z-index: -1;
}

.box__second {
    background-color: #fff;
    border-radius: 0.937rem;
    box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);
}

@media only screen and (max-width: 580px) {
    .box__second {
        border-radius: 0.6246666667rem;
    }
}

.box-inner {
    background-color: #F8FAFB;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 580px) {
    .box-inner {
        padding-top: 1.2rem;
        padding-bottom: 1rem;
    }
}

.box-inner::before, .box-inner::after {
    content: '';
    background-color: #F8FAFB;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1.875rem;
    z-index: -1;
}

@media only screen and (max-width: 580px) {
    .box-inner::before, .box-inner::after {
        width: 1rem;
    }
}

.box-inner::before {
    left: -1.875rem;
}

@media only screen and (max-width: 580px) {
    .box-inner::before {
        left: -1rem;
    }
}

.box-inner::after {
    right: -1.875rem;
}

@media only screen and (max-width: 580px) {
    .box-inner::after {
        right: -1rem;
    }
}

.box-inner--rounded::before {
    border-radius: 0 0 0 0.937rem;
}

.box-inner--rounded::after {
    border-radius: 0 0 0.937rem 0;
}

.box-inner--white {
    background-color: #fff;
}

.box-inner--white::before, .box-inner--white::after {
    background-color: #fff;
}

.weight--500 {
    font-weight: 500;
}


.news-item {
    margin-bottom: 1.875rem;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
    width: calc(50% - 30px);
}

@media only screen and (max-width: 992px) {
    .news-item {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .news-item {
        margin-bottom: 1rem;
    }
}

.news-item:hover .news-item__image-wrap::before, .news-item:hover .news-item__image-wrap::after {
    opacity: 1;
}

.news-item:hover {
    box-shadow: 0px 12px 20px rgba(134, 151, 168, 0.15);
}

.news-item__image-wrap {
    overflow: hidden;
    border-radius: 0.937rem 0.937rem 0 0;
    height: 14rem;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .news-item__image-wrap {
        height: 18rem;
    }
}

@media only screen and (max-width: 580px) {
    .news-item__image-wrap {
        height: 12rem;
    }
}

.news-item__image-wrap::before {
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.news-item__image-wrap::after {
    content: '';
    background-image: url(../image/icon-news.svg);
    height: 2.5rem;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity .5s ease-in-out;
    width: 2.5rem;
    z-index: 2;
}

.news-item__date {
    background-color: #fff;
    color: #5F6F81;
    border-radius: 0 10px 0 0;
    font-size: .875rem;
    padding-left: .8rem;
    padding-right: .8rem;
    padding-bottom: .2rem;
    padding-top: .3rem;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.news-item__link {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.news-item__caption {
    padding: 1.875rem 1.875rem .5rem;
}

@media only screen and (max-width: 580px) {
    .news-item__caption {
        padding: 1.2rem 1rem 0;
    }
}

.news-item .title {
    font-family: "Merriweather", serif;
}

.news-item p {
    color: #5F6F81;
    line-height: 1.5;
}

@media only screen and (max-width: 580px) {
    .news-item p {
        font-size: .937rem;
    }
}

.overlay {
    position: relative;
}

.overlay::before, .overlay--45::before, .overlay--80::before {
    content: '';
    background-color: rgba(68, 86, 108, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.overlay--45::before {
    background-color: rgba(68, 86, 108, 0.45);
}

.overlay--80::before {
    background-color: rgba(68, 86, 108, 0.8);
}

.cover {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    height: 100%;
    width: 100%;
}

.news-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (max-width: 992px) {
    .news-grid {
        margin-left: 0;
        margin-right: 0;
    }
}

.badge--gray {
    background-color: #F0F0F6;
    color: #44566C;
}

.show-partner-section{
    display: none;
}
.pdf-section{
    display: none;
}