

/* Start:/local/templates/ru-drive/components/bitrix/news/charity/bitrix/news.detail/.default/style.css?17826447645420*/
.content h1 {
    text-transform: none !important;
}

.detail-page {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 65% 35%;
    /*display: -ms-grid;*/
    -ms-grid-template-columns: 65% 35%;
}

.detail-page > .item:last-child {
    padding-top: 50px;
}

.detail-page .nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -30px !important;
    z-index: 900;
}

.detail-page .nav .prev {
    position: absolute;
    left: 15px;
    cursor: pointer;
}

.detail-page .nav .prev svg {
    width: 40px;
    height: 40px;
}

.detail-page .nav .prev svg path {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    fill: #fff;
}

.detail-page .nav .prev svg circle {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    fill: rgba(255, 255, 255, 0.5);
}

.detail-page .nav .prev svg path {
    fill: #09a0a1;
}

.detail-page .nav .prev svg circle {
    fill: rgba(255, 255, 255, 0.9);
}

.detail-page .nav .next {
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.detail-page .nav .next svg {
    width: 40px;
    height: 40px;
}

.detail-page .nav .next svg path {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    fill: #fff;
}

.detail-page .nav .next svg circle {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    fill: rgba(255, 255, 255, 0.5);
}

.detail-page .nav .next svg path {
    fill: #09a0a1;
}

.detail-page .nav .next svg circle {
    fill: rgba(255, 255, 255, 0.9);
}

.detail-page .news-date-time {
    font-weight: 900;
    font-family: "Raleway", sans-serif;
    color: #757575;
    display: block;
    margin-bottom: 10px;
}

.detail-page .slider_photo {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

.detail-page .slider_photo .slide .item {
    outline: none;
}

.detail-page .slider_photo .slide img {
    max-width: 100%;
    margin: 0 auto;
}

.detail-page .slider_photo .nav {
    margin-top: 15px;
    margin-bottom: 30px;
}

.detail-page .slider_photo .nav .item {
    cursor: pointer;
    outline: none;
    margin: 0 5px;
}

.detail-page .slider_photo .nav img {
    max-width: 100%;
}

.detail-page .desc {
    color: #757575;
    line-height: 20px;
}

.detail-page .desc h2, .detail-page .desc h3 {
    margin-bottom: 15px;
    margin-top: 30px;
    color: #000;
}

.detail-page .desc ul {
    margin: 20px;
}

.detail-page .desc ul li {
    padding-left: 30px;
    position: relative;
    line-height: 20px;
    margin-bottom: 15px;
}

.detail-page .desc ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #09a0a1;
}

.detail-page .desc p {
    color: #757575;
    line-height: 20px;
    margin-bottom: 10px;
}

.projects .icon {
    position: relative;
}

.projects .icon > span {
    display: block;
    position: absolute;
    top: 65px;
    left: 20px;
    height: 140px;
    width: 2px;
    background: #09a0a1;
}

.projects svg {
    top: -56px;
    left: 0;
    position: absolute;
    width: 40px;
}

.projects h2 {
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 20px;
}

.projects .desc {
    color: #757575;
    min-height: 135px;
    padding-top: 20px;
}

.projects .desc h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

.projects .desc ol {
    margin: 0;
    padding: 0;
}

.projects .desc ol li {
    padding-left: 25px;
    list-style: none;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
}

.projects .desc ol li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #09a0a1;
    width: 15px;
    height: 1px;
}

.projects .desc p {
    color: #757575;
}

.projects .task {
    display: grid;
    grid-template-columns: 70px 1fr;
    /*display: -ms-grid;*/
    -ms-grid-template-columns: 70px 1fr;
    margin-bottom: 30px;
}

.projects .decision {
    display: grid;
    grid-template-columns: 70px 1fr;
    /*display: -ms-grid;*/
    -ms-grid-template-columns: 70px 1fr;
    margin-bottom: 30px;
}

.projects .res {
    display: grid;
    grid-template-columns: 70px 1fr;
    margin-bottom: 30px;
}

.projects .res .icon:before {
    content: "";
    display: none;
}

@media (max-width: 1024px) {
    .detail-page {
        grid-template-columns: 100%;
        -ms-grid-template-columns: 100%;
        margin-bottom: 30px;
    }

    .detail-page > .item:last-child {
        padding-top: 0;
    }

    .detail-page .slider_photo {
        margin-bottom: 0;
        height: initial;
    }
    .detail-page .slider_photo .slide img{
        height: 400px;
        object-fit: contain;
    }
}
@media (max-width: 991px) {
    .detail-page .slider_photo .slide img{
        height: 350px;
    }
}
@media (max-width: 475px) {
    .detail-page .slider_photo .slide img{
        height: 300px;
    }
}

/* End */


/* Start:/local/templates/ru-drive/components/bitrix/system.pagenavigation/round/style.css?16214399893022*/
.bx-pagination {
	margin: 30px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
	padding: 0;
}
.bx-pagination .bx-pagination-container ul li:before {
	content: "";
	display: none;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #00999a;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #00999a;
	color: #fff;
}

/* End */


/* Start:/local/templates/ru-drive/components/bitrix/news.list/charity_messages/style.css?17839661652996*/
.charity-messages {
    margin-bottom: 60px;
}

.charity-messages__carousel {
    position: relative;
}

.charity-messages__slider {
    margin: 0 -8px;
    overflow: hidden;
}

.charity-messages__slider.slick-initialized {
    overflow: visible;
}

.charity-messages__slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.charity-messages__slider .slick-list {
    overflow: hidden;
}

.charity-messages__slide {
    box-sizing: border-box;
    min-width: 0;
    padding: 0 8px;
    outline: none;
}

.charity-messages__card {
    box-sizing: border-box;
    aspect-ratio: 4 / 5;
    padding: 15px;
    border: 1px solid #aaa;
    background: #fff;
}

.charity-messages__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    outline: none;
}

.charity-messages__link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.charity-messages__link img.slick-loading {
    object-fit: none;
}

.charity-messages__arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    padding: 0;
    border: 1px solid #757575;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease;
}

.charity-messages__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #757575;
    border-right: 2px solid #757575;
    transition: border-color .2s ease;
}

.charity-messages__arrow--prev {
    left: -62px;
}

.charity-messages__arrow--prev::before {
    margin: -6px 0 0 -4px;
    transform: rotate(-135deg);
}

.charity-messages__arrow--next {
    right: -62px;
}

.charity-messages__arrow--next::before {
    margin: -6px 0 0 -8px;
    transform: rotate(45deg);
}

.charity-messages__arrow:hover,
.charity-messages__arrow:focus {
    border-color: #00999a;
    background: #fff;
    outline: none;
}

.charity-messages__arrow:hover::before,
.charity-messages__arrow:focus::before {
    border-color: #00999a;
}

.charity-messages__arrow.slick-disabled {
    cursor: default;
    opacity: .35;
}

@media (max-width: 1365px) {
    .charity-messages__arrow--prev {
        left: 10px;
    }

    .charity-messages__arrow--next {
        right: 10px;
    }
}

@media (max-width: 1023px) {
    .charity-messages__slider:not(.slick-initialized) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .charity-messages {
        margin-bottom: 45px;
    }

    .charity-messages__slider:not(.slick-initialized) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .charity-messages__card {
        padding: 10px;
    }
}

@media (max-width: 479px) {
    .charity-messages__slider:not(.slick-initialized) {
        grid-template-columns: 1fr;
    }
}

/* End */
/* /local/templates/ru-drive/components/bitrix/news/charity/bitrix/news.detail/.default/style.css?17826447645420 */
/* /local/templates/ru-drive/components/bitrix/system.pagenavigation/round/style.css?16214399893022 */
/* /local/templates/ru-drive/components/bitrix/news.list/charity_messages/style.css?17839661652996 */
