

/* Start:/local/templates/rscf/components/bitrix/news.list/special-projects/style.css?1577389410162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/rscf/components/bitrix/news.list/news-slider/style.css?1750370114285*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

@media (min-width: 1200px) {

    .news-slider-title {
        width: calc(100% - 160px);
    }
}

/* End */


/* Start:/local/templates/rscf/components/bitrix/news.list/releases-hp-index/style.css?17526644161594*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

section.b-press.index-page {
    padding: 0px !important;
    margin-top: 0px !important;
    height: calc(100% - 55px);
    /*  background-color: white !important;*/
}

section.b-press.index-page .btn-wrapper {
    padding: 46px 0 !important;
}

section.b-press.index-page .b-section-title {
    margin: 10px 0
}

section.b-press.index-page .block {
    height: 100%;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-direction: column;
}

section.b-press.index-page .section-title {
    font-size: 22px;
}

section.b-press.index-page .press-container {
    padding: 0px !important;
}

section.b-press.index-page .btn {
    border: 1px solid #0071b0;
}

section.b-press.index-page .btn:hover {
    background: #0071b0 !important;
}


section.b-press.index-page .press-container .press-item {
    border-bottom: 1px solid #d6d5d6;
    border-top: none !important;
}

section.b-news .news-category:hover {
    color: #0071b0;
    text-decoration: underline;
}

.b-press.index-page .press-item {
    padding: 20px 10px;
}

.b-news .news-controll.btn-next {
    right: -20px;
}
.b-news .news-controll.btn-prev {
    left: -20px;
}
.b-press.index-page .press-item span {
    font-size: 18px;
}
@media (max-width: 1200px) {
    .b-press.index-page .press-item span {
        font-size: 15px;
    }
}


/* End */


/* Start:/local/templates/rscf/components/bitrix/news.list/news-tile-index/style.css?1750370114162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/moveup/news.list.item/templates/index/style.css?1750370114282*/
.news-item.index {
    background-color: #f5f5f5;
    padding: 20px;
    height: calc(100% - 20px);
}

.news-item.index:hover .background {
    background-color: white;
    height: 100%;
}

.news-item.index .news-category {
    color: #0071b0;
    font-weight: bold;
}
/* End */


/* Start:/local/templates/rscf/components/bitrix/news.list/statistics-list/style.css?1577389410162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/rscf/components/bitrix/news.list/digest-hp/style.css?1750370114510*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.digest-img img {
    width: -webkit-fill-available !important;
    max-width: 500px !important;
    max-height: 500px;
}

.digest-img-small {
    max-width: 100px;
}
.digest-img-small img {
    max-width: 100px;

}

.d-images {
    display: inline-flex !important;
    justify-content: center;
    gap: 10px;
}
/* End */


/* Start:/local/templates/rscf/components/bitrix/news.list/colors-science/style.css?17503701147452*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.colors-science {
    background: url("/local/templates/rscf/src/img/color_background.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.colors-science .section-title {
    color: white;
}

.colors-science-img-small {
    max-width: 100px;
}

.colors-science-img-small img {
    max-width: 100px;
}

.d-images {
    display: inline-flex !important;
    justify-content: center;
    gap: 10px;
}

/* Стили для двойного слайдера */
.colors-science-content-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    min-height: 250px;
}

.colors-science-images-slider {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
}

.colors-science-images-carousel {
    width: 250px;
    max-height: 295px;
}

.colors-science-images-carousel .slick-list {
    margin-bottom: 32px;
}

.colors-science-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.colors-science-img img {
    width: 250px !important;
    height: 250px !important;
    max-width: 250px !important;
    max-height: 250px !important;
    object-fit: cover;
    border-radius: 4px;
}

.colors-science-text-slider {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.colors-science-text-carousel {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.colors-science-text-slide {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.colors-science-text-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    flex: 1;
    overflow: hidden;
    word-wrap: break-word;
    padding: 20px 0;
}

.colors-science-text-info .news-text {
    color: white;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: auto;
    text-align: left;
    overflow: hidden;
    word-wrap: break-word;
    hyphens: auto;
    flex: 1;
}

.colors-science-text-info .news-author {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.4;
    text-align: right;
    margin-top: 20px;
    overflow: hidden;
    word-wrap: break-word;
    flex-shrink: 0;
}

.colors-science-desc .colors-science-block {
    padding: 53px 68px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.colors-science-slider .colors-science-block {
    padding: 53px 0 26px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.colors-science-block {
    text-align: center;
    color: white;
    border: 1px solid white;
    overflow: hidden;
}

/* Управление под картинкой */
.colors-science-images-slider .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 15px;
    width: 220px;
}

.colors-science-images-slider .controls .btn-prev {
    position: absolute;
    left: -15px;
    z-index: 10;
}

.colors-science-images-slider .controls .btn-next {
    position: absolute;
    right: -15px;
    z-index: 10;
}

.colors-science .content {
    font-size: 15px;
    padding: 20px 0;
    line-height: 21px;
}

.colors-science .colors-science-block.second {
    max-height: none;
    min-height: 450px;
    flex: 1;
}

.colors-science-slider {
    margin: auto;
}

.colors-science .colors-science-block.first {
    width: 400px;
}

.colors-science .colors-science-block {
    padding: 53px 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.colors-science .btn-transparent {
    color: white;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid white;
}

.colors-science-content-wrapper .controls a svg {
    stroke: #fff !important;
}

.colors-science-carousel-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    list-style-type: none;
    gap: 8px;
    padding: 0;
}

.colors-science-carousel-dots li {
    margin: 0;
}

.colors-science-carousel-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: grey;
    text-indent: -9999px;
}

.colors-science-carousel-navigators {
    height: 12px;
    width: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    transform: scale(1);
    outline: none;
    cursor: pointer;
}

.colors-science-carousel-dots .slick-active .colors-science-carousel-navigators {
    background-color: white;
}

@media (max-width: 1214px) {
    .colors-science-content-wrapper {
        gap: 20px;
    }
    .colors-science-images-slider {
        flex: 0 0 40%;
    }
}

@media (max-width: 991px) {
    .colors-science .row {
        flex-direction: column;
    }

    .colors-science .colors-science-block.first {
        width: 100%;
    }

    .colors-science-content-wrapper {
        flex-direction: row;
        padding: 10px;
        gap: 15px;
        flex-wrap: wrap;
    }

    .colors-science-images-slider {
        flex: 1 0 calc(50% - 8px);
        width: calc(50% - 8px);
        max-width: none;
        margin: 0;
    }

    .colors-science-images-carousel {
        width: 100%;
        max-height: 210px;
    }

    .colors-science-img {
        width: 100%;height: auto;
        max-width: none;
    }

    .colors-science-img img {
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }

    .colors-science-text-slider {
        flex: 1 0 calc(50% - 8px);
        width: calc(50% - 8px);
    }

    .colors-science-text-info {
        padding: 0;
    }

    .colors-science-text-info .news-text {
        font-size: 14px;
    }

    .colors-science-text-info .news-author {
        text-align: center;
        margin-top: 15px;
        font-size: 12px;
    }

    .colors-science-images-slider .controls {
        width: 200px;
        padding: 0 10px;
    }

    .colors-science-images-slider .controls .btn-prev {
        left: -20px;
    }

    .colors-science-images-slider .controls .btn-next {
        right: -20px;
    }

    .colors-science .colors-science-block.second {
        min-height: unset;
    }

    .colors-science-text-slider{
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .colors-science-content-wrapper {
        flex-direction: column;
    }

    .colors-science-images-slider {
        flex: 1 0 100%;
        width: 100%;
    }

    .colors-science-text-slider {
        flex: 1 0 100%;
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/rscf/components/bitrix/news.list/speech-hp/style.css?1577455405162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/rscf/components/bitrix/news.list/video-hp/style.css?1577389410162*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/rscf/components/bitrix/news.list/special-projects/style.css?1577389410162 */
/* /local/templates/rscf/components/bitrix/news.list/news-slider/style.css?1750370114285 */
/* /local/templates/rscf/components/bitrix/news.list/releases-hp-index/style.css?17526644161594 */
/* /local/templates/rscf/components/bitrix/news.list/news-tile-index/style.css?1750370114162 */
/* /local/components/moveup/news.list.item/templates/index/style.css?1750370114282 */
/* /local/templates/rscf/components/bitrix/news.list/statistics-list/style.css?1577389410162 */
/* /local/templates/rscf/components/bitrix/news.list/digest-hp/style.css?1750370114510 */
/* /local/templates/rscf/components/bitrix/news.list/colors-science/style.css?17503701147452 */
/* /local/templates/rscf/components/bitrix/news.list/speech-hp/style.css?1577455405162 */
/* /local/templates/rscf/components/bitrix/news.list/video-hp/style.css?1577389410162 */
