

/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/default/style.css?1777467716894*/
.bx-breadcrumb {
	position: relative;
	top: -20px;
}
.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;
	color:  rgba(55, 71, 79, 0.5);
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: 1px solid  rgba(55, 71, 79, 0.3);}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	color: #0073ae;
}

.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item span {
	color: #fff;
}
.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: 1px solid transparent;
}
.breadcrumb-white .bx-breadcrumb .bx-breadcrumb-item a:hover {
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/news/unews/style.css?17774677202535*/
/* new */

[data-icon="message"] {
    position: relative;
    padding-left: 30px;
}

[data-icon="message"]::before {
    content: url('data:image/svg+xml;charset=utf-8, <svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g opacity="0.5"> <path d="M1 3C1 1.89543 1.89543 1 3 1H17C18.1046 1 19 1.89543 19 3V13C19 14.1046 18.1046 15 17 15H3C1.89543 15 1 14.1046 1 13V3Z" stroke="%230073AE" stroke-width="2"/> <path d="M19 3L12.2345 9.23683C10.9602 10.2544 9.03985 10.2544 7.76553 9.23683L1 3" stroke="%230073AE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.5 13.5L13.7059 9M1.5 13.5L6.29412 9" stroke="%230073AE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </g> </svg>');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
}

.subscribe-link {
    font-weight: bold;
    font-size: 12px;
    line-height: 11px;
    text-align: right;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #0073AE;
    border-bottom: none !important;
}

.subscribe-link span {
    border-bottom: 1px solid transparent;
    transition: all .3s ease-in-out;
}

.news-filter {
    margin-bottom: 55px;
}


.news-filter__year {
    border-bottom: 1px solid rgba(55, 71, 79, .15);
    margin-bottom: 25px;
}

.news-filter__year-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: -1px;
    margin-right: 40px;
    color: rgba(55, 71, 79, .5);
    display: inline-block;
    border-bottom: 3px solid transparent !important;
}

.news-filter__month-link {
    font-weight: 600;
    font-size: 13px;
    color: rgba(55, 71, 79, .5);
    display: inline-block;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 50px;
    border-bottom: unset !important;
}

.news-filter__year-link.active,
.news-filter__month-link.active {
    color: #A1006B;
    border-color: #A1006B !important;
}

@media all and (min-width: 992px) {
    .news-filter__year-link:not(.active):hover,
    .news-filter__month-link:not(.active):hover {
        color: #0073AE;
    }

    .subscribe-link:hover span {
        border-bottom: 1px solid rgba(0, 115, 174, .35);
    }

}

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

    .ufd-calc__form--item .nice-select {
        position: unset !important;
    }

    .news-filter__year {
        margin-bottom: 0;
        border-bottom: none;
    }

}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/system.pagenavigation/news/style.css?17774677203949*/
.bx-pagination {
    padding: 10px 0;
}

.bx-pagination li::before {
    content: unset;
}

.bx-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.arrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    position: relative;
    display: block;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-bottom: none !important;
}

.arrow::before {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    content: '';
    border-bottom: 2px solid rgba(55, 71, 79, .35);
    border-right: 2px solid rgba(55, 71, 79, .35);
    height: 8px;
    width: 8px;
    top: 50%;
}

.arrow-prev::before {
    -webkit-transform: translate(0%, -50%) rotate(135deg);
    -ms-transform: translate(0%, -50%) rotate(135deg);
    transform: translate(0%, -50%) rotate(135deg);
    left: 15px;
}

.arrow-next::before {
    -webkit-transform: translate(0%, -50%) rotate(-45deg);
    -ms-transform: translate(0%, -50%) rotate(-45deg);
    transform: translate(0%, -50%) rotate(-45deg);
    right: 15px;
}

.nav-page {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 40px;
    height: 40px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 50%;
}

.nav-page a {
    letter-spacing: 0.07em;
    color: #37474F;
    color: rgba(55, 71, 79, .35);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-bottom: none !important;
}

.nav-page span {
    letter-spacing: 0.07em;
    color: #37474F;
    color: rgba(55, 71, 79, .35);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-bottom: none !important;
}

.nav-page__active {
    position: relative;
}

.nav-page__active::before {
    position: absolute;
    content: '';
    border-top: 2px solid rgba(92, 91, 91, .35);
    top: -16px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-page__active span {
    color: #0073AE;
}

.nav-page__dots {
    margin: 0 14px;
}

.nav-page__dots span {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 40px;
    color: rgba(92, 91, 91, .7);
}

.arrow--disabled::before {
    border-color: rgba(55, 71, 79, .15);
}

@media all and (min-width: 992px) {

    .arrow:not(.arrow--disabled):hover::before {
        border-color: #A1006B;
    }

    .nav-page:hover a {
        color: #A1006B;
    }

}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/news/unews/bitrix/news.list/.default/style.css?17774677201953*/

.new-item {
    margin-bottom: 30px;
    border: 1px solid rgba(55, 71, 79, .15);
    border-radius: 4px;
}

.new-item__img {
    display: block;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: none !important;
    text-decoration: none;
    margin: -1px;
    border-radius: 4px 0px 0px 4px;
}

.new-item__prev-block {
    position: relative;
    height: 100%;
    width: 100%;
}


.new-item__text-block {
    padding: 35px 35px 35px 0;
}


.new-item__title {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #37474F;
    border-bottom: unset !important;
    margin-bottom: 6px;
    display: block;
}

.new-item__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: rgba(55, 71, 79, .7);
}

.new-item__text ul {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

.new-item__text ul li {
    position: relative;
    padding-left: 1rem;
    margin: 0.5rem 0;
    font-size: 0.875rem;
}

.new-item__text ul li:before {
    color: #0073AE;
    content: "\2022";
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

.new-item__text b {
    color: #0073AE;
}

.new-tem__link {
    margin-top: 25px;
}

.new-item__date {
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(55, 71, 79, .5);
    margin-bottom: 16px;
}

@media all and (min-width: 992px) {
    .new-item:hover {
        border-color: transparent !important;
        -webkit-box-shadow: 0px 15px 45px rgba(55, 71, 79, 0.15);
        box-shadow: 0px 15px 45px rgba(55, 71, 79, 0.15);
    }

    .new-item:hover .new-item__title {
        color: #0073AE;
    }
}

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

    .new-item__text-block {
        padding: 30px;
    }

}
/* End */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/default/style.css?1777467716894 */
/* /bitrix/templates/about-new/components/bitrix/news/unews/style.css?17774677202535 */
/* /bitrix/templates/about-new/components/bitrix/system.pagenavigation/news/style.css?17774677203949 */
/* /bitrix/templates/about-new/components/bitrix/news/unews/bitrix/news.list/.default/style.css?17774677201953 */
