/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
*/
.entry-header { margin-bottom: 1rem; }
.entry-title { margin: 0 0 .25rem; line-height: 1.2; }
.entry-meta { color: var(--gp-muted, #666); font-size: .9rem; }
.entry-media { margin: 1rem 0; }
.entry-content > * + * { margin-top: 1rem; }
.entry-footer { margin-top: 2rem; display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap; }
.post-nav { display:flex; gap:1rem; }

.archive-header { margin-bottom: 1.5rem; }
.archive-grid {
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}
.archive-card {
  border: unset;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display:flex; flex-direction:column;
}
.card-thumb img { display:block; width:100%; height:auto; }
.card-body { padding: .75rem 1rem 1rem; display:flex; flex-direction:column; gap:.5rem; }
.card-title { margin:0; font-size:1.05rem; line-height:1.25; }
.card-meta { color:#666; font-size:.9rem; }
.card-excerpt { color:#333; }
.pagination { margin-top: 2rem; display:flex; justify-content:center; }



@media screen and (max-width: 1280px) {
.separate-containers .site-main>:last-child {
	padding: 0 15px !important;
}
}
.nootest-answers--grid-2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 3px !important;
  max-width: 500px !important;
  margin: auto !important;
}
.nootest-answer-btn.is-selected {
  outline: 3px solid #43c082 !important;
}
.nootest-question.nootest-question--iq {
	margin: 30px 0 !important;
}
.nootest-question.nootest-question--iq img {
	max-width: 500px !important;
    margin: auto !important;
    display: block !important;
	width: 100% !important;
}
.site-branding-container .site-logo {
	margin-right: 0.7em !important;
}
.nootest-entry-modal-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9998;
}
.nootest-entry-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
}
.nootest-entry-modal__inner {
	background: #fff;
	max-width: 420px;
	width: 100%;
	margin: 16px;
	border-radius: 8px;
	padding: 20px 24px 18px;
	box-shadow: 0 12px 30px rgba(0,0,0,0.25);
	position: relative;
}
.nootest-entry-modal__title {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 600;
}
.nootest-entry-modal__desc {
	margin: 0 0 16px;
	font-size: 16px;
	color: #555;
}
.nootest-entry-modal__field span {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}
.nootest-entry-modal__field input {
	width: 100%;
	box-sizing: border-box;
	padding: 8px 10px;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.nootest-entry-modal__actions {
	margin-top: 16px;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}
.nootest-entry-modal__btn-primary,
.nootest-entry-modal__btn-secondary {
	border-radius: 4px;
	padding: 6px 14px;
	font-size: 14px;
	cursor: pointer;
	border: none;
}
.nootest-entry-modal__btn-primary {
	background: #43c082;
	color: #fff;
}
.nootest-entry-modal__btn-primary:hover {
	background: #82e8c6;
}
.nootest-entry-modal__btn-primary:disabled {
	opacity: 0.7;
	cursor: default;
}
.nootest-entry-modal__btn-secondary {
	background: #e5e7eb;
	color: #111827;
}
.nootest-entry-modal__btn-secondary:hover {
	background: #ff9f9f;
}
.nootest-entry-modal__error {
	margin: 10px 0 0;
	font-size: 13px;
	color: #b91c1c;
}
.nootest-entry-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 20px;
	line-height: 1;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #6b7280;
}
.nootest-entry-modal__close:hover {
	background: transparent;
	color: #a9b4ca;
}
body.nootest-entry-modal-open {
	overflow: hidden;
}
/* Прячем кнопку бургер-меню */
.menu-toggle {
    display: none !important;
}

/* Делаем мобильное меню всегда видимым */
.main-navigation .main-nav > ul {
    display: block !important;
}
@media (max-width: 768px) {
    /* Гасим мобильную версию */
    .main-navigation.toggled .main-nav > ul {
        display: block !important;
    }

    /* Горизонтальная навигация */
    .main-navigation .main-nav ul li {
        display: inline-block !important;
        margin-right: 15px !important;
    }

    .main-navigation .main-nav ul li:last-child {
        margin-right: 0 !important;
    }
}
.main-navigation .main-nav ul ul {
    position: static !important;
    display: none !important;
}

.main-navigation .main-nav ul li:hover > ul {
    display: block !important;
}
@media (max-width: 768px) {
    .has-inline-mobile-toggle .header-widget, .has-inline-mobile-toggle #site-navigation {
		flex-basis: unset !important;
	}
}
@media (max-width: 768px) {
    .inside-header, .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
		padding-right: 15px !important;
        padding-left: 15px !important;
	}
}
li#menu-item-549 svg {
	vertical-align: middle !important;
}
ul#menu-podval img {
	border-radius: 3px !important;
}
ul#menu-podval a {
	text-decoration: none !important;
}
.nootest-answers.nootest-answers--grid-2.nootest-answers--iq button {
	background-color: #fff !important;
}
.nootest-nav.nootest-nav--iq {
	margin: auto;
    margin-top: 30px;
    width: fit-content;
}
.nootest-nav.nootest-nav--iq button {
	font-size: 20px;
    font-weight: 700;
    padding: 10px 40px;
}
button {
	border-radius: 10px !important;
}
.nootest-iq-curve {
    margin-top: 16px;
    max-width: 400px;
}

.nootest-iq-curve-svg {
    width: 100%;
    height: auto;
    display: block;
}
/* ===== Профиль пользователя: адаптивная сетка ===== */

.nootest-profile__form {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 12px 16px; /* вертикальный / горизонтальный отступы */
	margin-top: 10px;
}

/* Каждый label — отдельная колонка */
.nootest-profile__label {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	line-height: 1.2;
	flex: 1 1 160px;   /* базовая ширина колонки на десктопе */
	min-width: 140px;
}
.nootest-profile__label--age {
	flex: 1 1 50px;
}
/* Страна — шире остальных, т.к. там и поиск, и select */
.nootest-profile__label--country {
	flex: 2 1 200px;
}
/* Поля внутри тянутся на всю ширину колонки */
.nootest-profile__input,
.nootest-profile__select {
	width: 100%;
	box-sizing: border-box;
}

/* Поле поиска страны чуть отделим от select */
.nootest-profile__input--country-search {
	margin-bottom: 4px;
}

/* Кнопка сохранения выравнивается по низу формы */
.nootest-profile__submit {
	align-self: flex-end;
	height: 40px;
	padding: 0 18px;
	white-space: nowrap;
}

/* На мобильных всё в столбик, 100% ширины */
@media (max-width: 768px) {
	.nootest-profile__form {
		flex-direction: column;
		align-items: stretch;
	}

	.nootest-profile__label,
	.nootest-profile__label--country,
	.nootest-profile__submit {
		flex: 1 1 auto;
		width: 100%;
	}

	.nootest-profile__submit {
		margin-top: 4px;
		align-self: stretch;
		text-align: center;
	}
}
/* ===== Код доступа + кнопки копирования/шера ===== */

.nootest-cabinet__entry {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin-bottom: 20px;
}

/* Строка с надписью "Код доступа" и самим кодом */
#nootest-entry-row {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
}
.nootest-entry-code {
	display: inline-block;
	padding: 6px 5px;
	/* без изменения цветов – только отступы и блочное поведение */
	white-space: nowrap;
}
/* Кнопки справа от кода на десктопе */
.nootest-entry-actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	margin-left: auto; /* уезжают вправо от кода */
}
.nootest-entry-hint {
	flex: 1 0 100%;   /* занять всю строку */
	order: 2;
	margin: 0;
}
/* Общий вид кнопок (без правки цветов) */
.nootest-entry-button,
.nootest-share-btn {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.3;
	cursor: pointer;
	white-space: nowrap; /* текст в одну строку */
	border-radius: 4px;  /* форма, цвет не трогаем */
}

/* ===== Мобильная версия ===== */
@media (max-width: 768px) {
	/* Код и кнопки в колонку */
	.nootest-cabinet__entry {
		flex-direction: column;
		align-items: flex-start;
	}

	/* Кнопки уходят под код, но остаются в одну строку */
	.nootest-entry-actions {
		margin-left: 0;
		width: 100%;
		justify-content: flex-start;
	}

	.nootest-entry-button,
	.nootest-share-btn {
		flex: 1 1 0;       /* три кнопки делят строку примерно поровну */
		text-align: center;
		font-size: 13px;
		padding: 6px 4px;  /* чуть компактнее, чтобы влезали */
	}
	.nootest-entry-hint {
		order: 2;
		width: 100%;
	}
}
.nootest-cabinet__profile {
	margin: 50px 0;
}
h2#nootest-results-title {
	margin-bottom: 50px;
}
.nootest-test-block {
	/* горизонтальный отступ для всего содержимого блока */
	--nt-block-hpad: 20px;
	padding: 16px var(--nt-block-hpad);
	border-radius: 30px;
    background: #b3ffd9;
    background: linear-gradient(155deg, rgba(179, 255, 217, 1) 0%, rgba(255, 238, 204, 1) 100%);
	padding-bottom: unset;
}
.nootest-test-block h4 {
	font-weight: 700;
}
/* Карточка результата: контейнер для inner + кнопки */
.nootest-result-card {
	position: relative;
	z-index: 0;
	margin-bottom: 16px;

	display: flex;
	flex-direction: column;
	padding-bottom: 64px; /* место под кнопку */

	overflow: visible; /* чтобы градиент мог выйти за пределы контента */
}

/* Внутренний контейнер, который режем по высоте */
.nootest-result-card-inner {
	position: relative;
	z-index: 0;              /* контент под градиентом */
	max-height: none;
	overflow: visible;
	transition: max-height 0.25s ease;
}

/* Свернутое состояние */
.nootest-result-card--collapsed .nootest-result-card-inner {
	max-height: 200px;
	overflow: hidden;
}

/* Градиент внизу карточки (поверх контента, но под кнопкой) */
.nootest-result-card--collapsed::after {
	content: "";
	position: absolute;
	left: calc(-1 * var(--nt-block-hpad, 0px));   /* вылезаем в зону паддинга слева */
	right: calc(-1 * var(--nt-block-hpad, 0px));  /* и справа */
	bottom: 0;
	height: 100px;
	pointer-events: none;
	z-index: 1;

	background: linear-gradient(
		to top,
		#FFEECC 50%,
		rgba(245, 245, 245, 0) 100%
	);
}

/* Кнопка "Раскрыть"/"Скрыть" — внутри карточки, поверх градиента */
.nootest-result-toggle {
	position: absolute;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);
	z-index: 2;  /* выше градиента */

	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 4px 10px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 4px;
	background: #43c082;
	color: #fff;
}

/* Стрелочка */
.nootest-result-toggle-arrow {
	font-size: 11px;
}

@media (max-width: 768px) {
	.nootest-result-toggle {
		font-size: 18px;
	}
}
.nootest-result-card {
	margin-left: unset;
	margin-right: unset;
}
/* ===== СЕЛЕКТ ПОПЫТОК IQ ===== */

.nootest-attempt-select-label {
	display: flex;
	flex-direction: column;      /* текст сверху, селект снизу */
	align-items: flex-start;
	gap: 4px;
	margin: 12px 0;
	font-size: 14px;
}

.nootest-attempt-select-label select.nootest-attempt-select {
	width: 100%;
	max-width: 360px;
	padding: 10px 10px;
	border: 1px solid #43c082;
	border-radius: 2px;
	background: #fafafa;
	font-size: 14px;
	box-sizing: border-box;
}

/* опционально: одинаковый паддинг у option */
.nootest-attempt-select-label select.nootest-attempt-select option {
	padding: 2px 8px;
}


/* ===== КАРТОЧКА РЕЗУЛЬТАТА IQ: ЛЕВО МЕТРИКИ, СПРАВА ГРАФИК ===== */

/* Важно: предполагаем, что содержимое обёрнуто в .nootest-result-card-inner
   (мы её уже добавляли для коллапса) */
.nootest-result-card-inner {
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;
	row-gap: 12px;
}

/* Левая часть — текст/метрики */
.nootest-result-card-inner .nootest-result-body {
	flex: 1 1 260px;
	min-width: 240px;
	order: 1;
}

/* Правая часть — кривая IQ */
.nootest-result-card-inner .nootest-iq-curve-wrap {
	flex: 1 1 260px;
	min-width: 260px;
	order: 2;
}

/* Сообщения под результатом (не включён в статистику, пояснения) —
   на всю ширину, под обоими блоками */
.nootest-result-card-inner > .nootest-result-invalid,
.nootest-result-card-inner > p {
	flex-basis: 100%;
	order: 3;
}
p.nootest-result-invalid {
	margin: 30px 0 0 0;
}

/* Заголовок и подпись под графиком чуть компактнее */
.nootest-iq-curve-title {
	margin: 15px 0 8px 0;
	font-size: 22px;
	font-weight: 700;
}

.nootest-iq-curve-percent {
	margin: 8px 0 0;
	font-size: 17px;
	color: #000;
}

/* На мобильном ничего специально делать не надо:
   при ширине < ~540px график сам уедет под метрики.
   Но если хочешь, можем чуть уменьшить зазор. */
@media (max-width: 600px) {
	.nootest-result-card-inner {
		column-gap: 16px;
	}
}
.nootest-result-body strong {
	font-size: 22px;
	font-weight: 700;
	margin-right: 5px;
}
.nootest-result-body span {
	font-size: 40px;
	font-weight: 700;
    vertical-align: sub;
}
.nootest-result-body span.nootest-badge-best {
	font-size: 14px;
	font-weight: 400;
}
/* простая модалка, чтобы работало из коробки */
.nootest-modal {
	position: fixed;
	z-index: 9999;
	inset: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
}
.nootest-modal__inner {
	background: #fff;
	padding: 20px;
	max-width: 400px;
	width: 90%;
	border-radius: 8px;
	text-align: center;
}
.nootest-modal__inner button {
	margin-top: 15px;
}

/* новые элементы для метрик */
.nootest-badge-best {
	display: inline-block;
	padding: 2px 8px;
	font-size: 11px;
	border-radius: 4px;
	background: #f0f6ff;
	color: #1a4b8c;
}

.nootest-metrics {
	margin: 0 0 8px;
	padding-left: 18px;
	font-size: 17px;
}
ul.nootest-metrics li {
	margin: 0 0 10px;
}

/* ===== Когортный анализ (кабинет / IQ) ===== */
.nootest-cohort-analysis{
	margin-top: 10px;
}
.nootest-cohort-title{
	margin: 20px 0 6px 0;
	font-size: 22px;
	font-weight: 700;
}
.nootest-cohort-list{
	margin: 0;
	padding-left: 18px;
	font-size: 17px;
}
.nootest-cohort-list li{
	margin: 0 0 10px;
}

.nootest-test-avg small {
	font-weight: normal;
	font-size: 14px;
	color: #666;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
	border-radius: 8px !important;
}
/* ===== Заголовок архива ===== */

.archive-header {
    margin-bottom: 1.5rem;
}

.archive-title {
    margin: 0 0 .75rem;
    font-size: 42px;
    line-height: 1.2;
}

/* ===== Сетка карточек ===== */

.archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

/* ===== Карточка теста ===== */

.archive-card {
    border-radius: 16px;
    overflow: hidden;
    /* фон карточки */
    background: linear-gradient(
        155deg,
        rgba(179, 255, 217, 1) 0%,
        rgba(255, 238, 204, 1) 100%
    );
}

/* делаем всю карточку кликабельной через блок-ссылку */
.archive-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
	min-height: 200px;
    text-decoration: none;
    color: inherit;
}

/* картинка */
.archive-card .card-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

/* тело карточки */
.archive-card .card-body {
    padding: .75rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

/* заголовок */
.archive-card .card-title {
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.25;
	font-weight: 600;
}

/* мета (если будет) */
.archive-card .card-meta {
    font-size: .9rem;
    color: #4b5563;
}

/* На всякий случай убиваем excerpt, если где-то остался */
.archive-card .card-excerpt {
    display: none !important;
}

/* ===== Пагинация ===== */

.pagination {
    margin-top: 2rem;
    text-align: center;
}

.pagination .nav-links {
    display: inline-flex;
    gap: .5rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 .5rem;
    border-radius: 999px;
    font-size: .95rem;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, .08);
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(4px);
}

/* активная страница */
.pagination .page-numbers.current {
    font-weight: 600;
    border-color: rgba(0, 0, 0, .18);
    background: rgba(255, 255, 255, .95);
}

/* наведение */
.pagination .page-numbers:hover {
    border-color: rgba(0, 0, 0, .25);
}

/* стрелки «назад/вперёд» */
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    padding: 0 .9rem;
}
.nootest-cabinet__profile input, .nootest-cabinet__profile select {
	margin-top: 5px;
}
/* Общий контейнер статистики — сетка */
.nootest-public-stats{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 14px;
	margin: 18px 0 24px;
	align-items: start;	
}

/* Total attempts — отдельная карточка, по возможности во всю ширину */
.nootest-public-stats__total{
	grid-column: 1 / -1; /* растягиваем на всю ширину сетки */

	padding: 14px 16px;
	border-radius: 14px;

	/* градиентный бордер */
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(
			155deg,
			rgba(179, 255, 217, 1) 0%,
			rgba(255, 238, 204, 1) 100%
		) border-box;
	border: 5px solid transparent;

	/* внешний вид */
	box-shadow: 0 6px 18px rgba(0,0,0,.07);

	/* типографика */
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
}

/* Заголовок “Cohort analysis” — тоже карточкой, но полегче */
.nootest-public-stats__title{
	grid-column: 1 / -1;

	padding: 15px 0;
	font-size: 20px;
	font-weight: 700;
	opacity: .9;
}

/* Каждая группа (возраст/образование/сфера) — карточка */
.nootest-public-stats__group{
	padding: 14px 16px;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(0,0,0,.07);
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(
			155deg,
			rgba(179, 255, 217, 1) 0%,
			rgba(255, 238, 204, 1) 100%
		) border-box;
	border: 5px solid transparent;	
}

/* Заголовок внутри карточки группы */
.nootest-public-stats__group-title{
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 700;
	opacity: .9;
}

/* Список внутри */
.nootest-public-stats__list{
	margin: 0;
	padding-left: 18px;
}

.nootest-public-stats__list li{
	margin: 6px 0;
	font-size: 17px;
	line-height: 1.35;
	opacity: .9;
}
.nootest-public-stats__mean {
	text-align: center;
}

/* Мобильная адаптация: одна колонка */
@media (max-width: 520px){
	.nootest-public-stats{
		grid-template-columns: 1fr;
	}
}
.nootest-public-stats__gauss {
	grid-column: 1 / -1; /* растягиваем на всю ширину сетки */

	padding: 14px 16px;
	border-radius: 14px;

	/* градиентный бордер */
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(
			155deg,
			rgba(179, 255, 217, 1) 0%,
			rgba(255, 238, 204, 1) 100%
		) border-box;
	border: 5px solid transparent;

	/* внешний вид */
	box-shadow: 0 6px 18px rgba(0,0,0,.07);

	/* типографика */
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}
/* Липкая зона кнопки старта (full-bleed белый фон по краям) */
.nootest-intro .test-start-button{
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + env(safe-area-inset-top));
  z-index: 1000;

  /* full-bleed фон на всю ширину вьюпорта */
  background: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

/* Центровка кнопки */
.nootest-intro .test-start-button{
  text-align: center;
}

.nootest-intro .test-start-button .nootest-btn-start{
	max-width: 400px;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 30px;
    margin: 30px 0;
}
.nootest-hidden { display: none; }
.nootest-more-tests {
	text-align: center;
	padding: 30px 30px 45px 30px;
    border-radius: 30px;
    background: #b3ffd9;
    background: linear-gradient(155deg, rgba(179, 255, 217, 1) 0%, rgba(255, 238, 204, 1) 100%);
    margin-top: 50px;
}
.nootest-more-tests h3 {
	font-size: 35px;
    font-weight: 600;
}
.nootest-more-tests p {
	font-size: 22px;
}
.nootest-more-tests a {
	padding: 10px 20px 13px 20px;
    background: #43c082;
    color: #fff;
    border-radius: 10px;
    text-decoration: unset;
}
.nootest-more-tests a:hover {
	background-color: #82e8c6;
	transition: color .1s ease-in-out, background-color .1s ease-in-out;
}
.nootest-socionics .nt-q {
	font-size: 24px;
    margin: 50px 0;
	font-weight: 500;
	border-left: 10px solid #43c082;
    padding-left: 10px;
	line-height: 2.2;
}
.nootest-socionics button.nt-opt {
	display: block;
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    border: 3px solid #dedede;
    width: 100%;
    text-align: left;
    font-size: 20px;
}
.nootest-socionics button.nt-opt.is-selected {
	border-color: #43c082;
}
.nootest-btn-nav {
	font-size: 20px;
    font-weight: 700;
    padding: 10px 40px;
}
.nt-actions {
	text-align: center;
	margin-top: 50px;
}
.nt-actions button.nt-btn {
	font-size: 20px;
    font-weight: 700;
    padding: 10px 40px;
    margin-right: 20px;
}
.nt-actions button.nt-btn.primary {
	margin-right: unset;
}