.socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 35px;
    margin-bottom: 20px;
}

.socialsHolder {
    position: relative;
}

.socials_item {
    color: #bbbdbf;
    transition: color 0.2s ease-in-out;
}

.socials_item:hover {
    color: #000;
}

.common-tabs__nav-item {
    cursor: pointer;
}

.common-tabs__panes-wrap {
    position: relative;
}

.common-tabs__pane {
    display: none;
}

.common-tabs__pane.active {
    display: block;
}

.common-tabs--type1 .common-tabs__nav {
    margin: 0 -30px;
    padding: 0 30px;
    text-align: center;
    overflow: auto;
    transform: translateY(-100%);
}

.common-tabs--type1 .common-tabs__nav ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 4px 0;
    padding: 2px;
    list-style: none;
    border-radius: 30px;
    background: #f0f0f0;
}

.common-tabs--type1 .common-tabs__nav-item {
    margin: 0 4px;
    padding: 14px 24px;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    color: #767779;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.common-tabs--type1 .common-tabs__nav-item:hover {
    opacity: 1;
}

.common-tabs--type1 .common-tabs__nav-item.active {
    background: #fff;
    color: #bb8b62;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.common-tabs--type1 .common-tabs__nav-item:first-child {
    margin-left: 0;
}

.common-tabs--type1 .common-tabs__nav-item:last-child {
    margin-right: 0;
}

.common-acc__control {
    display: none;
}

.common-acc__control:checked~.common-acc__inner .common-acc__body {
    display: block;
}

.common-acc__body {
    display: none;
}

.common-acc--grey {
    margin: 0 0 8px;
    padding: 16px;
    background: #f8f8f8;
    border-radius: 8px;
    --common-acc-indent: 82px;
}

.common-acc--grey .common-acc__control:checked~.common-acc__inner .common-acc__header:before {
    transform: rotate(-135deg) translate(-4px, -4px);
}

.common-acc--grey .common-acc__header {
    position: relative;
    padding: 0 25px 0 0;
    font-size: 16px;
    line-height: 1.5em;
    cursor: pointer;
}

.common-acc--grey .common-acc__header:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 6px;
    width: 10px;
    height: 10px;
    border: solid #28292d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: transform 0.5s ease;
}

.common-acc--grey .common-acc__body {
    margin: 8px 0 0;
    padding: 0 var(--common-acc-indent);
    font-size: 16px;
    line-height: 2em;
}

.common-acc--grey .common-acc__indent-text {
    display: inline-block;
    width: var(--common-acc-indent);
    text-align: right;
}

.media-centre .row-cont {
    max-width: 1100px;
}

.media-centre .socials {
    margin: 20px 0;
}

.media-centre h1 {
    font-size: 56px;
    line-height: 1.2em;
    color: #000;
    text-align: left;
}

.media-centre h2 {
    margin: 0 0 32px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.media-centre h3 {
    margin-bottom: 16px;
    font-size: 24px;
}

.media-centre p {
    font-size: 16px;
}

.media-centre .thin {
    font-weight: 300;
}

.media-centre .link-simple {
    font-weight: inherit;
    color: inherit;
    text-decoration: underline;
}

.media-centre .banner {
    height: 359px;
    background: url(../../img/lp/media-centre/books.html) 100% 50% no-repeat;
    background-size: 607px auto, cover;
}

.media-centre .common-tabs__panes-wrap {
    min-height: 300px;
    padding-bottom: 10px;
}

.media-centre__about p {
    margin-bottom: 32px;
    font-size: 16px;
}

.media-centre__contacts-name {
    font-size: 24px;
    line-height: 1.66em;
}

.media-centre__contacts p {
    margin: 0 0 16px;
    line-height: 1.5em;
}

.media-centre .main-article-item {
    margin: 0 0 24px;
}

.media-centre .main-article-item p {
    margin: 8px 0;
}

.media-centre .main-article-item__title {
    margin: 0;
    font-size: 24px;
    line-height: 1.66em;
}

.media-centre .main-article-item__title:first-child {
    margin: 0 0 16px;
}

.media-centre .info-posted {
    margin: 0;
    font-size: 16px;
}

.media-centre .info-posted--top {
    margin: 0 0 8px;
    font-size: 13px;
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5),
(min-width: 768px) and (min-resolution: 144dpi) {
    .media-centre .banner {
        background: url(../../img/lp/media-centre/books%402x.html) 100% 50% no-repeat;
        background-size: 607px auto, cover;
    }
}

@media (min-width: 1024px) {
    .socialsVertical {
        position: absolute;
        height: 100%;
        left: -65px;
        top: 10px;
    }

    .socialsVertical .socials {
        position: sticky;
        top: 90px;
        left: -50px;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .common-acc--grey .common-acc__body {
        padding: 0;
    }

    .media-centre h1 {
        font-size: 32px;
    }

    .media-centre .banner {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 320px;
        background: url(../../img/lp/media-centre/books.html) 100% 50% no-repeat;
        background-size: 303px auto, cover;
    }
}