.wrapper {
	width: 100%;
}

.wrapper .header {
	margin: 0px auto;
    width: 500px;
}

.wrapper .header .logo {
	text-align: center;
}

.congratulation-container {
	max-width: 600px;
	margin: 50px auto;
}

.congratulation-container .final-message {
	font-size: 20px;
	margin-top: 50px;
}

.congratulation-container .contacts-container .title {
	font-size: 20px;
	margin-bottom: 10px;
}
.congratulation-container .contacts-container .contact-name {
	font-size: 18px;
}
.congratulation-container .contacts-container .contact-post {
	font-size: 14px;
}
.congratulation-container .contacts-container .contact-phone {
	font-size: 14px;
}
.congratulation-container .contacts-container .contact-email {
	font-size: 14px;
}
.congratulation-container .contacts-container .contact-WhatsApp-label {
	font-size: 16px;
	text-align: center;
}
.congratulation-container .contacts-container .contact-WhatsApp-qr-img {	
	text-align: center;
}

/* Стили c ppsold.webrise.ru, взяты 05.10.2021 г. */

/* reset */
*, *:before, *:after{
	box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-size-adjust: none;
}

footer, header, nav, section, main{
	display: block;
}

body{
	line-height: 1;
}

ol, ul{
	list-style: none;
}

blockquote, q{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after{
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

input{
	-webkit-appearance: none;
	border-radius: 0;
}

/* fonts */
@font-face {
	font-family: 'ALSHauss';
	src: url('fonts/ALSHauss-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'ALSHauss';
	src: url('fonts/ALSHauss-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'ALSHauss';
	src: url('fonts/ALSHauss-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'ALSHauss';
	src: url('fonts/ALSHauss-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* index */
html, body {
	font-family: 'ALSHauss', sans-serif;
}

/* .content-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 80px;
} */

#academic-education-list {
	display: flex;
	flex-direction: column;
	/* margin: 0 5% 0 calc(418px + 5%);
	margin: 0 auto 40px; */
	margin: 50px auto;
}

.academic-education-container {
	display: flex;
}

.academic-top {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto 0;
}

.academic-top-header {
	font-size: 64px;
	line-height: 1.2;
	font-weight: 500;
	color: #e5e5e5;
}

.section-box {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	padding: 32px;
	margin: 40px auto 0;
}

.section-box-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-add-item:hover {
	cursor: pointer;
}

.section-head {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 500;
}

.box-head {
	margin: 24px 0 15px;
	background: #F7F7F9;
	border-radius: 16px;
	padding: 30px 20px;
	display: flex;
	justify-content: space-between;
}

.box-head-text {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	display: flex;
	word-break: break-word;
}

.column {
	margin-right: 3%;
}

.column:last-of-type {
	margin-right: 0;
}

.column-big {
	width: 45%;
}

.column-medium {
	width: 35%;
}

.column-small {
	width: 20%;
}

.column-wrap {
	flex-wrap: wrap;
}

.column-wrap a.link-red {
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: transparent;
}
.column-wrap a.link-red:hover {
	border-color: rgba(215,44,51,.2);
}

.column-xsmall {
	width: 15%;
}

.column-xxsmall {
	width: 6%;
}

.box-row {
	display: flex;
	justify-content: space-between;
	padding: 15px 20px;
}

.box-body-text {
	display: flex;
	word-break: break-word;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
}

.text-center {
	text-align: center;
	justify-content: center;
}

.column-icon {
	display: flex;
	justify-content: space-between;
}

.edit-item, .delete-item {
	display: flex;
	cursor: pointer;
}

/*Модальные окна*/
.overlay, .modal-window {
	display: none;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	/* height: 100vh; */
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	padding: 112px 0;
	overflow-y: auto;
	z-index: 500;
}

.modal-window {
	position: relative;
	z-index: 99;
	background-color: #fff;
	max-width: 920px;
	width: 100%;
	padding: 48px;
	border-radius: 16px;
}

.modal-active {
	display: flex;
}

.modal-small {
	align-self: center;
}

.form-container-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.flex-row {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.flex-row-item {
	display: flex;
	margin: 40px 0 0;
}

.item-col-1 {
	flex-basis: 100%;
}

.item-col-2 {
	flex-basis: 49%;
}

.item-col-3 {
	flex-basis: 32%;
}

.item-col-4 {
	flex-basis: 24%;
}

.item-col-5 {
	flex-basis: 19%;
}

.left-item {
	justify-content: flex-end;
}

.right-item {
	justify-content: flex-start;
}

/*select*/
.select-box {
	width: 100%;
	padding: 10px;
	font-size: 20px;
	line-height: 1.2;
	border-radius: 24px;
	border: 1px solid #e5e5e5;
	background: none;
	outline: none;
}

.select-box:required:invalid {
	color: #A2A2AE;
}

.select-box option {
	color: #271919;
}

.btn {
	max-width: 300px;
	width: 100%;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	padding: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	cursor: pointer;
}

.btn-save {
	background: #E62B25;
	color: #fff;
}

.btn-cancel {
	border: 2px solid #e5e5e5;
	color: #A2A2AE;
}

.modal-info {
	font-size: 14px;
	line-height: 1.5;
	color: #A2A2AE;
	font-weight: 400;
	position: relative;
	padding: 0 20px;
}

.modal-info::before {
	position: absolute;
	content: '*';
	left: 0;
	top: -2px;
	font-size: 20px;
}

.info-required::before {
	color: #E62B25;
}

.info-visible::before {
	color: #E78E24;
}

/*input*/
.input-box {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.input-box input {
	border: none;
	outline: 0;
	width: 100%;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	cursor: pointer;
	padding: 31px 24px 16px;
	border-radius: 24px;
	border: 1px solid #e5e5e5;
	transition: all 0.1s ease-in-out;
}

.input-box-error input{
	background: #fcf0f1;
	border: 1px solid #FF000B;
}

.input-box input:focus {
	border: 1px solid #E62B25;
}

/* input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
} */

.input-box label {
	font-size: 20px;
	position: absolute;
	color: #A2A2AE;
	transform-origin: top left;
	transform: translate(24px, 30px) scale(1);
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

.input-box-error label {
	color: #FF000A;
}

.input-error-message {
	font-size: 16px;
	line-height: 17px;
	font-weight: 400;
	color: #FF000A;
	position: absolute;
	bottom: -23px;
	left: 0;
	overflow: hidden;
	height: 17px;
}

.double-required-input span:first-of-type {
	position: absolute;
	right: -12px;
	top: -2px;
	font-size: 20px;
	color: #E62B25;
}

.double-required-input span:last-of-type {
	position: absolute;
	right: -23px;
	top: -2px;
	font-size: 20px;
	color: #F99B1C;
}

.required-input-label-end::after {
	position: absolute;
	content: '*';
	right: -12px;
	top: -2px;
	font-size: 20px;
}

.required-input-label-start::before {
	position: absolute;
	content: '*';
	left: -12px;
	top: -2px;
	font-size: 20px;
}

.red-label::first-letter, .red-label::before {
	color: #E62B25;
}

.orange-label::after, .orange-label::before {
	color: #F99B1C;
}

.float-container.input-active label {
	transform: translate(24px, 8px) scale(0.75);
}
.float-container label {
	display: block;
	width: max-content;
	z-index: 100;
	transform: translate(24px, 8px) scale(0.75);
}
.tooltip {
	position: absolute;
	top: -15px;
	right: -15px;
}

.tooltip .tooltip-text {
	visibility: hidden;
	width: 120px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 2;
	bottom: 150%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.tooltip .tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

/* checkbox*/
.checkbox {
	display: flex;
	font-size: 16px;
	line-height: 21px;
	color: #271919;
	align-items: center;
}

.checkbox-disabled {
	color: #CFCFCF;
}

.checkbox-control {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px !important;
	height: 28px;
	border-radius: 10px !important;
	border: 1px solid #CFCFCF;
	margin-right: 12px;
}

.checkbox-control svg {
	transition: transform 0.1s ease-in 25ms;
	transform: scale(0);
}

.checkbox-input {
	display: flex;
	padding: 10px !important;
}

.checkbox-label {
	transform: none !important;
	margin-left: 45px;
	min-width: 200px;
}

.checkbox-input input:checked + .checkbox-control svg {
	transform: scale(1);
}

.checkbox-input input:disabled + .checkbox-control {
	color: #CFCFCF;
}

/*input file*/
.file-box {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.inputfile-label {
	background-color: #fff;
	padding: 25px;
	border: 1px dashed rgba(0, 0, 0, 0.5);
	border-radius: 24px;
	cursor: pointer;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
}

#file-chosen{
	font-size: 18px;
	line-height: 22px;
	color: #271919;
}

#file-size {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #A2A2AE;
}

.red {
	color: #E62B25;
}

.orange {
	color: #F99B1C;
}

.grey {
	color: #C4C4C4;
}

.black {
	color: #000;
}

.ext-box {
	width: 40px;
	height: 40px;
	background: rgba(115, 0, 206, 0.1);
	border-radius: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	color: #7300CE;
}

.file-info {
	display: none;
	align-items: flex-start;
	margin-top: 16px;
}

.file-text {
	display: flex;
	flex-direction: column;
	padding-left: 16px;
}

.file-delete {
	width: 20px;
	height: 20px;
	margin: 10px 0 0 50px;
	opacity: 0.3;
	cursor: pointer;
	position: relative;
	transition: all 0.1s ease-in-out;
}

.file-delete:hover {
	opacity: 1;
}

.file-delete:before, .file-delete:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #333;
}

.file-delete:before {
	transform: rotate(45deg);
}

.file-delete:after {
	transform: rotate(-45deg);
}

/*left-sidebar*/
.left-sidebar {
	display: flex;
	flex-direction: column;
	width: 418px;
	background: #f0f0f0;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	padding-top: 20px;
	border-right: 1px solid rgba(196,196,196,0.2);
	margin-right: 40px;
}

.academic-logo {
	width: 177px;
	height: 55px;
	margin: 0 40px 0 40px;
}

.academic-profile {
	display: flex;
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	margin: 36px 16px;
	align-items: center;
	text-decoration: none;
}

.academic-profile-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.academic-profile-info {
	margin: 0 0 0 24px;
	font-size: 18px;
	line-height: 24px;
}

.profile-text {
	color: #A2A2AE;
	padding-bottom: 5px;
}

.profile-fio {
	color: #271919;
}

.nav {
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
}

.menu-list-item {
	transition:all 0.1s linear;
	position: relative;
}

.menu-list-item:hover {
	background: #fff;
}

.menu-link {
	text-decoration: none;
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	color: #271919;
	display: block;
	padding: 12px 0 12px 40px;
}

.link-disabled {
	color: #A2A2AE;
	pointer-events: none;
}

.socials {
	display: flex;
	margin: 25px 10px 0 40px;
}

.social-link {
	text-decoration: none;
	width: 48px;
	height: 48px;
	display: flex;
	border-radius: 50%;
}

.submenu-list{
	position:absolute;
	bottom:0px;
	left:100%;
	display:none;
	width:auto;
	border-radius: 8px;
	background:#fff;
	padding: 35px;
}

.nav ul li:hover .submenu-list {
	display:block;
}

.submenu-link {
	text-decoration: none;
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	color: #271919;
	display: block;
	padding: 23px 0;
	white-space:nowrap;
}
.submenu-list-item {
	border-bottom: 1px solid #E5E5E5;
}

.submenu-list li:last-child{
	padding-bottom: 100px;
	border-bottom: none;
}

.nav-toggle {
	cursor: pointer;
	height: 2rem;
	left: 1rem;
	position: absolute;
	top: 20px;
	width: 3.6rem;
	z-index: 2;
}

@media screen and (min-width:768px) {
	.nav-toggle {
		display: none;
	}
}

.nav-toggle:hover {
	opacity: 0.8;
}

.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #cecece;
	content: "";
	height: 0.4rem;
	transition: all 0.5s;
	width: 100%;
}

.nav-toggle .nav-toggle-bar {
	margin-top: 0;
}

.nav-toggle .nav-toggle-bar::after {
	margin-top: 0.8rem;
}

.nav-toggle .nav-toggle-bar::before {
	margin-top: -0.8rem;
}

.nav-toggle.expanded .nav-toggle-bar {
	background: transparent;
}

.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
	background: #cecece;
	margin-top: 0;
}

.nav-toggle.expanded .nav-toggle-bar::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-toggle.expanded .nav-toggle-bar::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*common elements for forms*/
.textarea {
	outline: none;
	resize: none;
	overflow: auto;
	border: 1px solid #E5E5E5;
	border-radius: 24px;
	width: 100%;
	padding: 16px 24px;
	font-size: 20px;
	line-height: 27px;
}

.modal-subhead {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #271919;
}

.checkbox-list {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	max-height: 500px;
	overflow-y: auto;
}

.caret {
	cursor: pointer;
	user-select: none;
	position: relative;
}

.caret::before {
	content: "";
	width: 18px;
	height: 18px;
	color: black;
	display: inline-block;
	margin-right: 6px;
	background-image: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%200H17C17.2652%200%2017.5196%200.105357%2017.7071%200.292893C17.8946%200.48043%2018%200.734784%2018%201V17C18%2017.2652%2017.8946%2017.5196%2017.7071%2017.7071C17.5196%2017.8946%2017.2652%2018%2017%2018H1C0.734784%2018%200.48043%2017.8946%200.292893%2017.7071C0.105357%2017.5196%200%2017.2652%200%2017V1C0%200.734784%200.105357%200.48043%200.292893%200.292893C0.48043%200.105357%200.734784%200%201%200ZM2%202V16H16V2H2ZM8%208V4H10V8H14V10H10V14H8V10H4V8H8Z%22%20fill%3D%22%23F26722%22%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	position: absolute;
	left: -30px;
	top: 5px;
}

.caret-down::before {
	content: "";
	width: 18px;
	height: 18px;
	color: black;
	background-image: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%200H17C17.2652%200%2017.5196%200.105357%2017.7071%200.292893C17.8946%200.48043%2018%200.734784%2018%201V17C18%2017.2652%2017.8946%2017.5196%2017.7071%2017.7071C17.5196%2017.8946%2017.2652%2018%2017%2018H1C0.734784%2018%200.48043%2017.8946%200.292893%2017.7071C0.105357%2017.5196%200%2017.2652%200%2017V1C0%200.734784%200.105357%200.48043%200.292893%200.292893C0.48043%200.105357%200.734784%200%201%200ZM2%202V16H16V2H2ZM4%208H14V10H4V8Z%22%20fill%3D%22%23F26722%22%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
}

.checklist-nested {
	display: none;
}

.checklist-active {
	display: block;
}

.checkboxes {
	padding-left: 30px;
}

.checkboxes ul {
	padding-inline-start: 40px;
}


.form-group {
	display: block;
	margin-bottom: 15px;
}

.form-group .form-checkbox {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group .form-label {
	position: relative;
	cursor: pointer;
}

.form-group .form-label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #CFCFCF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 13px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 10px;
}

.form-group .form-checkbox:checked + .form-label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 11px;
	width: 6px;
	height: 14px;
	border: solid #E62B25;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/*tabs*/
.nav-tabs {
	display: flex;
	margin: 40px 0 0;
	overflow-x: auto;
}

.nav-tab {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-right: 24px;
	padding: 8px 12px;
	color: #271919;
	background: #F7F7F9;
	text-decoration: none;
	border-radius: 32px;
	min-width: fit-content;
}

.nav-tab.tab-active {
	cursor: default;
	background: #E62B25;
	color: #fff;
}

.tab-pane {
	display: none;
}

.tab-pane.tab-active {
	display: flex;
	flex-direction: column;
}

/*main page*/
.item-container {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

.main-top {
	margin-bottom: 60px;
}

.card-box {
	width: 100%;
	padding: 16px;
	display: flex;
	flex-direction: column;
	border: 1px solid #E5E5E5;
	border-radius: 20px;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
}

.card-box-arrow {
	position: absolute;
	display: none;
	right: 16px;
	top: 16px;
}

.card-box:hover {
	background: #FAF2F2;
}

.card-box:hover .card-box-arrow {
	display: block;
}

.card-box-number {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 500;
	color: #271919;
	margin-bottom: 20px;
}

.card-box-text {
	font-size: 18px;
	line-height: 1.2;
	color: #271919;
	white-space: nowrap;
	/* margin-right: 30px; */
}

.cnt-row {
	display:flex;
	justify-content:space-between;
	width:100%;
}

.cnt-item-4 {
	display: flex;
	flex: 1 0 22%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.cnt-item-5 {
	display: flex;
	flex: 1 0 19%;
	margin-right: 1%;
	margin-bottom: 1%;
	/* min-width: 207px; */
}

.cnt-item-6 {
	display: flex;
	flex: 1 0 15%;
	margin-right: 1%;
	margin-bottom: 1%;	
}

.cnt-item-2 {
	display: flex;
	flex: 1 0 45%;
	margin-left: 3%;
	margin-bottom: 3%;
}

.cnt-item-2:first-child {
	margin-left: 0;
}

.cnt-item-4:nth-child(4n+4), .cnt-item-5:nth-child(5n+5) {
	margin-right:0;
}

.cnt-item-1 {
	display: flex;
	flex: 1 0 100%;
	margin-bottom: 3%;
}

.main-box {
	border: 1px solid #E5E5E5;
	border-radius: 20px;
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 7%;
	height: 278px;
	cursor: pointer;
	width: 100%;
}

.main-box:hover {
	background: #F0F4FD;
}

.main-box:hover .main-box-arrow {
	display: block;
}

.main-box-text {
	font-size: 28px;
	line-height: 38px;
	font-weight: 500;
	display: flex;
	align-items: flex-end;
}

.main-box-arrow {
	position: absolute;
	display: none;
	top: 24px;
	right: 24px;
}

/*services on main page*/
.services {
	margin-top: 60px;
}

.service-top {
	margin-bottom: 40px;
}

.service-box {
	border: 1px solid #E5E5E5;
	border-radius: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 24px 20px;
	/* cursor: pointer; */
	width: 100%;
	justify-content: space-between;
}

.service-box-s {
	min-height: 288px;
}

.service-box-m {
	min-height: 354px;
}

.service-box-l {
	min-height: 459px;
}

.service-box-text {
	align-items: inherit;
}

.service-box-bottom {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.service-bottom-text {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	padding-top: 12px;
	color: #271919;
	text-decoration: none;
	display: flex;
	width: 49%;
}

.service-full-text {
	width: 100%;
}

.color-blue {
	background: #F0F4FD;
}

.color-black {
	background: #271919;
}

.color-pink {
	background: #FAF2F2;
}

.color-black .service-box-text {
	color: #fff;
}

.color-black .service-bottom-text {
	color: #fff;
}

.service-box-top {
	display: flex;
	flex-direction: column;
}

.service-box-items {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 15px;
}

.service-box-item {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	background: #3C2F30;
	padding: 4px 12px;
	border-radius: 20px;
	cursor: pointer;
	margin: 0 12px 12px 0;
}

.sevice-item-active {
	background: #921A1D;
}

.service-box-bottom-line {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

/*profile*/
.profile-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.new-edit-icon {
	width: 19px;
	height: 19px;
	background-image: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M13.757%201.0001L11.757%203.0001H2V17.0001H16V7.2431L18%205.2431V18.0001C18%2018.2653%2017.8946%2018.5197%2017.7071%2018.7072C17.5196%2018.8947%2017.2652%2019.0001%2017%2019.0001H1C0.734784%2019.0001%200.48043%2018.8947%200.292893%2018.7072C0.105357%2018.5197%200%2018.2653%200%2018.0001V2.0001C0%201.73488%200.105357%201.48053%200.292893%201.29299C0.48043%201.10545%200.734784%201.0001%201%201.0001H13.757ZM17.485%200.100098L18.9%201.5161L9.708%2010.7081L8.296%2010.7111L8.294%209.2941L17.485%200.100098Z%22%20fill%3D%22%23E5E5E5%22%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	cursor: pointer;
	flex-shrink: 0;
}

.text-grey {
	color: #A2A2AE;
}

.text-red {
	color: #E62B25;
}

.profile-text {
	padding: 4px 0 0;
}

.profile-line {
	margin-top: 18px;
}

/*научная деятельность*/
.content-box {
	display: flex;
}

.content-item {
	display: flex;
	flex-basis: 48%;
	margin-left: 2%;
	margin-bottom: 2%;
	flex-direction: column;
}

.content-item:first-child {
	margin-left: 0;
}

.content-item-line {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.content-item-line-in {
	display: flex;
	flex-direction: column;
	margin-left: 1%;
	min-width: fit-content;
}

.content-item-line-in:first-child {
	margin-left: 0;
}

.content-in-text {
	font-size: 14px;
	line-height: 20px;
}

.content-in-text:last-child {
	padding-bottom: 10px;
}

.content-col-2 {
	width: 38%;
}

.content-col-3 {
	width: 30%;
}

.content-col-4 {
	width: 23%;
}

.content-col-5 {
	width: 18%;
}

.content-in-subhead {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	margin: 15px 0;
}

.content-end {
	display: flex;
	justify-content: flex-end;
}

.long-text {
	text-overflow: ellipsis;
	max-height: 110px;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;

}

.full-width {
	width: 100%;
	flex-basis: 100%;
}

/*pagination*/
#pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.pagination li {
	color: #A2A2AE;
	display: flex;
	margin: 0 4px;
	font-weight: 500;
}

.pagination li a {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E5E5E5;
	border-radius: 50%;
	cursor: pointer;
}

.pagination li.pageActive a {
	border: 1px solid #E62B25;
	color: #E62B25;
}

@media screen and (max-width:350px) {
	.cnt-row {
		flex-direction: column;
	}

	.cnt-item-2 {
		margin-left: 0;
	}

	.service-box-bottom-line {
		flex-direction: row;
	}

	.service-bottom-text {
		width: 100%;
	}

	.modal-window .flex-row {
		flex-direction: column;
	}

	.modal-window {
		margin: 0 10px;
		width: calc(100% - 20px);
		max-width: 550px;
		padding: 24px;
	}

	.select-box {
		height: 78px;
	}

	.modal-window .right-item {
		margin-top: 40px;
	}

	.modal-window .flex-row-item {
		width: 100%;
		justify-content: center;
	}

	.left-sidebar {
		width: 418px;
		left: -418px;
		transition: left 0.2s;
		z-index: 1;
		margin-right: 0px;
	}

	.academic-profile-info, .menu-link {
		font-size: 14px;
	}

	.menu-link {
		padding: 7px 0 7px 40px;
	}

	.left-sidebar:hover {
		width: calc(100vw - 75px);
		left: 0;
	}

	.left-sidebar:hover:after {
		left: calc(100vw - 75px);
	}

	.left-sidebar:after {
		content: 'МЕНЮ';
		font-size: 18px;
		color: #fff;
		width: 75px;
		height: 50px;
		padding: 16px 5px;
		border: none;
		border-radius: 0 50px 50px 0;
		background-color: #E62B25;
		position: absolute;
		top: 10px;
		left: 418px;
	}

	.academic-profile {
		margin: 15px;
	}

	.left-sidebar.expanded {
		left: 0;
	}

	#academic-education-list {
		margin: 0 10px 40px;
	}

	.full-width {
		width: calc(100% - 20px);
	}

	.content-box {
		flex-direction: column;
	}

	.content-item {
		flex-basis: 100%;
		margin-left: 0;
	}

	.section-box {
		margin: 20px auto 0;
		padding: 16px;
	}

	.box-head, .box-body {
		padding: 20px 30px 20px 10px;
	}

	.academic-top-header {
		font-size: 32px;
	}

	.box-row {
		padding: 15px 0;
	}

	.column {
		margin-right: 1%;
	}

	.section-head {
		width: 90%;
		font-size: 22px;
	}

	.main-box-text {
		font-size: 26px;
		width: 90%;
	}

	.madforms-main_element select {
		width: 100%;
	}
}

@media screen and (min-width: 351px) and (max-width:768px) {
	.cnt-row {
		flex-direction: column;
	}

	.cnt-item-2 {
		margin-left: 0;
	}
	
	.cnt-item-1 {
		margin-left: 0;
	}

	.service-box-bottom-line {
		flex-direction: row;
	}

	.service-bottom-text {
		width: 100%;
	}

	.modal-window .flex-row {
		flex-direction: column;
	}

	.modal-window {
		margin: 0 10px;
		width: calc(100% - 20px);
		max-width: 550px;
		padding: 24px;
	}

	.select-box {
		height: 78px;
	}

	.modal-window .right-item {
		margin-top: 40px;
	}

	.modal-window .flex-row-item {
		width: 100%;
		justify-content: center;
	}

	.left-sidebar {
		width: 418px;
		left: -418px;
		transition: left 0.2s;
		z-index: 1;
		margin-right: 0px;
	}

	.left-sidebar:hover {
		width: calc(100vw - 80px);
		left: 0;
	}

	.left-sidebar:hover:after {
		left: calc(100vw - 80px);
	}

	.left-sidebar:after {
		content: 'МЕНЮ';
		font-size: 20px;
		color: #fff;
		width: 80px;
		height: 50px;
		padding: 15px 5px;
		border: none;
		border-radius: 0 50px 50px 0;
		background-color: #E62B25;
		position: absolute;
		top: 10px;
		left: 418px;
	}

	.academic-profile {
		margin: 16px;
	}

	.left-sidebar.expanded {
		left: 0;
	}

	#academic-education-list {
		margin: 0 10px 40px;
	}

	.full-width {
		width: calc(100% - 20px);
	}

	.content-box {
		flex-direction: column;
	}

	.content-item {
		flex-basis: 100%;
		margin-left: 0;
	}

	.section-box {
		margin: 20px auto 0;
		padding: 16px;
	}

	.box-head, .box-body {
		padding: 20px 30px 20px 10px;
	}

	.academic-top-header {
		font-size: 36px;
	}

	.box-row {
		padding: 15px 0;
	}

	.column {
		margin-right: 1%;
	}

	.section-head {
		width: 90%;
		font-size: 26px;
	}

	.main-box-text {
		font-size: 26px;
		width: 90%;
	}

	.madforms-main_element select {
		width: 100%;
	}
}

@media screen and (min-width: 769px) and (max-width:1100px) {

}


/*отдельно код для чекбоксов*/
.madforms-field-FlagGroup {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.madforms-field-FlagGroup .madforms-header label{
	width: 100%;
	padding: 17px;
	font-size: 20px;
	line-height: 1.2;
	border-radius: 24px;
	border: 1px solid #e5e5e5;
	background: none;
	outline: none;
	color: #A2A2AE;
	display: flex;
	position: relative;
}

.madforms-field-FlagGroup .madforms-header label::after {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2244%22%20height%3D%2223%22%20viewBox%3D%220%200%2044%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2%201.5L23.0909%2020.5L42%201.5%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	width: 44px;
	height: 23px;
	right: 22px;
	top: 17px;
}

.madforms-field-FlagGroup .madforms-flaggroup-listelement input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.madforms-field-FlagGroup .madforms-flaggroup-listelement label {
	position: relative;
	cursor: pointer;
	line-height: 36px;
}

.madforms-field-FlagGroup .madforms-flaggroup-listelement label::before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #CFCFCF;
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
	padding: 13px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 10px;
}

.madforms-flaggroup-list input:checked + label::after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 12px;
	width: 6px;
	height: 14px;
	border: solid #E62B25;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	z-index: 125;
}

.madforms-field-FlagGroup .madforms-flaggroup-list {
	display: none;
	position: absolute;
	background: #fff;
	width: 90%;
	z-index: 125;
	padding: 10px 20px;
}

.visible {
	display: block !important;
}

.madforms-field-Flag input[type="checkbox"] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px !important;
	height: 28px;
	border-radius: 10px !important;
	border: 1px solid #CFCFCF;
	margin-right: 12px;
	display: flex;
	padding: 10px !important;
	transform: none !important;
}

.madforms-field-Flag input[type="checkbox"]:checked:before {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 12px;
	width: 6px;
	height: 14px;
	border: solid #E62B25;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	z-index: 25;
}

.madforms-field-Flag label {
	min-width: 170px;
	margin-left: 20px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px !important;
	line-height: 21px;
	color: #271919 !important;
	transform: translate(24px, 8px) scale(0.75) !important;
}

input[type="date"] {
	font-family: inherit;
}

input[type="image"] {
	color: transparent;
}

textarea {
	outline: 0;
	width: 100%;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	cursor: pointer;
	padding: 31px 24px 16px;
	border-radius: 24px;
	border: 1px solid #e5e5e5;
	transition: all 0.1s ease-in-out;
	resize: none;
}


.mad_repo-wrapper .mad_repo-container,
.mad_repo-wrapper .mad_repo-container form {
	height: max-content;
}
.mad_repo-wrapper .mad_repo-container>header {
	overflow: inherit;
}
.mad_repo-wrapper .mad_repo-container .mad_repo-title,
.mad_repo-wrapper .mad_repo-container button {
	font-family: inherit;
}
.mad_repo-wrapper .mad_repo-container>footer {
	position: unset;
	display: flex;
	justify-content: center;
	width: 100%;
}
.mad_repo-wrapper .mad_repo-container>footer button {
	max-width: 300px;
	width: 45%;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	padding: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	cursor: pointer;
	background: #E62B25;
	color: #fff;
}
.mad_repo-wrapper .mad_repo-container>footer button:nth-child(even) {
	border: 2px solid #e5e5e5;
	color: #A2A2AE;
	background: transparent;
}

.madforms-field-ModalFileAPI>.madforms-main_element>a.active {
	right: 25px;
}

.madforms-field-ModalFileAPI>.madforms-main_element>span.active {
	left: unset;
	right: 0;
}