

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1656719262467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/a771/components/bitrix/news/our_news/style.css?1680697173144*/
.return__link,
.return__link:visited  {
color: #0ABDE4; 
}


.return__link:focus,
.return__link:hover,
.return__link:active {
color: #403C3C;
}

/* End */


/* Start:/local/templates/a771/components/bitrix/news.detail/news.detail/style.css?17751362055117*/
.news-detail {
    background-color: #FFFFFF;
    padding: 80px 70px 60px 70px;
    margin-bottom: 110px;
}

.news-date-time {
    background: black;
}

.news-detail__date {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;

    color: rgba(0, 0, 0, 0.44);
    margin-bottom: 80px;
}

.news-detail h1 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 48px;
    line-height: 48px;

    color: #000000;
    margin: 0 0 30px 0;
}

.news-detail h2 {
    font-size: 36px;
	font-weight: 600;
}

.news-detail h3 {
    font-size: 28px;
	font-weight: 600;
}

.news-detail h4 {
    font-size: 24px;
	font-weight: 600;
}

.news-detail h2,
.news-detail h3,
.news-detail h4 {
    margin: 20px 0 15px 0;
}

.news-detail p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #000000;
    margin-bottom: 35px;
    text-transform: none;
}

.news-detail ul {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #000000;
    margin: 30px 20px 30px 20px;
    text-transform: none;
}

.news-detail ol {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #000000;
    margin-right: 15px;
	padding-left: 25px;
    text-transform: none;
}

.news-detail ul ul {
    margin-left: 20px;
}

.news-detail ul li {
    margin-bottom: 15px;
}

.news-detail ol li {
    margin-bottom: 15px;
}

.news-detail ul li::marker {
    color: #0ABDE4;
    font-size: 20px;
}

.news-detail img {
    width: 800px;
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 50px;
	margin-right: 50px;
}

.news-detail .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 80px;
}

.news-detail iframe,
.news-detail object,
.news-detail embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

	.news-detail small {
    	display: block;
	}

.back__link {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 29px;

color: #666666;
margin-bottom: 90px;
}

.back__link a::before {
    content: "";
    width: 14.5px;
    height: 12px;
    background-image: url(/local/templates/a771/img/blue-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
	display: inline-block;
    position: relative;
    left: 0;
    top: 0;
	margin-right: 15px;
}

.back__link a:hover::before {
    background-image: url(/local/templates/a771/img/blue-arrow-hover.svg);
}


@media (max-width: 991px) {
    .news-detail {
        padding: 45px 0 20px 0;
    }

    .news-detail h1 {
        margin: 0 15px 30px 15px;
    }

    .news-detail h4,
    .news-detail h3,
    .news-detail h2 {
        margin: 40px 15px 20px 15px;
    }

    .news-detail p {
        margin: 15px 15px 35px 15px;
    }

    .news-detail img {
        margin: 0 0 50px 0;
        width: 100%;
    }

    .news-detail ul {
        margin-left: 35px;
    }

	.news-detail ol {
        margin-left: 15px;
	}

	.news-detail__date {
        margin-left: 15px;
	}
	.news-detail small {
    	display: block;
    	margin: 0 15px;
	}
}


@media (max-width: 768px) {
    .news-detail h1 {
        font-size: 28px;
    }

    .news-detail p {
        font-size: 16px;
		margin-bottom: 25px;
	}

    .news-detail ul,
    .news-detail ol {
        font-size: 16px;
    }

    .bx-newslist__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 0;
    }

    .news-detail__date {
        margin-left: 15px;
    }

    .link__share {
        margin-left: 15px;
    }

    .news-detail__date {
        font-size: 18px;
    }

    .news-detail .video {
        margin-bottom: 40px;
    }
}


@media (max-width: 450px) {
    .news-detail h1 {
        font-size: 1.2rem;
        line-height: 32px;
    }

    .news-detail h4 {
        font-size: 18px;
    }

    .news-detail p {
       font-size: 14px;
	   margin-bottom: 20px;
	}

    .news-detail ul,
    .news-detail ol {
        font-size: 14px;
    }

	.news-detail ol {
   		margin-left: 10px;
	}

    .news-detail ul ul {
        margin-left: 0px;
    }

    .news-detail__date {
        margin-left: 15px;
        font-size: 15px;
        margin-bottom: 40px;
    }

    .news-detail .video {
        margin: 0;
    }

	.news-detail h2 {
    	font-size: 22px;
	}

	.news-detail h3 {
    	font-size: 18px;
	}

	.news-detail h4 {
    	font-size: 16px;
	}
	.news-detail small {
    	display: block;
    	margin: 0 15px 0 15px;
	}
}
/* End */


/* Start:/bitrix/components/arturgolubev/yandex.share/templates/share/style.css?16818025013125*/
/*.ar_al_left {text-align:left;}
.ar_al_center {text-align:center;}
.ar_al_right {text-align:right;}
.ya-share-text-wrap {display: inline-block; vertical-align: middle;}
.ya-share-wrap {display: inline-block; vertical-align: middle;}

html .ya-share2__list_direction_horizontal > .ya-share2__item {margin-bottom: 5px;}
*/

.ya-share-text-wrap {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;

    color: #000000;

}

.yandex-share-panel {
    display: flex;
    flex-direction: column;
}

.ya-share2__container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 25px;
}

.ya-share2__list {
    margin: 0 !important;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url(/upload/O_nas/Kontakty/vk.png) no-repeat !important;
}

.ya-share2__item:not(.ya-share2__item_more):hover,
.ya-share2__item.ya-share2__item_more>.ya-share2__link:hover,
.ya-share2__item:not(.ya-share2__item_more):focus,
.ya-share2__item.ya-share2__item_more>.ya-share2__link:focus {
    background: url(/upload/O_nas/Kontakty/vk_hover.png) no-repeat !important;
}

.ya-share2__item_service_telegram .ya-share2__icon {
    background: url(/upload/O_nas/Kontakty/telegram.png) no-repeat !important;
}

.ya-share2__item:not(.ya-share2__item_more):hover,
.ya-share2__item.ya-share2__item_more>.ya-share2__link:hover,
.ya-share2__item:not(.ya-share2__item_more):focus,
.ya-share2__item.ya-share2__item_more>.ya-share2__link:focus {
    background: url(/upload/O_nas/Kontakty/telegram_hover.png) no-repeat !important;
}

.ya-share2__item_service_vkontakte .ya-share2__badge,
.ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge,
.ya-share2__item_service_telegram .ya-share2__badge,
.ya-share2__item_service_telegram .ya-share2__badge {
    background-color: #0ABDE4 !important;
    border-radius: 50px !important;
    margin-right: 15px !important;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 43px !important;
    width: 43px !important;
    background-size: 100% !important;
}

.link__share {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;

    color: #000000;
    margin-top: 125px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
.ya-share2__container,
.link__share {
margin-left: 15px;
	}

    .yandex-share-panel,
	.ya-share-wrap,
    .ya-share2 {
        margin-left: 0;
    }
}


    @media (max-width: 768px) {
        .link__share,
        .ya-share2__container {
            margin-left: 15px;
        }

        .ya-share-wrap,
        .ya-share2 {
            margin: 0 !important;
        }
		.yandex-share-panel ul {
			padding-left: 0;
		}
    }


    @media (max-width: 450px) {
        .yandex-share-panel {
            margin-left: 15px;
        }

        .link__share {
            margin-top: 100px;
            font-size: 14px;
            margin-left: 15px;
        }

        .ya-share2__container {
            margin-left: 0;
        }
    }
/* End */


/* Start:/local/templates/a771/components/bitrix/news.list/news_other/style.css?17751363072633*/
.bx-newslist {
    width: 100%;
}

.bx-newslist-container {
    width: 340px;
    aspect-ratio: 1 / 1;
    height: auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px 7px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 4px 20px 7px rgba(0, 0, 0, 0.06);
    padding: 0 0 30px 0;
    margin-bottom: 150px;
    margin: 0 20px 50px 0;
}

.bx-newslist__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 110px 0;
}


/* POST FORMATS */
.bx-newslist-img {
    position: relative;
    width: 100%;
    height: 70%;
    margin-bottom: 30px;
}


.bx-newslist-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.bx-newslist-title,
.bx-newslist-title a {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;

    color: #000000;
    text-decoration: none;
}

.bx-newslist-title {
    margin: 0 15px;
}

.bx-newslist-title a:hover {
    text-decoration: underline;
}

.detail__other-title {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 45px;
    text-transform: none;
}

.detail__other-title span {
    color: #0ABDE4;
}

@media (max-width: 1279px) {
    .bx-newslist__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .bx-newslist-container:nth-child(odd) {
        margin-right: 100px;
    }
}


@media (max-width: 992px) {
    .bx-newslist .bx-newslist-container:nth-child(3n+1) {
        clear: both;
    }

    .bx-newslist__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

    @media (max-width: 829px) {
        .bx-newslist-container {
            width: 70%;
            height: 520px;
        }

        .bx-newslist-container:nth-child(odd),
        .bx-newslist-container {
            margin-right: 0;
        }
}

        @media (max-width: 576px) {
            .bx-newslist-container {
                width: 100%;
            }
        }


        @media (max-width: 450px) {
            .detail__other-title {
                font-size: 2rem;
            }

            .bx-newslist-container {
                width: 100%;
                margin-bottom: 60px;
            }
        }
/* End */


/* Start:/local/templates/a771/components/bitrix/news.list/news_other/themes/blue/style.min.css?1681212705205*/
.bx-newslist .fa.bx-star-active{color:#1485ce}.bx-newslist .btn{background-color:#1485ce;border-color:#1485ce}.bx-newslist .btn:active,.bx-newslist .btn:hover{background-color:#53a4d8;border-color:#53a4d8}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1656719262467 */
/* /local/templates/a771/components/bitrix/news/our_news/style.css?1680697173144 */
/* /local/templates/a771/components/bitrix/news.detail/news.detail/style.css?17751362055117 */
/* /bitrix/components/arturgolubev/yandex.share/templates/share/style.css?16818025013125 */
/* /local/templates/a771/components/bitrix/news.list/news_other/style.css?17751363072633 */
/* /local/templates/a771/components/bitrix/news.list/news_other/themes/blue/style.min.css?1681212705205 */
