

/* Start:/local/templates/aspro-priority2/css/mainpage.css?17890737717743*/
.rnb-screen {
	padding: 48px 0;
}

.rnb-hero__grid {
	display: flex;
	align-items: center;
	gap: 40px;
}

.rnb-hero__content {
	flex: 1 1 55%;
	min-width: 0;
}

.rnb-hero__media {
	flex: 1 1 45%;
	min-width: 0;
}

.rnb-hero__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.rnb-hero__title {
	margin: 0 0 8px;
	font-size: 52px;
	line-height: 1.05;
	font-weight: 800;
	text-transform: uppercase;
	color: #2F2483;
}

.rnb-hero__subtitle {
	margin: 0 0 28px;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 600;
	text-transform: uppercase;
	color: #2F2483;
}

.rnb-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.rnb-list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 28px;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
}

.rnb-list li::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 4px;
	width: 6px;
	height: 11px;
	border: solid #2F2483;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.rnb-list b {
	font-weight: 600;
	color: #2F2483;
}

.rnb-hero__only {
	margin: 24px 0 14px;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2F2483;
}

.rnb-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 32px;
}

.btn.rnb-btn {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 280px;
	height: auto;
	min-height: 56px;
	padding: 12px 24px;
	border-radius: 8px;
	text-align: center;
	white-space: normal;
	overflow: visible;
}

.rnb-btn__title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	white-space: nowrap;
}

.rnb-btn__note {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	opacity: .85;
}

.btn.rnb-btn--primary {
	background-color: #2F2483;
	color: #fff;
	border: 1px solid #2F2483;
}

.btn.rnb-btn--primary:hover,
.btn.rnb-btn--primary:focus {
	background-color: #241b6b;
	color: #fff;
}

.btn.rnb-btn--outline {
	background-color: #fff;
	color: #2F2483;
	border: 1px solid #2F2483;
}

.btn.rnb-btn--outline:hover,
.btn.rnb-btn--outline:focus {
	background-color: #2F2483;
	color: #fff;
}

@media (max-width: 991px) {
	.rnb-hero__grid {
		flex-direction: column-reverse;
		gap: 24px;
	}

	.rnb-hero__title {
		font-size: 34px;
	}

	.rnb-hero__subtitle {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.btn.rnb-btn {
		min-width: 100%;
	}
}

.rnb-screen__title {
	margin: 0 0 32px;
	font-size: 36px;
	line-height: 1.15;
	font-weight: 700;
	color: #333;
}

.rnb-roles__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.rnb-role {
	display: flex;
	flex-direction: column;
	flex: 1 1 calc(50% - 12px);
	min-width: 280px;
	padding: 28px;
	border: 1px solid #e5e5ea;
	border-radius: 12px;
	background: #fff;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.rnb-role:hover {
	border-color: #2F2483;
	box-shadow: 0 6px 20px rgba(47, 36, 131, .1);
}

.rnb-role__name {
	margin-bottom: 12px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: #2F2483;
}

.rnb-role__desc {
	margin-bottom: 24px;
	font-size: 15px;
	line-height: 1.45;
	color: #666;
}

.rnb-role__btn {
	margin-top: auto;
	align-self: flex-start;
}

.rnb-roles__form {
	margin-top: 40px;
	padding: 32px;
	border-radius: 12px;
	background: #f5f5f8;
}

.rnb-roles__form-title {
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}

@media (max-width: 767px) {
	.rnb-screen__title {
		font-size: 26px;
		margin-bottom: 24px;
	}

	.rnb-role {
		flex: 1 1 100%;
		padding: 20px;
	}

	.rnb-roles__form {
		padding: 20px;
	}
}

.header__slogan-text {
	font-size: 13px;
	line-height: 16px;
	color: #666;
}

.header__email {
	font-size: 14px;
	line-height: 18px;
	color: inherit;
	white-space: nowrap;
}

.header__schedule {
	font-size: 13px;
	line-height: 16px;
	color: #666;
	white-space: nowrap;
}

.btn.btn-tender {
	background-color: #fff;
	color: #2F2483;
	border: 1px solid #2F2483;
	border-radius: 8px;
	white-space: nowrap;
}

.btn.btn-tender:hover,
.btn.btn-tender:focus {
	background-color: #2F2483;
	color: #fff;
	border-color: #2F2483;
}

#headerfixed .header__inner {
	background-color: rgba(255, 255, 255, .88);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.header-menu__item.active > .header-menu__link,
.header-menu__item.active > .header-menu__link .header-menu__title {
	color: #2F2483;
	font-weight: 600;
}

.header-menu__item.active > .header-menu__link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background-color: #2F2483;
}

.header-menu__item {
	position: relative;
}

.header-menu__item--dropdown > .header-menu__link .header-menu__title::after {
	content: "";
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #b0b0bb;
	transition: transform .2s ease;
}

.header-menu__item--dropdown:hover > .header-menu__link .header-menu__title::after {
	transform: rotate(180deg);
}

.header-menu__item--wide > .header-menu__link .header-menu__wide-submenu-right-arrow {
	display: none;
}

.rnb-series__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 32px;
}

.rnb-ca {
	padding: 32px 0 56px;
}

.rnb-ca__title {
	margin: 0 0 16px;
	font-size: 36px;
	line-height: 1.15;
	font-weight: 700;
	color: #333;
}

.rnb-ca__lead {
	max-width: 780px;
	margin-bottom: 36px;
	font-size: 17px;
	line-height: 1.5;
	color: #666;
}

.rnb-ca__body h2 {
	margin: 40px 0 20px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	color: #2F2483;
}

.rnb-ca__body .sp-article-promo {
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	.rnb-ca__title {
		font-size: 26px;
	}

	.rnb-ca__lead {
		font-size: 15px;
		margin-bottom: 24px;
	}

	.rnb-ca__body h2 {
		font-size: 21px;
		margin: 28px 0 16px;
	}
}

.rnb-btn,
.rnb-btn:hover,
.rnb-btn:focus,
.rnb-btn span {
	text-decoration: none !important;
}

@media (max-width: 767px) {

	.rnb-screen {
		padding: 32px 0;
	}

	.rnb-hero__buttons {
		margin-top: 24px;
		gap: 12px;
	}

	.rnb-series__buttons .btn.rnb-btn {
		min-width: 100%;
	}
}

.rnb-hero__media img.rnb-hero__img--mobile {
	display: none;
}

@media (max-width: 767px) {
	.rnb-hero__media img.rnb-hero__img--desktop {
		display: none;
	}

	.rnb-hero__media img.rnb-hero__img--mobile {
		display: block;
	}

	.rnb-hero__buttons {
		justify-content: center;
	}

	.btn.rnb-btn {
		align-items: center;
		text-align: center;
	}
}

.bottom-icons-panel__content-link {
	display: none;
}

.bottom-icons-panel__content-link[href="/"],
.bottom-icons-panel__content-link[href="/company/"],
.bottom-icons-panel__content-link[data-name="callback"],
.bottom-icons-panel__content-link[href="/contacts/"],
.bottom-icons-panel__content-link[href="/podbor-akb/"],
.bottom-icons-panel__content-link[href="/product/"] {
	display: flex;
}

.bottom-icons-panel__content-link[href="/"] {
	order: 1;
}

.bottom-icons-panel__content-link[href="/company/"] {
	order: 2;
}

.bottom-icons-panel__content-link[data-name="callback"] {
	order: 3;
}

.bottom-icons-panel__content-link[href="/contacts/"] {
	order: 4;
}

.bottom-icons-panel__content-link[href="/podbor-akb/"] {
	order: 5;
}

.bottom-icons-panel__content-link[href="/product/"] {
	order: 6;
}

/* End */


/* Start:/local/templates/aspro-priority2/components/sprint.editor/blocks/article/_style.css?178548557011940*/
/*
 * Стили блоков Sprint Editor для шаблона «article» (rnbat.ru).
 * Файл ПОЛНОСТЬЮ заменяет _style.css из .default (findResource берёт первый найденный),
 * поэтому база скопирована оттуда, правки rnbat — в конце файла.
 * Типографика и отступы — по таблицам корректировок клиента от 14.07.2026.
 */

/* === база из .default === */

.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    max-width: 100%;
    height: auto;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    text-decoration: none;
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* === rnbat: статья/лонгрид === */

/* этот файл подключается только на страницах статей Sprint Editor — H1 правится безопасно */
h1#pagetitle {
    font-size: 36px;
    font-weight: 700;
}

.content.sp-article {
    font-size: 16px;
    line-height: 1.55;
}

.content.sp-article p {
    margin: 0 0 16px;
}

.content.sp-article ul,
.content.sp-article ol {
    margin: 0 0 16px;
}

.content.sp-article h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 48px 0 16px;
}

.content.sp-article h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 24px 0 8px;
}

.content.sp-article .introtext,
.detail .introtext {
    font-size: 18px;
    line-height: 1.55;
    margin: 0 0 32px;
}

.content.sp-article .introtext a {
    text-decoration: underline;
}

.content.sp-article a:not(.btn):not(.accordion-head) {
    color: #2f2483;
}

.content.sp-article a:not(.btn):not(.accordion-head):hover {
    color: #2f2483;
    text-decoration: underline;
}

/* адаптивная таблица: горизонтальный скролл на узких экранах */
.sp-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.sp-block-table {
    margin: 24px 0;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #e5e5e5;
    padding: 10px 14px;
    vertical-align: top;
}

.sp-block-table table tr:first-child td {
    background: #f5f5f5;
    font-weight: bold;
}

/* картинка с подписью */
figure.sp-image {
    margin: 24px 0;
}

figure.sp-image figcaption {
    margin-top: 8px;
    font-size: 14px;
    color: #888;
}

/* оглавление: нумерованный список ссылок без подложки, как в прототипе */
.sp-contents {
    margin: 16px 0 32px;
}

.sp-contents_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sp-contents_elements {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sp-contents_elements li {
    margin: 6px 0;
}

.sp-contents_elements li::before {
    content: none;
}

.sp-contents_elements a {
    font-size: 18px;
    text-decoration: underline;
}

/* якорные заголовки: не прятать под фиксированной шапкой при переходе из оглавления */
.content h2[id],
.content h3[id],
.content h4[id] {
    scroll-margin-top: 120px;
}

/* CTA-блок с веб-формой: картинка слева, заголовок и текст справа над полями — как на главной */
.sp-article-cta {
    margin: 32px 0;
    padding: 32px 28px;
    background: #f5f5f5;
    border-radius: var(--theme-outer-border-radius, 4px);
}

.sp-article-cta__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.sp-article-cta__img {
    flex: 1 1 300px;
    align-self: stretch;
    min-height: 280px;
    background-color: #e9e9e9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--theme-outer-border-radius, 8px);
}

.sp-article-cta__body {
    flex: 1 1 340px;
    min-width: 0;
}

.sp-article-cta__header {
    margin-bottom: 24px;
}

.sp-article-cta__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 8px;
}

.sp-article-cta__note {
    font-size: 16px;
    color: #555;
}

.sp-article-cta .form-header {
    display: none;
}

.sp-article-cta .form,
.sp-article-cta .form.form--without-bg {
    background: transparent;
    padding: 0;
}

.sp-article-cta .maxwidth-theme {
    max-width: none;
    padding: 0;
}

/* промо-врезка / лид-магнит: серая карточка с тенью, контент по центру */
.sp-article-promo {
    margin: 32px 0;
    padding: 32px 28px;
    background: #f5f5f5;
    text-align: center;
}

.sp-article-promo__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.sp-article-promo__text {
    max-width: 640px;
    margin: 0 auto 16px;
    font-size: 16px;
    color: #555;
}

.sp-article-promo .btn.sp-article-promo__button,
.sp-article-promo__button-label {
    font-size: 14px;
}

.sp-article-promo__button-label {
    display: inline-block;
}

.sp-article-promo__button-label::first-letter {
    text-transform: uppercase;
}

/* FAQ-аккордеон в стиле главной */
.sp-article-faq {
    margin: 32px 0;
}

.sp-article-faq .switcher-title {
    font-size: 18px;
    font-weight: 600;
}

.sp-article-faq .accordion-head,
.sp-article-faq .accordion-head:hover,
.sp-article-faq .accordion-head:focus {
    text-decoration: none;
}

.sp-article-faq__ask {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    margin-top: 24px;
    padding: 20px 24px;
    background: #f5f5f5;
    border-radius: var(--theme-outer-border-radius, 4px);
}

.sp-article-faq__ask-text {
    font-size: 16px;
    flex: 1 1 300px;
}

/* «Читайте также» — карточки статей */
.sp-article-links {
    margin: 32px 0 16px;
}

.content.sp-article .sp-article-links__title {
    margin: 0 0 16px;
}

.sp-article-links__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sp-article-links__item {
    flex: 1 1 220px;
    max-width: 320px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: var(--theme-outer-border-radius, 4px);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sp-article-links__item:hover .sp-article-links__name {
    text-decoration: underline;
}

.sp-article-links__img {
    display: block;
    overflow: hidden;
}

.sp-article-links__img img {
    display: block;
    width: 100%;
    height: auto;
}

.sp-article-links__body {
    display: block;
    padding: 16px 20px 20px;
}

.sp-article-links__name {
    display: block;
    font-weight: 600;
    line-height: 1.35;
}

.sp-article-links__date {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #888;
}

/* автор статьи */
.sp-article-author-block {
    margin: 48px 0 0;
    padding: 24px 28px;
    border: 1px solid #e5e5e5;
    border-radius: var(--theme-outer-border-radius, 8px);
    background: #fff;
}

.sp-article-author-block__label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.sp-article-author-block__date {
    margin-top: 12px;
    font-size: 12px;
    color: #888;
}

.sp-article-author-block__date span {
    color: #333;
}

.sp-article-author-block .sp-article-author {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
}

.sp-article-author {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
    margin: 48px 0 0;
    padding: 24px 28px;
    border: 1px solid #e5e5e5;
    border-radius: var(--theme-outer-border-radius, 8px);
    background: #fff;
}

.sp-article-author__photo,
.sp-article-author__initials {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    flex-shrink: 0;
}

.sp-article-author__photo,
.content.sp-article .sp-article-author__photo {
    display: block;
    margin: 0;
    object-fit: cover;
}

.sp-article-author__info {
    flex: 1 1 240px;
    min-width: 0;
}

.sp-article-author__articles {
    flex: 1 1 300px;
    min-width: 0;
    padding-left: 28px;
    border-left: 1px solid #e5e5e5;
}

.sp-article-author__articles-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.sp-article-author__articles-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-article-author__articles-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 26px;
    font-size: 16px;
    line-height: 1.4;
}

.sp-article-author__articles-list li:last-child {
    margin-bottom: 0;
}

.sp-article-author__articles-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 12px;
    height: 12px;
    border: 2px solid #2f2483;
    border-radius: 50%;
}

.content.sp-article .sp-article-author__articles-list a,
.sp-article-author__articles-list a:link,
.sp-article-author__articles-list a:visited {
    color: inherit;
    text-decoration: none;
}

.sp-article-author__articles-list a:hover {
    text-decoration: underline;
}

.sp-article-author__initials {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2f2483;
    color: #fff;
    font-weight: 600;
    font-size: 1.6em;
}

.sp-article-author__position {
    font-size: 14px;
    color: #888;
    margin-bottom: 4px;
}

.sp-article-author__name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.sp-article-author__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 48px;
    margin-bottom: 12px;
}

.sp-article-author__contact-label {
    font-size: 14px;
    color: #888;
    margin-bottom: 2px;
}

.sp-article-author__contact-value,
.sp-article-author__contact-value:link,
.sp-article-author__contact-value:visited {
    color: inherit;
    text-decoration: none;
}

.sp-article-author__contact-value:hover {
    text-decoration: underline;
}

.sp-article-author__desc {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .sp-article-author__articles {
        flex-basis: 100%;
        padding-left: 0;
        padding-top: 20px;
        border-left: 0;
        border-top: 1px solid #e5e5e5;
    }
}

@media (max-width: 600px) {
    .sp-article-author {
        flex-direction: column;
    }
}

/* мета статьи: время чтения + отправка на почту */
.sp-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 24px;
    margin: 0 0 24px;
    font-size: 14px;
    color: #888;
}

.sp-article-meta__send {
    color: #2f2483;
    cursor: pointer;
}

.sp-article-meta__send:hover {
    text-decoration: underline;
}

.sp-article-send {
    margin: 0 0 24px;
}

.sp-article-send__row {
    display: flex;
    gap: 12px;
    max-width: 480px;
}

.sp-article-send__input {
    flex: 1;
    min-width: 0;
    padding: 10px 14px;
    border: 1px solid #e5e5e5;
    border-radius: var(--theme-outer-border-radius, 8px);
    font-size: 15px;
}

.sp-article-send__note {
    margin-top: 8px;
    font-size: 12px;
    color: #888;
}

.sp-article-send__note a,
.sp-article-send__note a:link,
.sp-article-send__note a:visited {
    color: inherit;
    text-decoration: underline;
}

.sp-article-send__result {
    font-size: 15px;
    color: #2f2483;
}

@media (max-width: 600px) {
    .sp-article-send__row {
        flex-direction: column;
    }
}

/* End */
/* /local/templates/aspro-priority2/css/mainpage.css?17890737717743 */
/* /local/templates/aspro-priority2/components/sprint.editor/blocks/article/_style.css?178548557011940 */
