

/* Start:/local/templates/interneuro/components/bitrix/system.pagenavigation/.default/style.css?17708894892310*/
.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/components/medigit/webbook.book.list/templates/.default/style.css?17708894874466*/
*{
    margin: 0;
    padding: 0;
}
:root{
    --site-base-color: #29767E;
    --site-bg-color: #fafafa;
}
.web-books__containers {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 120px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}
.web-books__item {
    position: relative;
    width: 100%;
    max-width: calc(50% - 16px / 2);
    padding: 16px;
    padding-right: 32px;
    background-color: var(--site-bg-color);
    border: 1px solid var(--site-bg-color);
    border-radius: 8px;
    text-decoration: none;
    color: #2C2C2C;
    transition: border-color 0.4s, color 0.4s;
}
.web-books__item:hover{
    color: var(--site-base-color);
    border-color: var(--site-base-color);
}
.web-books__images{
    width: 100%;
    height: 338px;
    padding: 31px 52px;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--site-bg-color);
    background-color: var(--site-bg-color);
    transition: border-color 0.4s;
}
.web-books__item .web-books__images{
    width: 319px;
    height: 400px;
    padding-right: 43px;
    float: left;
}
.web-books__subtitle{
    max-height: 95px;
    margin: 16px 0 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;  
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
}
.web-books__item .web-books__subtitle{
    margin: 31px 0 8px;
    max-height: 171px;
   -webkit-line-clamp: 7;
}
.web-books__description{
    max-height: 60px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;    
}
.web-books__new{
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: var(--site-base-color);
    color: #fff;
}
.web-books__button-sm{
    position: relative;
    display: block;
    padding: 14px 40px;
    margin: 48px auto;
    border: 1px solid var(--site-base-color);
    border-radius: 6px;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--site-base-color);
}
.web-books__button-sm:hover{
    background-color: rgba(0, 0, 0, 0.03);
}
.web-books__button-sm:active{
    top: 1px;
    left: 1px;
}

@media (max-width: 1199px){
    .web-books__item{
        padding-right: 25px;
    }
    .web-books__images{
        height: 250px;
        padding: 17px 34px;
    }
    .web-books__item .web-books__images{
        width: 240px;
        height: 285px;
        padding-right: 30px;
    }
    .web-books__subtitle{
        font-size: 18px;
        line-height: 20px;  
    }
    .web-books__item .web-books__subtitle{
        margin: 17px 0 8px;
        max-height: 140px;
    }
}
@media (max-width: 991px){
    .web-books__item {
        max-width: 100%;
    }
    .web-books__button-sm:hover{
        background-color: transparent;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .web-books__item .web-books__subtitle{
        font-size: 20px;
        line-height: 24px;  
    }
}
@media (max-width: 767px){
    .web-books__images{
        height: 280px;
    }
}
@media (max-width: 500px){
    .web-books__item{
        margin-top: 24px;
    }
    .web-books__item:first-child{
        margin-top: 0;
    }
    .web-books__item{
        padding-right: 2px;
    }
    .web-books__item:hover,
    .web-books__item:hover .web-books__images{
        color: #2C2C2C;
        border-color: var(--site-bg-color);
    }
    .web-books__images{
        height: 55vw;
        padding: 15px 22px;
    }
    .web-books__item .web-books__images{
        width: 150px;
        height: 200px;
        padding: 15px;
    }
    .web-books__subtitle{
        margin: 8px 0 4px;
        font-size: 15px;
        line-height: 18px;
        max-height: 72px;
    }
    .web-books__item .web-books__subtitle{
        margin-top: 15px;
    }

    .web-books__description{
        margin-top: 4px;
        font-size: 12px;
        line-height: 15px; 
    }
    .web-books__new{
        top: 16px;
        left: 16px;
        font-size: 10px;
        line-height: 12px;
    }
    .web-books__button-sm{
        width: 100%;
        margin: 24px auto;
        font-size: 15px;
        line-height: 19px;
    }
}
/* End */
/* /local/templates/interneuro/components/bitrix/system.pagenavigation/.default/style.css?17708894892310 */
/* /local/components/medigit/webbook.book.list/templates/.default/style.css?17708894874466 */
