

/* Start:/local/templates/helicon-corp/components/bitrix/news/media/style.css?171159853619793*/
/*Фильтр*/

/*общее*/
.badge{
    background-color: var(--orange-color);
    border-radius: 12px;
    padding: 3px 5px;
    color: #fff;
    font-size: 9px;
    line-height: 130%;
}
.main-filter{
    gap: 12px;
    margin-bottom: 40px;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
}
.main-filter__wrap{
    width: 100%;
}
.main-filter__header{
    display: flex;
    justify-content: space-between;
}
.main-filter__close{
    cursor: pointer;
}
.main-filter__title{
    font-size: 20px;
    font-weight: 500;
}
.main-filter__items{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
.main-filter__item--full{
    width: 100%;
}
.main-filter__btn{
    font-size: 15px;
    padding: 15px 12px;
    border: none;
    background-color: transparent;
    border-radius: 32px;
    transition: .5s;
    color: var(--dark-blue-color);
}
.main-filter__btn:hover{
    background-color: rgba(246, 246, 246, .56);
}
.main-filter__btn--set{
    background-color: var(--orange-color);
    color: #fff;
}
.main-filter__btn--set:hover{
    background-color: var(--light-orange-color);
}
@media screen and (min-width: 1025px) {
    .main-filter__btns--mobile, .main-filter__header, .main-filter__item-head, #toggleFilter{
        display: none;
    }
    .main-filter__item--full{
        margin-bottom: 40;
    }
}

@media screen and (max-width: 1024px){
    #bodyFilter{
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        z-index: 999;
        left: 0;
        width: 300px;
        height: 100vh;
        transform: translateX(-100%);
        transition: .3s;
        overflow: auto;
    }
    #bodyFilter::-webkit-scrollbar {
        width: 5px;
    }
    #bodyFilter::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }
    #bodyFilter::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }
    #bodyFilter.show{
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
    .filter-show::before{
        content: '';
        height: 100vh;
        width: 100vw;
        background: #ECECEC;
        opacity: 0.5;
        transition: .3s;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }
    .filter-show{
        overflow: hidden;
    }

    .main-filter__wrap{
        padding: 32px 16px;
        background: #F4FBFD;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .main-filter__body{
        overflow: auto;
        min-height: 100px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    }
    .main-filter__body::-webkit-scrollbar {
        width: 5px;
    }
    .main-filter__body::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }
    .main-filter__body::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }
    .main-filter__header{
        margin-bottom: 30px;
    }

    .main-filter__item-note{
        display: none;
    }
    .main-filter__items{
        display: block;
    }    
    .main-filter__item + .main-filter__item{
        margin-top: 20px;
    }
    .main-filter__item{
        width: 100%;
    }
    .main-filter__item-head{
        position: relative;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        padding-right: 25px;
    }
    .main-filter__item-head::before{
        content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjY2NjYzIDEuMzMzMjVMNC45OTk5NiA0LjY2NjU5TDguMzMzMjkgMS4zMzMyNSIgc3Ryb2tlPSIjMDQxMjI5IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=');
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        transition: .3s;
    }
    .main-filter__item-head[aria-expanded=true]::before{
        transform: scale(-1) translateY(50%);
    }
    .main-filter__item-wrap{
        display: none;
        margin-top: 20px;
    }
    .main-filter__item-head[aria-expanded=true]~.main-filter__item-wrap{
        display: block;
    }
    .main-filter__btns--desktop{
        display: none;
    }
    .main-filter__btn:not(.btn-link){
        width: 100%;
    }
    .main-filter__btns{
        margin-top: 30px;
    }
}

@media screen and (max-width:425px) {
    .main-filter{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 375px){
    #bodyFilter{
        width: 100vw;
    }
}

/*радио кнопки*/
.main-filter__radio-label{
    position: relative;
    cursor: pointer;
}
.main-filter__radio-label label{
    cursor: pointer;
}
.main-filter__radio-label input{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
}
@media screen and (min-width: 1025px) {
    .main-filter__radio-labels{
        display: flex;
        align-items: center;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .main-filter__radio-labels::-webkit-scrollbar {
        width: 0;
        display: none;
    }
    .main-filter__radio-label:not(:last-child){
        margin-right: 24px; 
    }
    .main-filter__radio-label label{
        white-space: nowrap;
        border-bottom: 1px solid transparent;
        transition: .3s;
        display: block;
    }
    .main-filter__radio-label label:hover{
        color: var(--orange-color);
    }
    .main-filter__radio-label input:checked~label{
        color: var(--orange-color);
        border-color: var(--orange-color);
    }
}
@media screen and (max-width: 1024px){
    .main-filter__radio-label:not(:last-child){
        margin-bottom: 16px;
    }
    .main-filter__radio-label label{
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 0;
        line-height: 18px;
        user-select: none;
    }
    .main-filter__radio-label label::after, .main-filter__radio-label label::before{
        content: "";
        display: inline-block;
        position: absolute;
        border-radius: 50%;
    }
    .main-filter__radio-label label::after {
        width: 10px;
        height: 10px;
        left: 3px;
        top: 3px;
    }
    .main-filter__radio-label label::before {
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        border: 1px solid var(--dark-blue-color);
        transition: .3s;
    }
    .main-filter__radio-label input[type=radio]:checked + label::before, .main-filter__radio-label label:hover::before {
        border-color: var(--orange-color);
    }
    .main-filter__radio-label input[type=radio]:checked + label::after {
        background-color: var(--orange-color);
    }
}

/*Чекбоксы в виде кнопок*/
.main-filter__checkbox-label{
    position: relative;
}
.main-filter__checkbox-label input{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
}
@media screen and (min-width: 1025px) {
    .main-filter__checkbox-labels{
        margin-bottom: 16px;
        display: flex;
        flex-wrap: wrap;
        gap: 16px; 
        position: relative;
    }
    .main-filter__checkbox-label{
        width: fit-content;
    }
    .main-filter__checkbox-label label{
        white-space: nowrap;
        min-width: fit-content;
        padding: 12px 35px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        border-radius: 32px;
        color: var(--dark-blue-color);
        border: 1px solid var(--dark-blue-color);
        transition: .3s;
        display: block;
        font-size: 15px;
        cursor: pointer;
    }
    .main-filter__checkbox-label input:checked~label{
        color: var(--blue-color);
        border-color: var(--blue-color);
    }
    .main-filter__checkbox-label label:hover{
        border-color: var(--light-orange-color);
        color: var(--light-orange-color);
    }
}

@media screen and (max-width:1024px) {
    .main-filter__checkbox-label:not(:last-child){
        margin-bottom: 16px;
    }
    .main-filter__checkbox-label label{
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 0;
        line-height: 18px;
        user-select: none;
    }
    .main-filter__checkbox-label label::after, .main-filter__checkbox-label label::before{
        content: "";
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
    }
    .main-filter__checkbox-label label::before {
        border: 1px solid var(--dark-blue-color);
        transition: .3s;
    }
    .main-filter__checkbox-label label:hover::before {
        border-color: var(--orange-color);
    }
    .main-filter__checkbox-label input[type=checkbox]:checked + label::after {
        background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDMuNzk0MTJMNC40NjE1NCA3LjVMMTAuNSAxIiBzdHJva2U9IiNGMjc0MzUiLz4KPC9zdmc+Cg==') center no-repeat;
    }
}


/*Выпадающий список*/
.dropdown{
    width: fit-content;
    position: relative;
}
.dropdown__btn{
    background-color: #F6F6F6;
    padding: 15px 76px 15px 25px;
    color: var(--dark-blue-color);
    border: none;
    border-radius: 32px;
    position: relative;
    transition: .3s;
    text-align: left;
}
.dropdown__btn::before{
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjY2NjYzIDEuMzMzMjVMNC45OTk5NiA0LjY2NjU5TDguMzMzMjkgMS4zMzMyNSIgc3Ryb2tlPSIjMDQxMjI5IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=');
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.dropdown__btn:hover{
    background-color: #DADDE7;
}
.dropdown__wrap{
    background-color: #F6F6F6;
    border-radius: 12px;
    width: 100%;
    position: absolute;
    top: 100%;
    margin-top: 8px;
    z-index: 10;
    display: none;
    overflow: hidden;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.dropdown__wrap-inner{
    position: relative;
    max-height: 130px;
    overflow-y: auto;
}
.dropdown__wrap-inner::-webkit-scrollbar{
    width: 5px;
    background-color: transparent;
}
.dropdown__wrap-inner::-webkit-scrollbar-thumb{
    background: rgba(4, 18, 41, .3);
}

.dropdown__wrap.show{
    display: block;
}
.dropdown__item input{
    display: none;
}
.dropdown__item label{
    font-size: 15px;
    line-height: 140%;
    padding: 8px 25px;
    transition: .3s;
    cursor: pointer;
    display: block;
}
.dropdown__item.disable label, .dropdown__item input:checked~label{
    color: #A8A9AD;
    pointer-events: none;
}
.dropdown__item:not(.disable):hover label{
    background-color: #DADDE7;
}
.dropdown__item:hover input:checked~label{
    background-color: transparent;
}

@media screen and (max-width:1024px) {
    .main-filter__item .dropdown{
        width: 100%;
    }
    .main-filter__item .dropdown__btn{
        background: none;
        padding: 0 25px 0 0;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
    }
    .main-filter__item .dropdown__btn::before{
        right: 10px;
        transition: .3s;
    }
    .main-filter__item .dropdown__btn[aria-expanded="true"]::before{
        transform: scale(-1) translateY(50%);
    }
    .main-filter__item span[data-role="currentVal"]{
        display: none;
    }
    .main-filter__item .dropdown__wrap{
        position: relative;
        padding: 0;
        background: none;
        border-radius: 0;
        margin-top: 20px;
    }
    .main-filter__item .dropdown__wrap-inner{
        max-height: none;
    }
    .main-filter__item .dropdown__item{
        margin-bottom: 16px;
    }
    .main-filter__item .dropdown__item label{
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding: 0 0 0 25px;
        margin-right: 0;
        font-size: 14px;
        line-height: 18px;
        user-select: none;
    }
    .main-filter__item .dropdown__item label::after, .main-filter__item .dropdown__item label::before{
        content: "";
        display: inline-block;
        position: absolute;
        border-radius: 50%;
    }
    .main-filter__item .dropdown__item label::after {
        width: 10px;
        height: 10px;
        left: 3px;
        bottom: 4px;
    }
    .main-filter__item .dropdown__item label::before {
        width: 16px;
        height: 16px;
        left: 0;
        bottom: 1px;
        border: 1px solid var(--dark-blue-color);
        transition: .3s;
    }
    .main-filter__item .dropdown__item input[type=radio]:checked + label::before, .main-filter__item .dropdown__item label:hover::before {
        border-color: var(--orange-color);
    }
    .main-filter__item .dropdown__item input[type=radio]:checked + label::after {
        background-color: var(--orange-color);
    }
    .main-filter__item .dropdown__item input:checked~label{
        color: var(--dark-blue-color);
    }
}

@media screen and (max-width:425px) {
    .dropdown__wrap-inner{
        max-height: none;
    }
}

/* /Фильтр*/

/*строка с сортировкой и поиском*/
.news-section__row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
}

@media screen and (max-width:600px) {
    .news-section__row>*, .news-section__row .dropdown__btn, .search-box .main-form__input{
        width: 100%;
    }
}

/*поле поиска*/
.search-box{
    background: rgba(235, 235, 235, 0.45);
    border-radius: 63px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(235, 235, 235, 0.45);
}
.search-box input{
    border: none;
}
.search-box__btn{
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTY2NjcgMTUuODMzM0MxMi44NDg2IDE1LjgzMzMgMTUuODMzMyAxMi44NDg2IDE1LjgzMzMgOS4xNjY2N0MxNS44MzMzIDUuNDg0NzcgMTIuODQ4NiAyLjUgOS4xNjY2NyAyLjVDNS40ODQ3NyAyLjUgMi41IDUuNDg0NzcgMi41IDkuMTY2NjdDMi41IDEyLjg0ODYgNS40ODQ3NyAxNS44MzMzIDkuMTY2NjcgMTUuODMzM1oiIHN0cm9rZT0iIzA0MTIyOSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTcuNTAwNSAxNy41TDEzLjg3NTUgMTMuODc1IiBzdHJva2U9IiMwNDEyMjkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==') center no-repeat;
    border: none;
    padding: 15px 24px;
    height: 100%;
    border-radius: 30px;
}
.form-error .search-box{
    border-color: var(--error-color);
}

/*Новости*/
.news-section__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.news-section__grid--docs{
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 64px;
    width: 100%;
}
.news-card--file{
    background: rgba(240, 241, 245, 0.8);
    padding: 16px 16px 24px 32px;
    position: relative;
    height: 100%;
    font-size: 12px;
}
.news-card--file .news-card__labels{
    position: relative;
    top: unset;
    right: unset;
    justify-content: flex-end;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.news-card--file .news-card__date{
    font-size: 12px;
    margin-bottom: 24px;
}
.news-card--file .document{
    display: flex;
    gap: 16px;
    width: fit-content;
}
.document__link {
    text-align: left;
    display: flex;
    gap: 16px;
}
.document__link path {
    transition: all .3s ease;
}
.document__link:hover path {
    stroke: #f27435;
}
.news-card--file .document__title{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
    transition: .3s;
}
.news-card--file .document__info{
    font-size: 12px;
    color: var(--dark-grey-color);
}
.news-card--file:hover .document{
    color: var(--orange-color);
}

@media screen and (max-width:1024px){
    .news-section__grid{
        grid-template-columns: 48% 48%;
    }
}
@media screen and (max-width:768px) {
    .news-card--file{
        padding-left: 16px;
    }
}
@media screen and (max-width:600px) {
    .news-section__grid{
        grid-template-columns: 1fr;
    }
    .news-section__grid--docs{
        grid-row-gap: 40px;
    }
}
@media screen and (max-width:375px) {
    .news-card--file .document__img svg{
        width: 20px;
        height: auto;
    }
}

.news-card {
    display: block;
}

.news-card:hover .news-card__title {
    color: var(--orange-color);
}

.news-card:hover .news-card__subtitle {
    color: var(--orange-color);
}

.news-card__img {
    margin-bottom: 24px;
    text-align: center;
    position: relative;
}

.news-card__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-card__labels {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 8px;
    max-width: calc(100% - 32px);
    flex-wrap: wrap;
    justify-content: flex-end;
}

.news-card__labels-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    background-color: #fff;
    color: var(--orange-color);
    padding: 6px 8px;
    white-space: nowrap;
}

.news-card__date {
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--mild-grey-color);
}
.news-card__date a{
    color: var(--mild-grey-color);
}

.news-card__title {
    margin-bottom: 8px;
    width: 85%;
    font-size: 19px;
    transition: color 0.5s ease;
}

.news-card__subtitle {
    width: 85%;
    font-size: 15px;
    transition: color 0.5s ease;
}
.news-button{
    margin: 24px auto 0 auto;
    background-color: transparent;
    color: var(--orange-color);
}

@media screen and (min-width:641px) {
    .news-button{
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .news-slider .slider-head {
        margin-bottom: 0;
    }
    .news-slider .slider-head__nav{
        display: none;
    }
    .news-slider__wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .news-slider--tolist .swiper-slide:not(:first-child, :nth-child(2), :nth-child(3)) {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .news-slider .slider-head {
        margin-bottom: 0;
    }
    .news-card__img {
        margin-bottom: 16px;
    }
    .news-card__title {
        font-size: 18px;
    }
}

@media screen and (min-width:1025px) {
    .news-card--small .news-card__labels{
        top: 8px;
        right: 8px;
    }
}
.news-card--small .news-card__title, .news-card--small .news-card__subtitle{
    width: 100%;
}

.no-bg{
    background: none;
    padding: 0;
}
.news-card--file.no-bg .document__info{
    font-size: 10px;
}
.news-card--file.no-bg .document__title{
    font-size: 14px;
    line-height: 17px;
}
.news-card--file.no-bg .news-card__date{
    margin-bottom: 8px;
}
.news-card--file.no-bg .news-card__date + .document{
    margin-top: 16px;
}
.news-card--file.no-bg .news-card__descr{
    margin-top: 16px;
}
.error-message{
    color: #EE2E3B;
    font-size: 12px;
    margin-top: 8px;
    display: none
}
.form-error .error-message{
    display: block;
}
.form-error input:not([type=submit]), .form-error textarea{
    border-color: #EE2E3B !important;
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/news/media/bitrix/news.detail/.default/style.css?1698723969219*/
.page-title{
    display: none;
}
.simple-slider__item img{
    width: 100%;
    height: 225px;
    object-fit: cover;
}
@media screen and (max-width:640px) {
    .simple-slider__item img{
        height: 300px;
    }
}
/* End */


/* Start:/assets/css/news-detail.css?17103182161862*/
.page-title{
    display: none;
}
.news-detail{
    padding-bottom: 120px;
}

.news-detail p {
    line-height: 1.5em;
}
.news-detail + section{
    padding-top: 0;
}
.news-detail__head {
    margin-bottom: 40px;
}

.news-detail__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--mild-grey-color);
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.news-detail p + h1, .news-detail p + h2, .news-detail p + h3, .news-detail p + h4, .news-detail p + h5, .news-detail p + h6, 
.news-detail .document + h1, .news-detail .document + h2, .news-detail .document + h3, .news-detail .document + h4, .news-detail .document + h5, .news-detail .document + h6{
    margin-top: 40px;
}

.news-detail__content a:visited:not(.button):not(:hover) {
    color: #858585;
    border-color: #858585;
}

@media screen and (min-width: 1025px) {

    .news-detail__head,
    .news-detail__content {
        width: 75%;
    }
}

.news-detail__tags a {
    color: var(--mild-grey-color);
    border: none;
}

.news-detail__tags span {
    margin-inline: 16px;
}

.news-detail__title {
    margin-bottom: 16px;
}

.news-detail__img {
    margin-bottom: 80px;
}

.news-detail__content img {
    margin-top: 40px;
    margin-bottom: 40px;
}
.news-detail__content img.with-caption{
    margin-bottom: 20px;
}
@media screen and (max-width:1024px) {
    .news-detail__img {
        margin-bottom: 40px;
        width: 100%;
    }
}
@media screen and (max-width:425px) {
    .news-detail__content img {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width:576px) {
    .news-detail .simple-slider{
        margin-top: 30px;
    }
}

.table-responsive, .news-detail__content table{
    margin-top: 20px;
}
.table-responsive table{
    margin-top: 0;
}
.document{
    margin-block: 20px;
}
/* End */


/* Start:/assets/css/gallery-block.css?16987239692198*/
.gallery-block {
    margin-top: 80px;
}

.main-carousel {
    width: 100%;
    --carousel-button-color: #170724;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 1px;
}
.main-carousel .carousel__dots{
    gap: 8px;
    align-items: center;
    top: calc(100% + 24px);
}
.main-carousel .carousel__dots .carousel__dot{
    width: 100%;
    height: unset;
}
.main-carousel .carousel__dots .carousel__dot::after{
    background-color: #ECECEC;
    opacity: 1;
    border-radius: 0;
    height: 1px;
    width: 100%;
}
.main-carousel .carousel__dots .carousel__dot.is-selected::after{
    background-color: var(--blue-color);
    height: 2px;
}

.main-carousel .carousel__slide {
    width: 100%;
    height: 530px;
    padding: 0;
    max-height: 530px;
}
.main-carousel .carousel__slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-carousel .carousel__button.is-prev {
    left: 16px;
}
.main-carousel .carousel__button.is-next {
    right: 16;
}

.main-carousel .carousel__button:focus {
    outline: none;
    box-shadow: 0 0 0 1px var(--orange-color);
}
.main-carousel .carousel__button:focus svg path{
    stroke: var(--orange-color);
}

.thumb-carousel{
    margin-top: 16px;
}

.thumb-carousel .carousel__slide {
    opacity: 0.5;
    padding: 0;
    margin-right: 16px;
    width: 175px;
    height: 110px;
}

.thumb-carousel .carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-carousel .carousel__slide {
    opacity: 1;
}
.thumb-carousel .carousel__slide.video-wrap::before{
    background-size: 40px;
}

@media screen and (min-width:1025px) {
    .main-carousel .carousel__dots{
        display: none;
    }
}
@media screen and (max-width:1024px) {
    .main-carousel .carousel__nav, .thumb-carousel{
        display: none;
    }
}
@media screen and (max-width:768px) {
    .main-carousel .carousel__slide {
        height: 450px;
    }
    .gallery-block{
        margin-top: 40px;
    }
}
@media screen and (max-width:425px) {
    .main-carousel .carousel__slide {
        height: 280px;
    }
    .gallery-block .h3{
        font-size: 15px;
    }
}
/* End */


/* Start:/assets/css/other-pages.css?1698723969849*/
.other-pages__col{
    position: relative;
}
.other-pages__item{
    background: rgba(240, 241, 245, 0.8);
    padding: 32px 40px 40px;
    height: 100%;
}
.other-pages__item::after{
    content: '';
    position: absolute;
    height: 100%;
    width: calc(100% - 24px);
    left: 12px;
    top: 0;
    background: rgba(240, 241, 245, 0.8);
    z-index: -1;
}
.other-pages__title{
    margin-bottom: 16px;
}
.other-pages__link{
    margin-top: 40px;
}
.other-pages__link.btn-link:hover{
    color: #fff;
}

@media screen and (max-width:1024px) and (min-width:769px) {
    .other-pages__title{
        font-size: 33px;
    }
}

@media screen and (max-width: 768px){
    .other-pages__col:not(:last-child){
        margin-bottom: 24px;
    }
}

@media screen and (max-width:425px) {
    .other-pages__link:not(.button){
        display: none;
    }
}
/* End */


/* Start:/assets/css/news.css?17141031284147*/
.news-section__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.news-section__grid--docs{
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 64px;
    width: 100%;
}
.news-card--file{
    background: rgba(240, 241, 245, 0.8);
    padding: 16px 16px 24px 32px;
    position: relative;
    height: 100%;
    font-size: 12px;
}
.news-card--file .news-card__labels{
    position: relative;
    top: unset;
    right: unset;
    justify-content: flex-end;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.news-card--file .news-card__date{
    font-size: 12px;
    margin-bottom: 24px;
}
.news-card--file .document{
    display: flex;
    gap: 16px;
    width: fit-content;
}
.document__link{
    text-align: left;
}
.news-card--file .document__title{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
    transition: .3s;
}
.news-card--file .document__info{
    font-size: 12px;
    color: var(--dark-grey-color);
}
.news-card--file:hover .document{
    color: var(--orange-color);
}

@media screen and (max-width:1024px){
    .news-section__grid{
        grid-template-columns: 48% 48%;
    }
}
@media screen and (max-width:768px) {
    .news-card--file{
        padding-left: 16px;
    }
}
@media screen and (max-width:600px) {
    .news-section__grid{
        grid-template-columns: 1fr;
    }
    .news-section__grid--docs{
        grid-row-gap: 40px;
    }
}
@media screen and (max-width:375px) {
    .news-card--file .document__img svg{
        width: 20px;
        height: auto;
    }
}

.news-card {
    display: block;
}

.news-card:hover .news-card__title {
    color: var(--orange-color);
}

span.news-card:hover .news-card__title{
    color: var(--dark-blue-color);
}

.news-card:hover .news-card__subtitle {
    color: var(--orange-color);
}

span.news-card:hover .news-card__subtitle{
    color: var(--dark-blue-color);
}

.news-card__img {
    margin-bottom: 24px;
    text-align: center;
    position: relative;
}

.news-card__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-card__labels {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 8px;
}

.news-card__labels-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    background-color: #fff;
    color: var(--orange-color);
    padding: 6px 8px;
}

.news-card__date {
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--mild-grey-color);
}
.news-card__date a{
    color: var(--mild-grey-color);
}

.news-card__title {
    margin-bottom: 8px;
    width: 85%;
    font-size: 19px;
    transition: color 0.5s ease;
}

.news-card__subtitle {
    width: 85%;
    font-size: 15px;
    transition: color 0.5s ease;
}
.news-button{
    margin: 24px auto 0 auto;
    background-color: transparent;
    color: var(--orange-color);
}
@media screen and (min-width:641px) {
    .news-button{
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .news-slider .slider-head {
        margin-bottom: 0;
    }
    .news-slider .slider-head__nav{
        display: none;
    }
    .news-slider__wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .news-slider--tolist .swiper-slide:not(:first-child, :nth-child(2), :nth-child(3)) {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .news-slider .slider-head {
        margin-bottom: 0;
    }
    .news-card__img {
        margin-bottom: 16px;
    }
    .news-card__title {
        font-size: 18px;
    }
}

@media screen and (min-width:1025px) {
    .news-card--small .news-card__labels{
        top: 8px;
        right: 8px;
    }
}
.news-card--small .news-card__title, .news-card--small .news-card__subtitle{
    width: 100%;
}

.no-bg{
    background: none;
    padding: 0;
}
.news-card--file.no-bg .document__info{
    font-size: 10px;
}
.news-card--file.no-bg .document__title{
    font-size: 14px;
    line-height: 17px;
}
.news-card--file.no-bg .news-card__date{
    margin-bottom: 8px;
}
.news-card--file.no-bg .news-card__date + .document{
    margin-top: 16px;
}
.news-card--file.no-bg .news-card__descr{
    margin-top: 16px;
}
/* End */


/* Start:/assets/css/back-link.css?1698723969877*/
.back-link {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    transition: .5s;
}

.back-link::before {
    content: '';
    position: absolute;
    height: 42px;
    width: 42px;
    border: 1px solid var(--orange-color);
    border-radius: 30px;
    z-index: -1;
    transition: .5s;
}

.back-link__icon {
    padding: 14px 13px;
    margin-right: 16px;
}

.back-link__icon svg {
    transition: .5s;
}

.back-link:hover {
    color: #fff;
}

.back-link:hover::before {
    width: 110%;
    background-color: var(--orange-color);
}

.back-link:hover .back-link__icon svg {
    transform: scale(1.3) translateX(10px);
}

.back-link:hover .back-link__icon svg path {
    stroke: #fff;
}
.back-link--section {
    margin-top: 80px;
}

@media screen and (max-width:768px) {
    .back-link--section {
        margin-top: 40px;
    }
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/news.list/news-block/style.css?16987239691503*/
.news-card:hover .news-card__title {
    color: var(--orange-color);
}

.news-card:hover .news-card__subtitle {
    color: var(--orange-color);
}

.news-card__img {
    margin-bottom: 24px;
    text-align: center;
    position: relative;
}

.news-card__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-card__labels {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 8px;
}

.news-card__labels-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    background-color: #fff;
    color: var(--orange-color);
    padding: 6px 8px;
}

.news-card__date {
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--mild-grey-color);
}

.news-card__title {
    margin-bottom: 8px;
    width: 85%;
    font-size: 19px;
    transition: color 0.5s ease;
}

.news-card__subtitle {
    width: 85%;
    font-size: 15px;
    transition: color 0.5s ease;
}

@media screen and (max-width: 640px) {
    .news-slider .slider-head {
        margin-bottom: 0;
    }
    .news-slider .slider-head__nav{
        display: none;
    }
    .news-slider__wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .news-slider__item:not(:first-child, :nth-child(2), :nth-child(3)) {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .news-slider .slider-head {
        margin-bottom: 0;
    }
    .news-card__img {
        margin-bottom: 16px;
    }
    .news-card__title {
        font-size: 18px;
    }
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/sender.subscribe/mailing/style.css?17593905563515*/
.subscribe-section{
    background-color: rgba(240, 241, 245, 0.8);
    position: relative;
}
.subscribe-section__img{
    position: absolute;
    left: 0;
    height: 100%;
    width: 47%;
    object-fit: cover;
}
.subscribe-section__content{
    padding-top: 56px;
    padding-bottom: 56px;
}
.subscribe-section__title, .subscribe-section__wrap{
    width: 42%;
    margin-left: auto;
}
.subscribe-section__title{
    margin-bottom: 16px;
}
.subscribe-form__input-box--white{
    background: #fff;
    border: 2px solid #fff;
}
.subscribe-section__form{
    margin-top: 25px;
}

.subscribe-section__form .main-form__box input:focus {
    border-color: #fff !important;
}

.checkbox-confirm-wrapper {
    justify-content: left;
}

.subscribe-section__form .error, .subscribe-section__form .error .checkbox__label {
    color: var(--error-color);
    border-color: var(--error-color);
}

.subscribe-section__form .error:not(input) {
    margin-top: 8px;
    font-size: 12px;
    display: block;
}

.subscribe-section .checkbox-field_floating,
.subscribe-section .text-field_floating {
	flex-direction: column;
}

.subscribe-section .checkbox__wrap > .checkbox__label a {
	font-weight: 400;
	color: inherit;
}
.subscribe-section .checkbox__wrap > .checkbox__label {
	display: block;
	padding-left: 24px;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.1;
    opacity: 0.5;
    transition: opacity 0.5s ease;
	color: #676767;
}

.subscribe-section .checkbox__wrap > .checkbox__label:before {
	content: "";
	position: absolute;
	left: 0;
}
.subscribe-section .form__item-inner {
	position: relative;
	overflow: initial;
	max-height: 180px;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.subscribe-section .form__item-checkbox {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.mailing-field__wrapper {
    display: flex;
    gap: 5px;
	flex-direction: row;
    margin-bottom: 10px;
}

.mailing-field__wrapper .text-field-name {
    width: 35%;
}

@media screen and (max-width: 1120px) {
    .subscribe-section {
        background-size: 40%;
    }

    .subscribe-section__title, .subscribe-section__wrap{
        width: 50%;
    }
}

@media screen and (max-width:991px) {

    .subscribe-section__title{
        width: 100%;
        margin-bottom: 30px;
    }

    .subscribe-section__img{
        height: 56%;
        bottom: 56px;
    }
    .subscribe-section__wrap{
        padding: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    .subscribe-section__img{
        display: none;
    }
    .subscribe-section__title, .subscribe-section__wrap{
        width: 100%;
    }
    .subscribe-section__title{
        margin-bottom: 16px;
    }
    .subscribe-section__wrap{
        padding: 0;
    }
    .mailing-field__wrapper {
        flex-direction: column;
    }
    .mailing-field__wrapper .text-field-name {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .subscribe-section__form input[type=submit] {
        width: 100%;
    }
    .subscribe-section__form .text-field__wrapper--inline{
        flex-direction: column;
        gap: 16px;
        background: none;
        border: none;
    }
    .subscribe-section__form .text-field__wrapper--inline input{
        background-color: #fff !important;
        height: 48px;
    }
    .subscribe__button{
        width: 100% !important;
    }
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/main.userconsent.request/sender.subscribe.mailing/user_consent.css?16987239694322*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */
/* /local/templates/helicon-corp/components/bitrix/news/media/style.css?171159853619793 */
/* /local/templates/helicon-corp/components/bitrix/news/media/bitrix/news.detail/.default/style.css?1698723969219 */
/* /assets/css/news-detail.css?17103182161862 */
/* /assets/css/gallery-block.css?16987239692198 */
/* /assets/css/other-pages.css?1698723969849 */
/* /assets/css/news.css?17141031284147 */
/* /assets/css/back-link.css?1698723969877 */
/* /local/templates/helicon-corp/components/bitrix/news.list/news-block/style.css?16987239691503 */
/* /local/templates/helicon-corp/components/bitrix/sender.subscribe/mailing/style.css?17593905563515 */
/* /local/templates/helicon-corp/components/bitrix/main.userconsent.request/sender.subscribe.mailing/user_consent.css?16987239694322 */
