

/* Start:/local/templates/atmosfera_parus/components/bitrix/news.list/slider/style.css?17488690393528*/
.slider {
    margin: 0 auto;
    overflow: hidden;
    background-color: #e7edf3;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px
}

.slider__slide {
    height: 100%;
    width: 50%;
    float: left;
    position: relative
}

.slider__image {
    width: 50%;
    float: left;
    display: none
}

.slide__text {
    color: #2b5f93;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    min-height: 200px;
    display: none
}

.slide__text-title {
    color: var(--theme-color-blue);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.slide__text-descr{
    color: var(--theme-color-blue);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.slide__text-lang{
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 30px;
}

.slider__image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%
}

.slide__switcher {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    bottom: 20px
}

.slide__switcher:last-child {
    margin-right: 0
}

.slide__switcher-button {
    width: 12px;
    height: 12px;
    background-image: url(/local/templates/atmosfera_parus/components/bitrix/news.list/slider/images/sl-none.png);
    background-repeat: no-repeat;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block
}

.slide__switcher .button-active {
    background-image: url(/local/templates/atmosfera_parus/components/bitrix/news.list/slider/images/sl-active.png)
}

.slide-active {
    display: block !important
}

@media screen and (min-width: 1200px) {
    .slide__text {
        margin-top: 30px;
        padding-left: 81px;
        padding-right: 81px;
        max-height: 320px
    }

    .slide__switcher {
        margin-top: 30px
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
    .slider {
        width: 100%;
        max-width: 768px;
        background-color: #e7edf3
    }

    .slider__slide {
        width: 100%;
        height: 100%;
        overflow: hidden;
        float: left;
        z-index: 2;
        background-color: rgba(255, 255, 255, .8)
    }

    .slide__text {
        color: #2b5f93;
        font-size: 16px;
        width: 70%;
        max-height: 330px;
        line-height: 19px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 30px
    }

    .slider__image {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .slide__switcher {
        bottom: 10px
    }
}

@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {
    .slider {
        width: 100%
    }

    .slider__slide {
        padding: 30px 0;
        width: 320px;
        float: none;
        margin: 0 auto;
        box-sizing: border-box
    }

    .slide__text {
        font-size: 14px;
        width: 300px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        overflow: hidden
    }

    .slider__image {
        display: none !important
    }

    .slide__switcher {
        bottom: 5px
    }
}

.slide__text.fade.slide-active{
    opacity: 1;
}

/* End */


/* Start:/local/templates/atmosfera_parus/components/bitrix/system.pagenavigation/.default/style.css?1748869074982*/

.pagination-container-bootstrap .pagination {
    display: inline-block;
}

.pagination-container-bootstrap .page-link{
    color: #084372;
}

.pagination-container-bootstrap a.page-link:hover {
    color: #084372;
    color: none;
    border-radius: 18px;
}

.pagination-container-bootstrap .page-item {
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
}

.pagination-container-bootstrap .page-item .page-link {
    border: none;
}

.pagination-container-bootstrap .page-item.active .page-link {
    color: #084372;
    color: none;
    border-radius: 18px;
}

.pagination-container-bootstrap .page-item.active .page-link {
    z-index: 3;
    color: #084372;
    background-color: #C9E5F0;
    border: none;
}


.pagination-pagelinks .page-item{
    width: unset;
}

.pagination-pagelinks .page-item{
    width: unset;
}

.pagination-pagelinks span.page-link:hover{
    color: #084372;
    border-radius: unset;
    background-color: unset;
}
/* End */


/* Start:/local/templates/atmosfera_parus/components/bitrix/news.list/common/style.css?17488690321047*/

.news__item {
    width: 100%;
    height: 100%;
    overflow: hidden;

    display: flex;
    padding: 30px 30px 39px 30px;
    justify-content: center;
    border-radius: 8px;
    background: #FFF;

    color: #464545;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.news__item-date {
    background: url(/local/templates/atmosfera_parus/components/bitrix/news.list/common/images/news-date.png) no-repeat 0 50%;
    padding-left: 15px;
    color: #5E5D5D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.news__item-title {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    padding: 5px 0;
    margin-bottom: 5px;
    color: var(--theme-color-blue);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
}

a.news__item-link {
    color: var(--theme-color-blue);
    text-decoration: underline
}

.news__item-descr {

}

.news__item img.news__img {
    float: left;
    margin: 2px 1em 2em 0
}


/* End */
/* /local/templates/atmosfera_parus/components/bitrix/news.list/slider/style.css?17488690393528 */
/* /local/templates/atmosfera_parus/components/bitrix/system.pagenavigation/.default/style.css?1748869074982 */
/* /local/templates/atmosfera_parus/components/bitrix/news.list/common/style.css?17488690321047 */
