

/* Start:/local/templates/main2025/components/bitrix/news/main/bitrix/news.detail/.default/style.css?174549966011408*/
.news-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 0 4.5rem 0;
    font-weight: 300;
}

.news-detail:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    margin-left: calc(-50 * var(--vw,1vw));
    width:  calc(100 * var(--vw,1vw));
    bottom: 0;
    background: #fff;
    pointer-events: none;
}

.news-detail_sect {
    width: fit-content;
    padding: .84rem 3.37rem;
    background: var(--color-primary);
    color: #fff;
    font-family: Lato;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    text-transform: uppercase;
    text-decoration: none;
}

.news-detail_sect:hover {
    color: #fff;
    text-decoration: none;
}

.news-detail_name {
    margin-top: 4.6rem;
    font-family: 'Tenor Sans';
    font-size: 4rem;
    font-style: normal;
    line-height: 4.625rem;
    text-transform: none;
}

.news-detail_desc {
    margin-top: 3.35rem;
    color: #5B5B5B;
    font-family: Lato;
    font-size: 2rem;
    font-style: normal;
    line-height: 2.625rem;
}


.news-detail-info {
    margin-top: 4.8rem;
}

.news-detail-info-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -1rem;
}

.news-detail-info-top div {
    margin-top: 1rem;
}

.news-detail-info-top_date {
    width: fit-content;
    padding: .25rem 2.2rem;
    border: 1px solid #000;
    background: #F4F4F4;
    color: #000;
    font-family: "Tenor Sans";
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.75rem;
}

.news-detail-info-top_author {
    margin-left: 2.1rem;
    color: #000;
    font-family: "Tenor Sans";
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.75rem;
}

.news-detail-info-top_view {
    margin-left: 2.1rem;
    display: flex;
    align-items: center;
}

.news-detail-info-top_view svg {
    min-width: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
}

.news-detail-info-top_view span {
    margin-left: 0.6rem;
    color: #000;
    font-family: "Tenor Sans";
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.75rem;
}


.news-detail-info-top_img {
    margin-top: 4.2rem;
}

.news-detail-info-top_pic {
    display: block;
    padding-top: 43%;
    background: no-repeat center/cover;
}

.news-detail-info-top_pic._lvl2 {
    padding-top: 88%;
}

.news-detail-info-top_pic._lvl3 {
    padding-top: 87.5%;
}

.news-detail-info-top_img .swiperImg2 {
    margin: 0 12.3rem;
}

.news-detail-info-top_pic._lvl4 {
    padding-top: 64.5%;
}

.news-detail-info-top_pic._lvl5 {
    padding-top: 62%;
}

.swiperImg2-wrap {
    position: relative;
}

.news-detail-info-top_img .swiperImg {
    margin-top: 1.5rem;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: none !important;
}

.prevImg, .nextImg {
    width: 3.125rem !important;
    height: 3.125rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: var(--color-primary);
    border-radius: 50%;
    transition: .35s;
}

.prevImg:hover, .nextImg:hover {
    background: #000;
    transition: .35s;
}

.prevImg svg {
    fill: #fff;
    width: 1.5rem !important;
    height: 1.5rem !important;
    transform: rotate(-90deg);
}

.nextImg svg {
    fill: #fff;
    width: 1.5rem !important;
    height: 1.5rem !important;
    transform: rotate(90deg);
}


.news-detail-info-top_video {
    position: relative;
    margin-top: 4.2rem;
    padding: 1.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-detail-info-top_video:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F4F4F4;
}

.news-detail-info-top_video a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55%;
    transition: .35s;
}

.news-detail-info-top_video a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .35s;
}

.news-detail-info-top_video a:hover:after {
    opacity: 1;
    transition: .35s;
}

.news-detail-info-top_video a div {
    padding-top: 115%;
    width: 100%;
    background: no-repeat center/cover;
}

.news-detail-info-top_video a span {
    position: absolute;
    z-index: 5;
}

.news-detail-info-top_video a svg {
    width: 7.25rem;
    height: 7.25rem;
}

#video-popup {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video-frame {
    width: 100%;
    height: 100%;
}

.news-detail-info-top_img_source, .news-detail-info-top_video_source {
    position: relative;
    margin-top: 2.12rem;
    width: fit-content;
    color: #000;
    font-family: "Tenor Sans";
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.75rem;
}

.news-detail-info-top_img_source:after, .news-detail-info-top_video_source:after {
    content: '';
    position: absolute;
    bottom: -.5rem;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
}


.news-detail_text {
    padding: 5.25rem 0 4.6rem 0;
    color: #000;
    font-family: Lato;
    font-size: 2rem;
    font-style: normal;
    line-height: 2.625rem;
}

.news-detail_text img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.news-detail_text .quote-box {
    position: relative;
    padding: 4.6rem 7rem;
    display: inline-block;
    color: #5B5B5B;
    font-family: Lato;
    font-size: 2rem;
    font-style: italic;
}

.news-detail_text .quote-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 93%;
    height: 2px;
    background: #000;
}

.news-detail_text .quote-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 93%;
    height: 2px;
    background: #000;
}

.news-detail_text .quote-box-nb:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 80%;
    background: #000;
}

.news-detail_text .quote-box-nb:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 80%;
    background: #000;
}

.news-detail_text .quote-box svg {
    width: 5.159rem;
    height: 3.94175rem;
}

.news-detail_text .quote-icon {
    color: black;
    font-family: serif;
    position: absolute;
}

.news-detail_text .left {
    top: -30px;
    left: 0px;
}

.news-detail_text .right {
    bottom: -30px;
    right: 0;
}

.news-detail_text hr {
    background: #000;
    opacity: 1;
}

.news-detail_text h1, h2, h3, h4, h5 {
    color: #000;
    font-family: Lato;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
    text-transform: uppercase;
}


.news-detail-aside {
    padding-top: 4.6rem;
    border-top: 3px solid #000;
    padding-bottom: 4.6rem;
}

.news-detail-aside-soc-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

.news-detail-aside-soc-title {
    text-align: center;
    color: #000;
    font-family: "Tenor Sans";
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.75rem;
    text-transform: uppercase;
}

.news-detail-aside-soc-items {
    margin-top: 3.75rem;
    display: flex;
    padding: .65rem 1.15rem;
    border-radius: 4.0625rem;
    background: #fff;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.25);
}

.news-detail-aside-soc-items .menuSocial-link{
    margin: 0 1rem;
}
.news-detail-aside-soc-items .menuSocial-link svg {
    width: 40px;
    height: 40px;
}

.news-detail-aside-soc img {
    max-width: 100%;
    height: auto;
}


@media (max-width: 1600px) {
    .news-detail_text .quote-box svg {
        width: 4.159rem;
        height: 2.94175rem;
    }

    .news-detail_text .left {
        top: -20px;
    }

    .news-detail_text .right {
        bottom: -20px;
    }
}

@media (max-width: 1340px) {
    .news-detail_text .quote-box-nb:after, .news-detail_text .quote-box-nb:before {
        height: 85%;
    }
}

@media (max-width: 1200px) {
    .news-detail-info-top_img .swiperImg2 {
        margin: 0 5rem;
    }

    .news-detail-info-top_video a svg {
        width: 5.25rem;
        height: 5.25rem;
    }

    .news-detail_text .quote-box:after, .news-detail_text .quote-box:before {
        width: 92%;
    }
}

@media (max-width: 991px) {
    .news-detail_name {
        margin-top: 2rem;
        font-size: 3rem;
        line-height: 3.625rem;
    }

    .news-detail_desc {
        margin-top: 2rem;
        font-size: 1.5rem;
    }

    .news-detail-info {
        margin-top: 3rem;
    }

    .news-detail-info-top_date {
        padding: .25rem 1.2rem;
        font-size: 1.25rem;
    }

    .news-detail-info-top_author {
        font-size: 1.25rem;
    }

    .news-detail-info-top_view span {
        font-size: 1.25rem;
    }

    .news-detail-info-top_video {
        padding: 0;
    }

    .news-detail-info-top_video a {
        width: 100%;
    }

    .news-detail-info-top_video a div {
        padding-top: 60%;
    }

    .news-detail-info-top_img ._imgMax .news-detail-info-top_pic:first-child {
        margin-top: 1.5rem;
    }

    .news-detail-info-top_pic._lvl2,
    .news-detail-info-top_pic._lvl3 {
        padding-top: 60%;
    }

    .news-detail-info-top_img_source, .news-detail-info-top_video_source {
        font-size: 1.25rem;
    }

    .news-detail_text {
        margin: 4rem 0 3rem 0;
        font-size: 1.5rem;
    }

    .news-detail_text h1, h2, h3, h4, h5 {
        font-size: 1.75rem !important;
    }

    .news-detail_text .quote-box {
        font-size: 1.5rem;
        padding: 3.6rem 5rem;
    }

    .news-detail_text .quote-box:after, .news-detail_text .quote-box:before {
        width: 90%;
    }

    .news-detail-aside-soc-items {
        margin-top: 2rem;
    }

    .news-detail-aside-soc-items a:not(:first-child) {
        margin-left: 1.25rem;
    }

    .news-detail-aside-soc-items svg {
        min-width: 2.8rem;
        width: 2.8rem;
        height: 2.8rem;
        transition: .35s;
    }

    .news-detail-aside-soc-items ._ok {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .news-detail-aside-soc .col-md-6:first-child {
        order: 2;
        margin-top: 2rem;
    }

    .news-detail_text .quote-box {
        padding: 3rem;
    }

    .news-detail_text .quote-box:after, .news-detail_text .quote-box:before {
        width: 87%;
    }
}

@media (max-width: 576px) {
    .news-detail-info-top {
        flex-direction: column;
        align-items: start;
    }

    .news-detail-info-top_author {
        margin-left: 0;
        margin-top: 1rem;
    }

    .news-detail-info-top_view {
        margin-left: 0;
        margin-top: 1rem;
    }

    .news-detail-info-top_img-col:last-child {
        margin-top: 3rem;
    }

    .news-detail-info-top_img-col .news-detail-info-top_pic {
        padding-top: 65%;
    }

    .news-detail_text .quote-box:after, .news-detail_text .quote-box:before {
        width: 85%;
    }
}

@media (max-width: 450px) {
    .news-detail_text .quote-box:after, .news-detail_text .quote-box:before {
        width: 83%;
    }
}
/* End */


/* Start:/local/templates/main2025/components/bitrix/system.pagenavigation/.default/style.css?17286480401294*/
.nbPagination {
	text-align: center;
}

.nbPagination__container {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nbPagination__page {
	display: inline-block;
	margin: 0 0.5rem;
}
.nbPagination__item {
  border: 1px solid #f1f1f1;
  color: #545454;
}


.nbPagination__item:hover {
	color: #fff;
	background: #A35A5A;
	border-color: #A35A5A;
}

.nbPagination__page._active {
}

.nbPagination__page._all {
}

.nbPagination__item {
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	background: #fff;
	color: #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	padding: 5px 5px;
	position: relative;
	font-size: 1rem;
	align-items: center;
	justify-content: center;
}


.nbPagination__item svg {
	width: 1.5rem;
	height: 1.5rem;
}

.nbPagination__page._active .nbPagination__item:after {
	display: none;
}

.nbPagination__page._active .nbPagination__item,
.nbPagination__item._link {
	opacity: 1;
}

.nbPagination__item._link:hover,
.nbPagination__page._active .nbPagination__item {
	background: #A35A5A;
	color: #fff;
	text-decoration: none;
  border-color: #A35A5A;
}

.nbPagination__item._link {
}

/* End */


/* Start:/local/templates/main2025/components/bitrix/news.list/main/style.css?17458523136141*/
.newsItem {
    background: #fff;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
    text-decoration: none !important;
    width: 100%;
    position: relative;
    font-size: 16px;
    transition: .35s;
}


.newsItem__img {
    height: 0;
    padding-top: 74%;
    background: no-repeat center / cover;
}

.newsItem__content {
    padding: 2.75em 1.5em 2.25em;
}

.newsItem__name {
    font-family: "Tenor Sans";
    font-size: 1.5em;
    color: #000;
    line-height: 1.35;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 2.25rem;
    min-height: 5.4em;
}

.newsItem__desc {
    color: #8E8E93;
    font-family: Lato;
    font-size: 1.25em;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 2.25em;
    line-height: 1.35;
    min-height: 5.4em;
}

.newsItem__section {
    color: #F12424;
    font-family: Lato;
    font-size: 1.25em;
    font-weight: 500;
    text-transform: uppercase;
}

.newsItem__date {
    color: #000;
    white-space: nowrap;
    padding: 0.25em 1.125em;
    border: 1px solid #000;
    font-family: "Tenor Sans";
    font-size: 1.25em;
}

._type1 .newsItem__desc {
    display: none;
}

._type2 .newsItem__img {
    opacity: 0;
}

._type2 .newsItem__name {
    position: absolute;
    left: 1.5em;
    right: 1.5em;
    top: 2.5em;
    -webkit-line-clamp: 5;
}
._type3 .newsItem__img {
    position: relative;
}
._type3 .newsItem__img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
}

._type3 .newsItem__name {
    position: absolute;
    left: 1.5em;
    right: 1.5em;
    top: 2.5em;
    -webkit-line-clamp: 5;
    color: #fff;
}
.newsItem._video .newsItem__img {
    position: relative;
}
.newsItem._video .newsItem__img:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-image: url("/local/templates/main2025/components/bitrix/news.list/main/images/video.svg") 100 / 15 / 1 stretch;
    z-index: 10;
    pointer-events: none;
    border-image-width: 88px;
    opacity: 0.7;
}


.newsItem:hover {
    box-shadow: -1px 1px 8px 3px rgba(0, 0, 0, 0.25);
}
.newsItem:hover .newsItem__date {
    background: #F12424;
    color: #fff;
}
.newsList__col {
    order: 100;
}
.newsList__col:nth-child(1) {
    order: 10;
}
.newsList__col._separator {
    order: 50;
}
.newsList__col:nth-child(2) {
    order: 20;
}
.newsList__col:nth-child(3) {
    order: 30;
}
.newsList__col:nth-child(4) {
    order: 40;
}

.newsList__col._separator:before {
    content: '';
    position: relative;
    height: 2px;
    width: 100%;
    background: #000;
    display: block;
    margin: calc(var(--bs-gutter-x) * 2) 0;
}


@media (min-width: 1200px) {
    .col-xl-4 .newsItem__name {
        -webkit-line-clamp: 3;
        min-height: 4em;

    }
    .col-xl-4 .newsItem__desc {
        -webkit-line-clamp: 3;
        min-height: 4em;
    }
    .col-xl-4 .newsItem__img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        padding-top: 0;
        height: auto;
    }

    .col-xl-4 ._type2 .newsItem__name,
    .col-xl-4 ._type3 .newsItem__name {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }
    .col-xl-4 .newsItem._video .newsItem__img {
        position: absolute;
    }
    .col-xl-4 .newsItem__content {
        position: relative;
    }
    .col-xl-4 ._type1 .newsItem__img {
        position: absolute;
    }
    .col-xl-4 ._type1 .newsItem__img:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0.5);
    }

    .col-xl-4 ._type1 .newsItem__date,
    .col-xl-4 ._type3 .newsItem__date,
    .col-xl-4 ._type1 .newsItem__section,
    .col-xl-4 ._type3 .newsItem__section,
    .col-xl-4 ._type1 .newsItem__name,
    .col-xl-4 ._type3 .newsItem__name {
        color:#fff;
    }

    .col-xl-4 ._type1 .newsItem__date,
    .col-xl-4 ._type3 .newsItem__date {
        border-color:#fff;
    }
    .col-xl-4 ._type1 .newsItem__desc,
    .col-xl-4 ._type3 .newsItem__desc  {
        display: block;
        opacity: 0;
    }

}

/*@media (min-width: 768px) {*/
    .col-xl-6 .newsItem {
        justify-content: flex-end !important;
    }
    .col-xl-6 .newsItem__img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        padding-top: 0;
        height: auto;
    }
    .col-xl-6 .newsItem__content {
        background: #fff;
        position: relative;
        flex: 0 !important;
        width: 50%;
    }
    .col-xl-6 .newsItem__desc {
        display: none;
    }

    .col-xl-6 ._type2 .newsItem__name,
    .col-xl-6 ._type3 .newsItem__name {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        -webkit-line-clamp: 4;
        color: #000;
    }

    .col-xl-6 ._type3 .newsItem__img:before {
        display: none;
    }
    .col-xl-6 ._type2 .newsItem__img {
        opacity: 1;
    }
/*}*/



@media (max-width: 1599px) {
    .newsItem {
        font-size: 14px;
    }
}

@media (max-width: 1339px) {
    .newsItem {
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .newsList__col._separator {
        order: 40;
    }
}

@media (max-width: 991px) {
    .newsItem {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .newsList__col._separator {
        display: none;
    }

    .col-xl-6 .newsItem__img {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        height: 0;
        padding-top: 74%;
    }
    .col-xl-6 .newsItem__content {
        width: 100%;
    }

}

/* End */
/* /local/templates/main2025/components/bitrix/news/main/bitrix/news.detail/.default/style.css?174549966011408 */
/* /local/templates/main2025/components/bitrix/system.pagenavigation/.default/style.css?17286480401294 */
/* /local/templates/main2025/components/bitrix/news.list/main/style.css?17458523136141 */
