

/* Start:/local/templates/interneuro/components/bitrix/system.pagenavigation/.default/style.css?17703904312310*/
.p-speakers-pager {
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    flex-wrap: wrap;
}
.p-speakers-pager-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    flex-wrap: wrap;
}
.p-speakers-pager-list li {
    margin: 0px 4px;
}

.p-speakers-pager-list li:last-child {
    margin-right: 0;
}
.p-speakers-pager-list li.active a {
    background: #29767E;
    color: #FFFFFF;
    border: 1px solid #29767E;
    pointer-events: none;
}
.p-speakers-pager-list li a {
    display: block;
    font-family: Myriad Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #2C2C2C;
    box-sizing: border-box;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    transition: .3s all;
}
.p-speakers-pager-list li a:hover {
    background: #FAFAFA;
    color: #2C2C2C;
}

.pagination-arrow {
    display: block;
    content: '';
    width: 42px;
    height: 42px;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #2C2C2C;
    border-radius: 8px;
}

.pagination-arrow-prev {
    background-image: url('/local/templates/interneuro/components/bitrix/system.pagenavigation/.default/img/pagination-arrow-l.svg');
    background-position-y: center;
    margin-right: 4px;
}

.pagination-arrow-prev:hover {
    background-image: url('/local/templates/interneuro/components/bitrix/system.pagenavigation/.default/img/pagination-arrow-l-hover.svg');
    background-color: #29767E;
    border-color: #29767E;
}

.pagination-arrow-next {
    background-image: url('/local/templates/interneuro/components/bitrix/system.pagenavigation/.default/img/pagination-arrow-r.svg');
    margin-left: 4px;
}

.pagination-arrow-next:hover {
    background-image: url('/local/templates/interneuro/components/bitrix/system.pagenavigation/.default/img/pagination-arrow-r-hover.svg');
    background-color: #29767E;
    border-color: #29767E;
}

@media (max-width: 768px) {
    .p-speakers-pager {
        margin-top: 32px !important;
    }

    .p-speakers-pager-list li a {
        font-size: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .pagination-arrow {
        width: 32px;
        height: 32px;
    }
}

/* End */


/* Start:/local/templates/interneuro/components/bitrix/news/news/bitrix/news.list/.default/style.css?17703904302349*/
/* News Styles */
.news-containers{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #2C2C2C;
}
.news-item{
    width: 23.5%;
    margin-bottom: 100px;
    margin-right: 2%;
    display: block;
    font-family: 'Myriad Pro';
}
.news-item:nth-child(4n){
    margin-right: 0;
}
.news__images{
    width: 100%;
    display: block;
    height: 181px;
    margin-bottom: 12px;
    object-fit: cover;
    border-radius: 6px;
}
.news__date{
    margin: 12px 0;
    line-height: 19px;
    color: #8A8A8A;
}
.news__subtitle{
    max-height: 93px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;   
    color: #2C2C2C !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
}
.news__descriptions{
    max-height: 60px;
    margin-top: 12px;
    line-height: 20px;
    color: #8A8A8A;   
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;          
}
.news__descriptions p {
    font-size: 16px;
    line-height: 20px;
    color: #8A8A8A !important; 
}
.news__button-sm{
    display: block;
    padding: 10px 22px;
    margin: 50px auto;
    border: 2px solid rgba(221, 221, 221, 0.5);
    box-sizing: border-box;
    border-radius: 6px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 600;
}


@media (max-width: 1199px){
    .news__images{
        height: 140px;
    }
}
@media (max-width: 991px){
    .news-item{
        width: 30.6%;
        margin-right: 4%;
    }
    .news-item:nth-child(4n){
        margin-right: 4%;
    }
    .news-item:nth-child(3n){
        margin-right: 0;
    }
}
@media (max-width: 767px){
    .news-item{
        width: 48%;
    }
    .news-item:nth-child(3n){
        margin-right: 4%;
    }
    .news-item:nth-child(2n){
        margin-right: 0;
    }
}
@media (max-width: 565px){
    .news-containers {
        padding-bottom: 40px;
    }
    .news-item{
        width: 100%;
        margin-right: 0;
    }
    .news-item:nth-child(3n){
        margin-right: 0;
    }
    .news__images{
        height: 180px;
    }
}

/* News Styles End */
/* End */
/* /local/templates/interneuro/components/bitrix/system.pagenavigation/.default/style.css?17703904312310 */
/* /local/templates/interneuro/components/bitrix/news/news/bitrix/news.list/.default/style.css?17703904302349 */
