

/* Start:/local/templates/interneuro/components/bitrix/news.detail/medicine/style.css?17394344427728*/
.expert-columns {
    --text-color: #A7A7A7;
}

.expert-columns {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

section {
    padding-top: 20px;
    margin-top: -20px;
}

.column-basic {
    width: 76%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
}

.column-page-nav {
    width: 24%;
    color: var(--text-color);
    border-radius: 8px;
    max-height: 343px;
    margin-left: 24px;
    z-index: 900;
}

.column-page-nav ul li a.active {
    color: var(--project-color);
}

.pd__banner {
    height: 440px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.pd__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.pd__menu {
    position: sticky;
    top: 100px;
    min-height: 440px;
    border-radius: 8px;
}

.pd__menu2 {
    padding-top: 95px;
}

.pd__menu ul {
    width: 100%;
    min-height: 100%;
    border-radius: 8px;
    background-color: #FAFAFA;
    padding: 32px 26px;
    overflow-y: hidden;
}

.pd__menu ul li {
    list-style-type: none;
}

.pd__menu * + * {
    margin-top: 16px;
}

.pd__menu a {
    display: block;
    color: var(--text-color);
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 124%;
}

.pd__menu li.active a {
    font-weight: 600;
    color: var(--project-color);
}


.pd__basic {
    display: flex;
    margin-bottom: 80px;
}

.pd__basicImg {
    width: 43%;
    height: 440px;
    margin-right: 23px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: flex;
    padding: 55px;
    justify-content: center;
    overflow: hidden;
}

.pd__basicImg img {
    object-fit: contain;
    width: 100%;
}

.pd__title {
    position: relative;
}

.pd__p1 {
    font-size: 16px;
    line-height: 124%;
    color: var(--text-color);
    margin: 24px 0 8px;
}

.pd__p1:first-child {
    margin-top: 0;
}

.pd__title a, .pd__about a {
    font-size: 20px;
    line-height: 124%;
    text-decoration-line: underline;
}

.pd__manufacturer {
    position: absolute;
    bottom: 0;
    left: 0;
}

.pd__manufacturer div {
    width: 188px;
    height: 116px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: flex;
    padding: 21px;
    justify-content: center;
    overflow: hidden;
}

.pd__manufacturer img {
    object-fit: contain;
    width: 100%;
}

.pd__about {
    display: flex;
}

.pd__logo {
    width: 294px;
    height: 208px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: flex;
    padding: 30px;
    justify-content: center;
    overflow: hidden;
}

.pd__logo img {
    object-fit: contain;
    width: 100%;
}

.pd__about > * + * {
    margin-left: 24px;
}

.pb__video {
    width: 100%;

}


.column-basic h2 {
    margin: 80px 0 16px;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #1D1D1D;
}

@media (max-width: 1199px) {
    .pd__basicImg {
        width: 60%;
        padding: 27px;
    }
}

@media (max-width: 991px) {
    .pd__banner {
        height: 340px;
        margin-bottom: 16px;
    }

    .expert-columns {
        flex-direction: column;
    }

    .column-basic {
        order: 2;
        width: 100%;
    }

    .pd__basic {
        flex-direction: column;
        margin: 24px 0 64px;
    }

    .pd__basicImg {
        width: 100%;
        height: 280px;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .pd__manufacturer {
        position: static;
        padding-top: 16px;
    }

    .pd__manufacturer div {
        width: 100%;
        height: 200px;
        border: 1px solid #DDDDDD;
        border-radius: 8px;
        display: flex;
        padding: 21px;
        justify-content: center;
        overflow: hidden;
    }

    .pd__manufacturer img {
        object-fit: contain;
        width: 100%;
    }

    .pd__about {
        flex-direction: column;
    }

    .pd__logo {
        width: 100%;
        height: 200px;

    }

    .pd__about > * + * {
        margin-left: 0;
        margin-top: 24px;
    }

    .pd__menu {
        order: 1;
        width: 100vw;
        min-height: auto;
        margin-bottom: 16px;
        margin-left: 0;
        padding: 0 calc((100vw - 100%) / 2);
        overflow: hidden;
        border-radius: 0;
        background-color: #FAFAFA;
        margin: 0 calc(((100vw - 100%) / 2) * -1) 16px;
    }

    .pd__menu2 {
        padding-top: 95px;
        box-shadow: 0px 4px 15px rgb(0 0 0 / 20%);
    }

    .pd__menu ul {
        display: flex;
        width: 100%;
        overflow: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 20px 0;
        margin-bottom: -20px;
    }

    .pd__menu ul li {
        display: inline-block;
        white-space: nowrap;
        margin-top: 0;
        padding: 20px 8px;
    }
}

@media (max-width: 575px) {
    .column-basic {
        font-size: 15px;
        line-height: 120%;
    }

    .column-basic h2 {
        margin: 48px 0 8px;
        font-size: 24px;
        line-height: 26px;
    }

    .pd__basicImg {

        height: 214px;
    }

    .pd__p1 {
        font-size: 12px;
        line-height: 14px;
        margin: 16px 0 4px;
    }

    .pd__title a, .pd__p1 a {
        font-size: 15px;
        line-height: 120%;
    }

    .pd__menu {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;

    }

    .pd__manufacturer div, .pd__logo {
        height: 120px;

        padding: 30px;

    }

}


.slide {
    position: relative;
    display: block;
    height: 344px;
    margin: 0 auto;
    padding: 0 24px 14px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    transition: 0.2s ease-in-out;
}

.slide:hover {
    padding: 0 24px 18px;
    border-color: #29767E;
}

.slide:hover .slide__image {
    border-color: #29767E;
}

.slide:hover .slide__author,
.slide:hover .slide__name {
    color: var(--project-color-hover);
}

.slide__image {
    width: calc(100% + 50px);
    height: 212px;
    margin: -1px -25px 11px;
    align-content: center;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: initial;
    transition: border-color 0.2s;
}

.slide__author,
.slide__name,
.slide__tags {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: color 0.2s;
    color: #989898;
}

.slide__author {
    max-height: 17px;
    margin: 0 0 8px;
}

.slide__name {
    min-height: 25px;
    max-height: 75px;
    -webkit-line-clamp: 3;
    font-size: 20px;
    font-weight: 600;
    line-height: 124%;
    color: #2C2C2C;
    align-content: center;
}

.slide__tags {
    max-height: 17px;
    margin-top: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slide {
        height: 250px;
    }

    .slide__image {
        height: 140px;
    }

    .slide__name {
        font-size: 16px;
        line-height: 17px;
    }
}

@media (max-width: 350px) {
    .slide {
        height: 250px;
    }

    .slide__image {
        height: 140px;
    }

    .slide__name {
        font-size: 16px;
        line-height: 17px;
    }
}

iframe,
embed,
object {
    max-width: 100%;
    max-height: 100%;
}


.slide-content {
    padding-bottom: 56.25%;
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    width: 100%;
    overflow: hidden;
}

.slide-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* End */


/* Start:/local/templates/interneuro/components/bitrix/menu/pagemenu/style.css?17394344421873*/
.pagemenu-column {
    --text-color: #A7A7A7;
}

.pagemenu-column {
    position: sticky;
    top: 70px;
    min-height: 440px;
    max-height: 343px;
    border-radius: 8px;
    color: var(--text-color);
    margin-left: 24px;
    z-index: 90;
}

.pagemenu-column * + * {
    margin-top: 16px;
}

.pagemenu ul {
    width: 100%;
    border-radius: 8px;
    background-color: #FAFAFA;
    padding: 32px 22px;
    overflow-y: hidden;
}

.pagemenu li {
    list-style-type: none;
}

.pagemenu a {
    display: block;
    color: var(--text-color);
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 124%;
    transition: text-shadow 0.3s;
}

.pagemenu a:hover {
    color: var(--text-color);
}

.pagemenu li a.active {
    color: var(--project-color);
    text-shadow: 0 0 1px var(--project-color);
}

@media (max-width: 991px) {
    .pagemenu-column {
        order: 1;
        width: 100vw;
        min-height: auto;
        padding: 0 calc((100vw - 100%) / 2);
        overflow: hidden;
        border-radius: 0;
        background-color: #FAFAFA;
        margin: 0 calc(((100vw - 100%) / 2) * -1) 16px;
    }

    .pagemenu ul {
        display: flex;
        width: 100%;
        overflow: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 20px 0;
        margin-bottom: -20px;
    }

    .pagemenu li {
        display: inline-block;
        white-space: nowrap;
        margin-top: 0;
        padding: 20px 8px;
    }
}

@media (max-width: 990px) {
    .s-home {
        padding-top: 73px !important;
    }

    .pagemenu {
        width: 100%;
    }

    .pagemenu-column {
        position: fixed;
        left: 0;
        top: 70px;
    }
    .pagemenu li {
        padding: 20px 15px 20px 15px;
    }
    .s-breadcrumb {
        margin-top: 10px;
    }
}
/* End */
/* /local/templates/interneuro/components/bitrix/news.detail/medicine/style.css?17394344427728 */
/* /local/templates/interneuro/components/bitrix/menu/pagemenu/style.css?17394344421873 */
