.navbar-expand-lg .navbar-nav {
	flex-wrap: wrap;
}
.nav-main .nav-link {
	height: 2.35rem;
}

.navbar.navbar--main {
	height: auto;
}

.sidebar-auth .form-control {
	margin: 0;
	border-radius: 0;
	padding-top: 1.5rem;
	border-radius: 5px 5px 0 0;
}
.sidebar-auth .form-control + .form-control {
	padding: .75rem 1.375rem;
	border-radius: 0;
}
.checkbox-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.sidebar-auth .form-control input[type="checkbox"] {
	margin-top: 5px;
}
.sidebar-auth .form-control input[type="checkbox"] + label {
	display: block;
	margin-left: 10px;
	text-align: left;
}

.col-margin-bottom {
	margin-bottom: 30px;
}

.sidebar-auth .form-label {
	white-space: nowrap;
	margin-right: 10px;
	width: 65px;
	flex: none;
	text-align: left;
}
.sidebar-auth .input[type="text"],
.sidebar-auth .input[type="password"] {
	width: 100%;
}

.btn {
	
}
.btn.btn-red {
	background-color: #cf2625;
	border-color: #cf2625;
	color: #fff;
}
.btn.btn-disabled {
	background-color: gray;
  border-color: gray;
	color: #fff;
}

/*12.12.18*/
.form-control-text {
	color: #1C1C1C;
}
.form-control-text h2 {
	margin-top: 0;
}
.form-control-btn {
	text-align: center;
}
.form-act-btn {
	display: inline-block;
	margin: 0 0 0 -5px;
}
.form-control-btn a.btn,
.form-control-btn button.btn,
.form-act-btn button.btn {
	width: 270px;
	padding: 0;
	display: block;
	margin: 50px auto 30px auto;
}
.form-control-btn a.btn:hover {
	text-decoration: none;
}
.form-control-btn a {
	max-width: 497px;
	display: block;
	margin: 0 auto;
	text-decoration: none;
}
.form-control-btn a:hover {
	text-decoration: underline;
}
.form-control-btn {

}

.input {
	display: inline-block;
	height: 40px;
	padding: 0 20px;
	position: relative;
	margin-bottom: 11px;
	color: #1c1c1c;
	vertical-align: middle;
	border: solid 1px transparent;
	outline: none;
	background-color: #dcecf6;
	-webkit-appearance: none;
	border-radius: 2px;
	box-sizing: border-box;
	transition: all ease 0.3s;
}
.input:hover {
	border-color: #157fc4;
	/*background-color: #157fc4;
	color: #ffffff;*/
}
.input:hover:placeholder {
	color: #777;
}
.input:hover:-moz-placeholder {
	color: #777;
}
.input:hover:-ms-input-placeholder {
	color: #777;
}
.input:hover::-webkit-input-placeholder {
	color: #777;
}
.input:focus {
	outline: none;
	border-color: #157fc4;
	background-color: transparent;
	/*color: #157fc4;*/
}
.input:focus:placeholder {
	color: #777;
}
.input:focus:-moz-placeholder {
	color: #777;
}
.input:focus:-ms-input-placeholder {
	color: #777;
}
.input:focus::-webkit-input-placeholder {
	color: #777;
}
textarea.input {
	padding: 10px 20px;
	height: auto;
}
select.input {
	/*padding: 0;*/
	cursor: pointer;
	-webkit-appearance: menulist;
}
select.input[multiple],
select.input.multiple {
	-webkit-appearance: inherit;
}
.input[type="number"],
.input[type="date"],
.input[type="time"] {
	padding: 0 0 0 20px;
}
.input[type="color"] {
	padding: 0;
}
.input[type="file"] {
	padding: 7px;
}
.input-required,
.input:required {
	border-color: #ea5600;
}
.input-ok:required {
	border-color: #0d9f00;
}
.input.disabled,
.input-disabled,
.input:disabled {
	opacity: .5;
}
.input.disabled:hover,
.input-disabled:hover,
.input:disabled:hover {
	background-color: #dcecf6;
	color: #1c1c1c;
}
.white-inputs .input,
.input.input-white {
	background-color: #ffffff;
	border-width: 2px;
}
.white-inputs .input:hover,
.input.input-white:hover {
	color: #157fc4;
	background-color: #ffffff;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}
.white-inputs .input:focus,
.input.input-white:focus {
	color: #ffffff;
	border-color: #ffffff;
	background-color: transparent;
	box-shadow: none;
}
.white-inputs .input:focus:-moz-placeholder,
.input.input-white:focus:-moz-placeholder {
	color: #d9d9d9;
}
.white-inputs .input:focus:-ms-input-placeholder,
.input.input-white:focus:-ms-input-placeholder {
	color: #d9d9d9;
}
.white-inputs .input:focus::-webkit-input-placeholder,
.input.input-white:focus::-webkit-input-placeholder {
	color: #d9d9d9;
}
.white-inputs .input.disabled,
.input.input-white.disabled,
.white-inputs .input-disabled,
.input.input-white-disabled,
.white-inputs .input:disabled,
.input.input-white:disabled {
	opacity: .5;
}
.white-inputs .input.disabled:hover,
.input.input-white.disabled:hover,
.white-inputs .input-disabled:hover,
.input.input-white-disabled:hover,
.white-inputs .input:disabled:hover,
.input.input-white:disabled:hover {
	color: #1c1c1c;
	background-color: #ffffff;
	box-shadow: none;
}
.white-inputs .input:-moz-placeholder,
.input.input-white:-moz-placeholder {
	color: #ededed;
}
.white-inputs .input:-ms-input-placeholder,
.input.input-white:-ms-input-placeholder {
	color: #ededed;
}
.white-inputs .input::-webkit-input-placeholder,
.input.input-white::-webkit-input-placeholder {
	color: #ededed;
}
.white-inputs select.input:focus,
.white-inputs select.input:hover,
select.input-white:focus,
select.input-white:hover {
	color: #157fc4 !important;
	background-color: #ffffff !important;
}
.input-block-level,
.input-block {
	width: 100%;
}
.checkbox {
	position: absolute;
	left: -9999px;
}
.checkbox + label {
	cursor: pointer;
	margin-top: 4px;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox + label > span {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -2px 5px 0 0;
	vertical-align: middle;
	background: #ffffff;
	cursor: pointer;
	border: solid 1px #d4d4d4;
	border-radius: 2px;
	position: relative;
}
.checkbox + label:hover > span {
	border-color: #d4d4d4;
}
.checkbox:checked + label > span {
	border-color: #d4d4d4;
}
.checkbox:checked + label > span:before {
	content: ' ';
	position: absolute;
	border: solid #157fc4;
	border-width: 0 0 2px 2px;
	height: 4px;
	width: 9px;
	left: 3px;
	top: 4px;
	transform: rotate(-45deg);
}
.checkbox:focus + label > span {
	border-color: #157fc4;
}
.checkbox:focus + label {
	color: #157fc4;
}
.checkbox:checked:disabled + label > span,
.checkbox:checked:disabled + label:hover > span {
	border-color: #1c1c1c;
	background-color: #4f4f4f;
	cursor: default;
}
.checkbox:checked:disabled + label > span:before,
.checkbox:checked:disabled + label:hover > span:before {
	border-color: #1c1c1c;
}
.checkbox:disabled + label > span,
.checkbox:disabled + label > span:hover,
.checkbox:disabled + label:hover > span {
	border-color: #1c1c1c;
	background-color: #363636;
	cursor: default;
}
.checkbox:disabled + label > span:before,
.checkbox:disabled + label > span:hover:before,
.checkbox:disabled + label:hover > span:before {
	border-color: #1c1c1c;
}
.checkbox:disabled + label,
.checkbox:disabled + label:hover {
	color: #1c1c1c;
	cursor: default;
}
.radio {
	position: absolute;
	left: -9999px;
}
.radio + label {
	cursor: pointer;
	margin-top: 4px;
	display: inline-block;
}
.radio + label > span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: -2px 5px 0 0;
	vertical-align: middle;
	background: #ffffff;
	cursor: pointer;
	border: solid 1px #d4d4d4;
	position: relative;
	border-radius: 10px;
}
.radio + label:hover > span,
.radio + label:focus > span {
	border-color: #d4d4d4;
}
.radio:checked + label > span {
	border-color: #d4d4d4;
}
.radio:checked + label > span:before {
	content: ' ';
	position: absolute;
	height: 12px;
	width: 12px;
	background: #157fc4;
	left: 3px;
	top: 3px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 15px;
}
.radio:focus + label > span {
	border-color: #157fc4;
}
.radio:focus + label {
	color: #157fc4;
}
.radio:checked:disabled + label > span,
.radio:checked:disabled + label:hover > span {
	border-color: #1c1c1c;
	background-color: #4f4f4f;
	cursor: default;
}
.radio:checked:disabled + label > span:before,
.radio:checked:disabled + label:hover > span:before {
	background: #1c1c1c;
}
.radio:disabled + label > span,
.radio:disabled + label > span:hover,
.radio:disabled + label:hover > span {
	border-color: #1c1c1c;
	background-color: #363636;
	cursor: default;
}
.radio:disabled + label > span:before,
.radio:disabled + label > span:hover:before,
.radio:disabled + label:hover > span:before {
	background: #1c1c1c;
}
.radio:disabled + label,
.radio:disabled + label:hover {
	color: #1c1c1c;
	cursor: default;
}
.bx-auth-reg .alert p {
	margin: 0 !important;
}
.form-control {
	margin: 1em 0;
}
.form-control .input {
	margin: 0;
}

.form-label {
	padding-bottom: 8px;
	/* display: inline-block; */
}
@media (min-width: 768px) {
	.form-label {
		text-align: right;
		line-height: 40px;
		vertical-align: middle;
		padding-bottom: 0;
	}
}
.required {
	color: #a42338;
}



.top-header-link {

}

.title_and_next_btn_container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.title_and_next_btn_container div:first-child {
	margin: 0 30px 0 0;
}

@media only screen and (max-width: 575px) {
	.title_and_next_btn_container {
		flex-direction: column;
	}
	.title_and_next_btn_container div:first-child {
		margin: 0 0 15px;
	}
}

.slabvid-icon {

}
.slabvid-text {
	margin: 0 0 0 10px;
}
.social-networks {
	text-align: right;
}

.top-header-nav.top-header-nav li > a span {
	color: inherit;
}

body .logo:hover,
body .logo {
	display: inline-block;
	margin-top: 15px;
	margin-left: 10px;
	color: inherit;
	white-space: nowrap;
}
body .top-header-nav-ul {
	width: auto;
}
body .container-top-header .top-header-link {
	min-width: 0;
}
body .container-top-header .top-header-link:first-child {
	padding-left: 5px;
	margin-left: 0;
}

.profile-calendar-input-container {
	position: relative;
}

.profile-calendar-input-container .calendar-icon {
	position: absolute;
	top: 10px;
	right: 10px;
}

.opros-container {
	min-height: 500px;
}
.opros-question {
	display: none;
}
.opros-question--active {
	display: block;
}
.opros-question-title {
	font-weight: bold;
	line-height: 1.5;
}
.opros-question-subtitle {
	line-height: 1.5;
	line-height: 1.5;
	margin: 10px 0 20px;
}
.opros-question-subtitle-extra {
	display: inline-block;
	max-width: 0;
	transition: 0.4s;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	line-height: 1.5;
}
.opros-question-subtitle-extra--active {
	max-width: 200px;
}
.opros-question-answers {

}
.opros-question-answer {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 15px;
	max-width: 350px;
	max-height: 250px;
	transition: 0.4s;
	overflow: hidden;
}
.opros-question-answer input[type="radio"] {
	margin: 0 10px 0 2px;
}
.opros-question-answer-text {
	display: inline-block;
	vertical-align: top;
}
.opros-question-answer--hidden {
	max-height: 0;
	margin: 0;
}
.opros-question-answer-link {

}
.opros-question-reset-container {
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: 0.4s;
}
.opros-question-reset-container--active {
	margin: 20px 0;
	max-height: 80px;
}
.btn.opros-question-reset-link {
	background-color: #cf2625;
	border-color: #cf2625;
}

.btn:focus {
	box-shadow: none;
}

.opros-question-selected {
	display: none;
}
.opros-question-selected--active {
	display: block;
}
.opros-question-selected-title {
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}
.opros-question-selected-items {

}
.opros-question-selected-item {
	line-height: 1.5;
	margin: 0 0 5px;
}
.opros-question-continue-container {
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: 0.4s;
}
.opros-question-continue-container--active {
	margin: 0 0 20px;
	max-height: 120px;
}
.opros-question-continue-link {

}
.opros-container a.btn {
	height: auto;
	padding: 0.5em;
	line-height: 1.5;
	white-space: normal;
	min-width: 180px;
}
.opros-container a.btn-square {
	text-align: left;
}

.form-label.form-label {
	line-height: 1.5;
}
.opros-repeat {
	margin: 50px 0 10px;
	text-align: center;
}
.pzk-1-color {
	color: #9900CC;
}
.pzk-2-color {
	color: #0033FF;
}
.pzk-3-color {
	color: #33CC00;
}
.pzk-4-color {
	color: #FFCC00;
}
.pzk-5-color {
	color: #CC0000;
}

.chart-prof-orient  {
	margin: 50px 0;
}
.chart-prof-orient-text-0 {
	margin: 30px 0;
	line-height: 1.5;
}
.chart-prof-orient-text-1 {

}
.chart-prof-orient-text-2 {
	margin: 60px 0;
}
.chart-prof-orient-text-1 ul {
	margin: 0;
}
.chart-prof-orient-text-1 li {
	line-height: 1.5;
	margin: 0 0 1em;
}

.chart-portfolio  {
	margin: 50px 0;
}
.chart-portfolio-text-0 {
	margin: 30px 0;
	line-height: 1.5;
}
.chart-portfolio-text-1 {

}
.chart-portfolio-text-2 {
	margin: 60px 0;
}
.chart-portfolio-text-1 ul {
	margin: 0;
}
.chart-portfolio-text-1 li {
	line-height: 1.5;
	margin: 0 0 1em;
}


.chart-portfolio-itog  {
	margin: 50px 0;
}
.chart-portfolio-itog-text-0 {
	margin: 30px 0;
	line-height: 1.5;
}
.chart-portfolio-itog-text-1 {

}
.chart-portfolio-itog-text-2 {
	margin: 60px 0;
}
.chart-portfolio-itog-text-1 ul {
	margin: 0;
}
.chart-portfolio-itog-text-1 li {
	line-height: 1.5;
	margin: 0 0 1em;
}


.opros-ped-result  {
	margin: 50px 0;
}
.opros-ped-result-text-0 {
	margin: 30px 0;
	line-height: 1.5;
}
.opros-ped-result-text-1 {

}
.opros-ped-result-text-2 {
	margin: 60px 0;
}
.opros-ped-result-text-1 ul {
	margin: 0;
}
.opros-ped-result-text-1 li {
	line-height: 1.5;
	margin: 0 0 1em;
}


.opros-ped-itog-result  {
	margin: 50px 0;
}
.opros-ped-itog-result-text-0 {
	margin: 30px 0;
	line-height: 1.5;
}
.opros-ped-itog-result-text-1 {

}
.opros-ped-itog-result-text-2 {
	margin: 60px 0;
}
.opros-ped-itog-result-text-1 ul {
	margin: 0;
}
.opros-ped-itog-result-text-1 li {
	line-height: 1.5;
	margin: 0 0 1em;
}

.itog-buttons-container {
	margin: 0 0 15px;
}

.itog-buttons {
	margin: 0 0 35px;
}


.opros-finish-title {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 30px;
}

.opros-summary-item {
	margin: 30px 0 60px;
}
.opros-summary-item-buttons {
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.opros-summary-item-buttons .btn:last-child {
	margin-right: 0;
}
.opros-summary-item-buttons .btn {
	margin-bottom: 15px;
	margin-right: 15px;
}
.opros-summary-item-title {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 15px;
}
.opros-summary-item-description {
	font-style: italic;
	margin: 0 0 10px;
}
.opros-summary-item ul {
	margin: 0 0 45px;
}
.opros-summary-item li {
	line-height: 1.5;
	margin: 0 0 0.3em;
}

.footer-portal-logo-block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 20px;
}
.footer-portal-logo {
	display: block;
	width: 110px;
	min-width: 110px;
	margin: 0 5px 0 0;
}
.footer-portal-logo-padding {
	display: block;
	width: 100%;
	height: 0;
	padding: 0 0 100%;
	overflow: hidden;
	border-radius: 0;
	background: transparent no-repeat center url('/upload/pages/index/logoper.png');
	background-size: contain;
}
.footer-portal-logo-title {
	display: block;
	font-weight: bold;
}
.footer-key-sections-title {
	font-weight: bold;
}
.footer-key-sections {
	margin: 0 0 20px;
}
.footer-key-sections ul {
	margin: 0;
	padding: 0;
}
.footer-key-sections li:first-child {
	display: none;
}
.footer-key-sections li {
	margin: 0;
	padding: 0;
	display: block;
}
.footer-key-sections a {
	color: inherit;
	text-decoration: none;
	background: inherit;
}
.footer-key-sections a:hover {
	text-decoration: underline;
}
.footer-help-title {
	font-weight: bold;
}
.footer-help-email {

}

.footer-help-email a {
	color: inherit;
	text-decoration: none;
	background: inherit;
}
.footer-help-email a:hover {
	text-decoration: underline;
}

.index-portal-logo-block {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.index-portal-logo {
	display: block;
	flex: none;
	width: 200px;
	margin: 0 18px 0 0;
}
.index-portal-logo-padding {
	display: block;
	width: 100%;
	height: 0;
	padding: 0 0 43.9175258%;
	overflow: hidden;
	border-radius: 0;
	background: transparent no-repeat center url('/upload/pages/index/logoper2.png');
	background-size: contain;
}
.index-portal-logo-title {
	font-size: inherit;
	font-weight: bold;
	margin: 0 0 10px;
}
.index-portal-logo-text {

}
.index-portal-oblast-img {
	margin: 0 0 15px;
}
.index-portal-ablities-title {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px;
}
.index-portal-start {
	margin: 0 0 40px;
}

.index-portal-profit-section {
	
}
.index-portal-profit-section .row {
	justify-content: flex-start;
	align-items: stretch;
}
.index-portal-profit-section .row > div {
	height: auto;
	margin: 0 0 30px;
}
.index-portal-profit-block {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border: 1px solid #157fc4;
	/* margin: 0 0 30px; */
	padding: 15px;
	height: 100%;
}
.index-portal-profit-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 340px;
	width: 100%;
	margin: 0 10px 0 0;
}
.index-portal-profit-title {
	font-weight: bold;
}
.index-portal-profit-goto {
	text-align: center;
	margin: 30px 0 10px;
}
.index-portal-profit-goto-link {

}
.index-portal-profit-icon {
	display: block;
	width: 110px;
	min-width: 110px;
}
.index-portal-profit-icon-padding {
	display: block;
	width: 100%;
	height: 0;
	padding: 0 0 100%;
	background: #157fc4 no-repeat center;
	background-size: contain;
	border-radius: 50%;
	overflow: hidden;
}
.index-portal-profit-icon-prepod {
	border-radius: 0;
	background-color: #fff;
	background-image: url('/upload/pages/index/prepod.jpg');
}
.index-portal-profit-icon-obuch {
	border-radius: 0;
	background-color: #fff;
	background-image: url('/upload/pages/index/obuch.jpg');
}
.index-portal-profit-icon-rodit {
	border-radius: 0;
	background-color: #fff;
	background-image: url('/upload/pages/index/rodit.jpg');
}
.index-portal-profit-icon-rabotodat {
	border-radius: 0;
	background-color: #fff;
	background-image: url('/upload/pages/index/rabotodat.jpg');
}
.index-portal-profit-icon-detyam {
	border-radius: 0;
	background-color: #fff;
	background-image: url('/upload/pages/index/detyam.png');
}
.index-portal-profit-icon-soiskat {
	border-radius: 0;
	background-color: #fff;
	background-image: url('/upload/pages/index/soiskat.jpg');
}
.index-portal-profit-icon-uch-svo {
	border-radius: 0;
	background-color: #fff;
	background-image: url('/upload/pages/index/uch-svo.jpg');
}
.index-portal-profit-icon-gossluzh {
	border-radius: 0;
	background-color: #fff;
	background-image: url('/upload/pages/index/gossluzh.jpg');
}
.profile-queue-block {
	padding: 8px 16px;
	margin: 10px 0 0;
}
.profile-queue-block-text {
	
}
.profile-extra-child-ovz-label,
.profile-extra-child-ovz-pmpk-label,
.profile-extra-child-parent-status-label,
.profile-extra-child-ovz-health-label,
.profile-extra-child-invalid-ipra-label,
.profile-extra-invalid-status-label,
.profile-extra-health-status-label,
.profile-extra-occupy-mode-label,
.profile-extra-receive-news-label,
.profile-extra-favorite-news-theme-label {
	display: block;
}

.profile-extra-child-parent-status-group-sub,
.profile-extra-child-ovz-health-group-sub,
.profile-extra-child-ovz-pmpk-group-sub {
	padding: 0 0 0 30px;
}

.btn-profile-input-extra-user-status-change {
	position: absolute;
	right: 20px;
	left: auto;
	top: 5px;
	bottom: 5px;
	padding: 0 20px;
	font-size: 14px;
	height: auto;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.portfolio-subject-choose-form {
}
.portfolio-subject-choose-form-label {
}
.portfolio-subject-choose-form-checkbox {

}
.portfolio-subject-choose-form-clearfix {
	margin: 15px 0;
}
.portfolio-subject-choose-form-bottom {
	text-align: right;
}

.portfolio-subject-choosen-list-flex {
	display: flex;
}
.portfolio-subject-choosen-list {
	margin: 15px 0;
}
.portfolio-subject-choosen-list-item {
	margin: 10px 0 30px;
}
.portfolio-subject-choosen-list-item-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 500px;
}
.portfolio-subject-choosen-list-item-events {

}
.portfolio-subject-choosen-list-item-text {
	margin-right: 25px;
}
.portfolio-subject-choosen-list-item-button {
	margin-left: auto;
}

.portfolio-subject-choosen-list-item-button {
}


.portfolio-event-list {
	margin: 0 0 15px;
}
.portfolio-event-list-title {
	margin: 0 0 10px;
	font-weight: bold;
}
.portfolio-event-list-item {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}
.portfolio-event-list-item-name {
	min-width: 250px;
	margin: 0 0 5px;
}
.portfolio-event-list-item-status {
	width: 100%;
}
.portfolio-event-list-item-status-label {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.portfolio-event-list-item-status-checkbox {

}


.portfolio-main-item-button {
	margin: 0 0 20px;
}

.portfolio-main-item-button-no-achievments {
	margin: 10px 0 0 20px;
	display: inline-block;
	vertical-align: top;
}


.side-bar-group {
	margin: 0 0 30px
}
.side-bar-group p {
	margin: 0 0 10px;
}
.side-bar-group-p {
	margin: 20px 0;
}
.side-bar-group-p-sub {
	padding: 0 0 0 10px;
	margin: 0 0 15px;
}


.traproobr_block {
	
}
.traproobr_block_section {
	margin: 0 0 40px;
}
.traproobr_block_section_title {
	margin: 0 0 5px;
}
.traproobr_block_section_title_link {
	
}
.traproobr_block_spheres {
	padding: 0 0 0 30px;
}
.traproobr_block_sphere {
	
}
.traproobr_block_sphere_title {
	margin: 0 0 5px;
}
.traproobr_block_sphere_title_link {
	
}
.traproobr_block_directions {
	margin: 0 0 30px;
	padding: 0 0 0 30px;
}
.traproobr_block_direction {
	
}
.traproobr_block_direction_table_overflow {
	overflow: auto;
}
.traproobr_block_direction_table {
	border-collapse: collapse;
	width: 100%;
}
.traproobr_block_direction_table th,
.traproobr_block_direction_table td {
	border: 1px solid black;
	padding: 3px 5px;
}
.traproobr_block_direction_table td:last-child {
	text-align: center;
}
.traproobr_block_orgs_table_overflow {
	overflow: auto;
}
.traproobr_block_orgs_table {
	border-collapse: collapse;
	width: 100%;
}
.traproobr_block_orgs_table th,
.traproobr_block_orgs_table td {
	border: 1px solid black;
	padding: 3px 5px;
}

.traproobr_block_direction_list_link {
	
}
.btn.traproobr_block_direction_list_link {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	margin: 5px 0;
	white-space: nowrap;
}
.traproobr_block_orgs {
	display: block;
	width: 100%;
	max-width: 1000px;
}
.traproobr_block_org_item {
	
}


@media only screen and (max-width: 575px) {
	.index-portal-logo-block {
		flex-wrap: wrap;
	}
	.footer-portal-logo-block {
		flex-wrap: wrap;
	}
	.portfolio-event-list-item-name {
		min-width: 0;
		width: 100%;
	}
	.portfolio-event-list-item {
		flex-wrap: wrap;
	}
	.portfolio-subject-choosen-list-item-info {
		flex-direction: column;
		max-width: none;

	}
	.portfolio-subject-choosen-list-item-text {
		margin: 0 0 10px;
	}
	.portfolio-subject-choosen-list-item-button {
		margin: 0 0 10px;
	}
}

.side-bar-boyan {
	
}
.side-bar-boyan-title {
	text-decoration: underline;
	cursor: pointer;
	color: var(--bs-link-color);
}
.side-bar-boyan-title b {
	font-weight: normal;
}
.side-bar-boyan-content {
	padding: 0 0 0 10px;
}


.profile-extra-education-container {
	margin: 60px 0;
}

.profile-extra-parent-info-container {
	margin: 40px 0;
}

.personal-profile-form .form-control {
	margin: 0;
}

.profile-extra-education-group {
	margin: 0 0 35px;
}
.profile-extra-education-group .form-control {
	margin-bottom: 10px;
}
.profile-extra-education-group-delete {
	margin: 10px 0 0;
	text-align: right;
}

.profile-checkbox-label {
	position: relative;
}
.profile-checkbox-text {
	display: block;
	padding-left: 26px;
}
.profile-checkbox-text:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: #dcecf6;
	border: 1px solid #1c1c1c;
	border-radius: 2px;
}
input[required] + .profile-checkbox-text:after {
	border-color: #ea5600;
}
input[checked] + .profile-checkbox-text:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 6px;
	display: block;
	width: 5px;
	height: 7px;
	transform: rotate(225deg);
	border-left: 2px solid #1c1c1c;
	border-top: 2px solid #1c1c1c;
	z-index: 1;
}
input[checked] + .profile-checkbox-text:after {
	border-color: #0d9f00;
}
.profile-checkbox-label input {
	position: absolute;
	top: 4px;
	left: 1px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: block;
	width: 5px;
	height: 5px;
}


.worker-filter-form {
	margin: 0 0 30px;
}
.worker-filter-block h3 {
	margin: 0 0 5px;
}
.worker-filter-block {
	margin: 0 0 40px;
}
.worker-filter-block label {
	display: block;
	padding: 0 0 0 10px;
}
.worker-filter-block label select {
	margin-left: 5px;
}
.worker-filter-block label input {
	margin-right: 5px;
}

.worker-result-block {
	
}
.worker-result-block table {
	border-collapse: collapse;
	border: 1px solid black;
}

.worker-result-block {
	overflow: auto;
}
.worker-result-block table {
	border-collapse: collapse;
	width: 100%;
}
.worker-result-block table th,
.worker-result-block table td {
	border: 1px solid black;
	padding: 3px 5px;
}

.novosti-list .news-item {
	position: relative;
	margin: 0 0 60px;
}

.news-item-header {
	margin: 0;
}

.news-item-like {
	position: absolute;
	right: 0;
	bottom: 30px;
}

.news-item-like span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
}

.news-item-like a:visited,
.news-item-like a:hover,
.news-item-like a {
	text-decoration: none;
}

.news-item-like img {
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}
.news-item-like a img {
	-webkit-filter: none;
	        filter: none;
	opacity: 0.5;
}
.news-item-like a:hover img {
	opacity: 1;
}
.news-item-like.liked img,
.news-item-like.liked a img {
	-webkit-filter: none;
	        filter: none;
	opacity: 1;
}

.top-nav-block > ul > li.selected > a {
	color: #ffffff;
	background: #45a3ba;
}

.request_warning.-error .bg-primary {
	background: #e19494 !important;
}
.request_warning.-success .bg-primary {
	background: #7bbb75 !important;
}

.siblings_block {
	margin: 0 0 50px;
	
}

body .ca-box .ca-content-section h2.ca-title {
	color: #0f61d9;
	font-size: 1.5rem;
}
body .ca-btn {
	outline: 0;
	padding: .3rem 1rem;
}

.card--staff {
	margin-bottom: 1.875rem;
	margin-top: 1.875rem;
}
.card--staff .card-body {
	line-height: 1.25;
}
.card--staff .card-image {
	--bs-aspect-ratio: 133%;
	max-width: 10rem;
}
@media (min-width: 576px) {
	.card--staff .card-image {
		max-width: none;
	}
}


.cabinet-page-container {
}
.cabinet-page-step {
	margin-bottom: 60px;
}
.cabinet-page-step-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cabinet-page-list-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.cabinet-page-list-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.cabinet-page-list-item-text {
	width: 70%;
}
.cabinet-page-list-item-buttons {
	/*
	display: inline-block;
	color: #147FC4;
	background-color: #DDEBF6;
	text-decoration: none;
	border-radius: 50px;
	text-align: center;
	font-size: 14px;
	padding: 10px;
	flex-shrink: 0;
	border: none;*/
	width: 25%;
	margin-left: 10px;
	flex: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}
.cabinet-page-button {
	padding: 10px;
	margin-bottom: 10px;
}
.cabinet-page-button:last-child {
	/* margin-left: 0; */
	margin-bottom: 0;
}
.cabinet-page-button:hover {
	/* background-color: #c6d8f0; */
}
@media (max-width: 768px) {
	.cabinet-page-list-item {
		flex-direction: column;
		align-items: flex-start;
	}
	.cabinet-page-list-item-text {
		width: 100%;
		margin-bottom: 10px;
	}
	.cabinet-page-button {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
}

.work-start-page .sidebar-header.h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

.work-start-page .side-bar-boyan-content {
	display: block !important;
}

.work-start-page .side-bar-boyan-title {
	pointer-events: none;
	color: inherit;
	text-decoration: none;
	cursor: inherit;
}

.work-start-page .side-bar-boyan-title b {
	font-weight: bold;
}

.work-start-page .side-bar-group:first-child {
	display: none;
}