

/* Start:/bitrix/templates/about-new/components/bitrix/news.detail/new/style.css?17774677205452*/

.new-detail__date {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(55, 71, 79, .5);
    margin-bottom: 15px;
}

.new-detail__img img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    max-width: -webkit-fill-available;
    max-height: 500px;
    margin: 30px auto;
}

.new-detail__text {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgba(55, 71, 79, 0.7);
    margin-bottom: 1.5rem;
}

.new-detail__text img {
    display: block !important;
    margin: 0 auto !important;
    border-radius: 4px !important;
}

.new-detail__text p {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgba(55, 71, 79, 0.7);
}

.new-detail__text a {
    color: #0073AE;
}

.new-pager {
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    min-height: 220px;
    background: #FFFFFF;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none !important;
}

.new-pager__top {
    margin-bottom: 30px;
}

.new-pager__name {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #37474F;
}

.new-pager__link {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-pager__date {
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(55, 71, 79, .5);
}

.new-pager__prev-new span,
.new-pager__next-new span {
    position: relative;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(55, 71, 79, .5);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.new-pager__prev-new span {
    padding-left: 15px;
}

.new-pager__prev-new span::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: '';
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg">  <path opacity="0.25" d="M4 1L1 4L4 7" stroke="%2337474F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 5px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.new-pager__next-new span {
    padding-right: 15px;
}

.new-pager__next-new span::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: '';
    background-image: url('data:image/svg+xml;charset=utf-8,  <svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg">  <path opacity="0.25" d="M1 1L4 4L1 7" stroke="%2337474F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>  </svg>');
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 5px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.href__color--blue {
    color: #0073AE;
}

@media all and (min-width: 992px) {

    .new-pager:hover {
        -webkit-box-shadow: 0px 15px 45px rgba(55, 71, 79, .15);
        box-shadow: 0px 15px 45px rgba(55, 71, 79, .15);
    }

    .new-pager:hover .new-pager__prev-new span,
    .new-pager:hover .new-pager__next-new span{
        color: #a1006b;
    }

    .new-pager:hover .new-pager__prev-new span::before {
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg">  <path d="M4 1L1 4L4 7" stroke="%23a1006b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    }

    .new-pager:hover .new-pager__next-new span::before {
        background-image: url('data:image/svg+xml;charset=utf-8,  <svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg">  <path d="M1 1L4 4L1 7" stroke="%23a1006b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>  </svg>');
    }

}

@media all and (max-width: 991px) {

    .new-pager {
        padding: 30px;
    }

    .new-pager__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }

    .href__color--blue {
        margin-top: 10px;
    }

}
/* End */


/* 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/form/subscribe-form/bitrix/form.result.new/.default/style.css?1777467719245*/

.title-form {
    font-weight: normal;
    font-size: 28px;
    line-height: 114.84%;
    color: #37474F;
}

.sub-title-form {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(55, 71, 79, 0.7);
}
/* End */
/* /bitrix/templates/about-new/components/bitrix/news.detail/new/style.css?17774677205452 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/default/style.css?1777467716894 */
/* /bitrix/templates/about-new/components/bitrix/form/subscribe-form/bitrix/form.result.new/.default/style.css?1777467719245 */
