* {
	font-family: 'Montserrat', sans-serif !important;
}
.fa, .far, .fas {
	font-family: "Font Awesome 5 Free" !important;
}
.fab {
    font-family: "Font Awesome 5 Brands" !important;
}
body {
	background-color: #fff3ff;
}
.navbar {
	z-index: 10000;
	background-color: #314a69;
    max-width: 100vw;
    overflow-x: hidden;
}
.navbar-dark .navbar-nav .nav-link {
	color: #eee;
	font-size: 0.8rem;
}
.navbar .active {
	border-bottom: 4px solid #bba3ff;
	padding-bottom: 17px;
	margin-bottom: -21px;
}
@media (max-width: 1200px) {
	.project-card p {
		width: 60% !important;
	}
}
@media (max-width: 998px) {
	.navbar .active,
	.lang-switch .nav-link.active {
		border: none !important;
	}
	.lang-switch .bg {
		display: none !important;
	}
	.project-bg-img {
		opacity: 0.3;
	}
	.project-card p {
		width: 100% !important;
	}
}
.btn {
	border-radius: 20px;
	font-size: 0.8rem;
	padding: 8px 18px;
}
.btn-primary {
	background: #6B49C9;
	border: rgba(255, 255, 255, 0.5);
	font-size: 0.8rem;
	padding: 8px 18px 10px;
	font-weight: 500;
}
section.index header {
	padding-top: 17vh;
	max-width: 50%;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 50px;
}
@media (max-width: 998px) {
	section.index header {
		padding-top: 100px;
		font-size: 35px;
		max-width: 100%;
	}
	section.index {
		padding-bottom: 100px;
	}
	footer.index {
		height: auto !important;
	}
}


footer.index {
	background: rgba(255, 255, 255, 0.6);
	height: 100px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.o-0 { opacity: 0; }
.o-10 { opacity: 0.1; }
.o-25 { opacity: 0.25; }
.o-50 { opacity: 0.5; }
.o-75 { opacity: 0.75; }
.o-100 { opacity: 1; }
.bg-slider img {
	background: white;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	max-width: 100vw;
	max-height: 100vh;
	overflow: hidden;
}
.social a {
	background-color: #000;
	display: block;
	color: white;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	padding-top: 4px;
	float: left;
	margin-left: 10px;
	margin-top: 35px;
}
footer.index .contacts {
	margin-top: 40px;
}
.about {
	position: relative;
	background-color: #f7eafb;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 50px;
	transition: all 1s ease-out;
}
.about .left {
	transition: all 0.7s linear;
	width: 40%;
	z-index: 10;
}
.about .left img {
	transition: all 0.7s linear;
}
.about .date {
}
.about.expanded .left {
	width: 100%;
	height: 300px;
}
.about.expanded .left img {
	height: 300px;
	object-fit: cover;
}
.about.pre-expanded .left {
	width: 35%;
	height: 300px;
}
.about.pre-expanded .left img {
	height: 300px;
	object-fit: cover;
}
.about .right {
	position: absolute;
	height: 100%;
	top: 0px;
	left: 40%;
	width: 60%;
	padding: 25px 35px 10px 35px;
	transition: all 0.3s ease-out;
	z-index: 5;
}
.about.expanded .right {
	opacity: 0;
}
.show-project h5,
.show-expert h5,
.about header {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 20px;
}
.about p {
	font-size: 14px;
}
.about .read-more {
	position: absolute;
	text-decoration: none;
	bottom: 20px;
	left: 35px;
	color: black;
	font-weight: 500;
	width: calc(100% - 60px);
	border-bottom: 1px solid black;
	text-align: left;
	border-radius: 0px;
	padding: 0px 0px 5px 0px;
}
@media (max-width: 997px) {
	.about .left {
		width: 100% !important;
		height: 150px !important;
	}
	.about .left img {
		width: 100% !important;
		height: 150px !important;
		object-fit: cover;
	}
	.about .right {
		position: relative;
		left: 0px;
		width: 100%;
	}
	.about .bottom .col-lg-5 {
		margin-bottom: 30px;
	}
	.about .read-more {
		position: relative;
		width: 100%;
		bottom: 0px;
		left: 0px;
	}
	.page-title {
		font-size: 30px !important;
	}
	.footer-nav {
		margin-bottom: 30px;
	}
}
.hidden-bottom {
	opacity: 0;
	transform: translateY(50px);
}
.about-collapsed .bottom > div,
.about .bottom > div {
	padding: 20px 40px;
}
.show-project .top-line,
.show-expert .top-line,
.about-collapsed .bottom .top-line,
.about .bottom .top-line {
	width: 40px;
	border-top: 1px solid black;
	margin: 20px 0px 20px 0px;
}
footer .top {
	background-color: #19232d;
	padding: 60px 0px;
} 
footer .bottom {
	padding-top: 45px;
	height: 120px;
	background-color: #886cd3;
}
.footer-nav a {
	font-size: 13px;
	color: #c4c4c4;
	font-weight: 300;
}
.footer-nav li {
	line-height: 1;
	margin-top: 13px;
}
.footer-nav header a {
	font-size: 22px;
	color: #ddd;
	font-weight: 400;
}
.modal.purple .modal-content {
	background: linear-gradient(180deg, #b89ffb 0%, #a184fd 100%), rgba(185, 147, 185, 0.05);
	border-radius: 20px;
	overflow: hidden;
}
.modal-content p {
	font-size: 16px;
	line-height: 150%;
	color: #FFF3FF;
	padding: 20px 40px 0px 40px; 
}
.modal-content p:last-child {
	padding-bottom: 20px;
}
.modal.purple .dark-bg {
	background-color: #9980da;
}
.modal.purple header {
	font-size: 36px;
	text-transform: uppercase;
	color: white;
	padding: 50px 0px 0px 40px;
}
.modal.purple header.small {
	font-size: 30px;
}
.modal.purple form {
	padding: 0px 40px 50px 40px;
}
.modal.purple .required {
	display: none;
}
.modal.purple label {
	color: white;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.form-with-bg {
	padding: 35px;
	margin: 30px;
	background: #FAF1FD;
	border-radius: 13px;
}
form[method="post"] input:not(.btn),
form[method="post"] select,
form[method="post"] textarea,
.modal.purple input[type="text"],
.modal.purple input[type="password"],
.modal.purple input[type="email"] {
	outline: none !important;
	font-size: 14px;
	background: transparent !important;
	border: none;
	border-bottom: 1px solid rgba(255, 243, 255, 0.45);
	border-radius: 0px;
	color: white;
	padding: 6px 0px;
	box-shadow: none !important; 
}
.form-control.is-valid {
	border-color: #28a745 !important;
}
.panel-body {
	padding: 15px 15px 0px 15px;
}
.list-downloads .help-block {
	font-size: 12px;
	line-height: 15px;
	color: #222222;
}
.home-table,
.home-table td,
.home-table tr,
.home-table th {
	background: transparent !important;
	border: none !important;
}
.home-table th:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.home-table th:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.home-table thead {
	background: #F0ECFA;
	border: none;
}
.panel {
	margin-bottom: 20px;
}
.panel-body #file_type {
	display: none;
}
.help-block {
	display: block;
}
.has-error .help-block {
	color: #f00;
}
.projects-container form[method="post"] input {
	color: #000;
}
.has-error input {
	border-bottom: 1px solid rgba(255, 0, 0, 0.45) !important;
}
.modal.purple input.is-invalid {
	border-color: #dc3545;
}
.modal.purple input::placeholder {
	font-size: 14px;
	color: rgba(255, 243, 255, 0.45);
}
.modal.purple input:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
label {
	margin-bottom: 0px;
}
.form-group {
	margin-bottom: 35px;
}
.modal.purple .form-group {
	margin-top: 28px;
	margin-bottom: 5px;
}
.modal.purple .help-block, 
.modal.purple .help-block a {
	color: white;
}
.text-muted {
	opacity: 0.8;
}
.text-muted:hover {
	opacity: 1;
}
.form-logo {
	margin-top: 60px;
}
.form-profile {
	margin-top: 60px;
}
.modal.purple .alert {
	margin-top: 20px;
	border-color: #E74343;
	color: #E74343;
	background-color: #FFF3FF;
}
.about-collapsed {
	border-radius: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.about-collapsed .top {
	cursor: pointer;
	padding-top: 30px;
	min-height: 100px;
	background: linear-gradient(180deg, rgba(187, 163, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), rgba(185, 147, 185, 0.05);
}
.about-collapsed .top i {
	margin-top: 3px;
}
.about-collapsed .top .fa-caret-down {
	position: absolute;
	right: 60px;
	top: 5px;
}
.about-collapsed header {
	text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
}
.about-collapsed .bottom {
	background-color: #f7eafb;
}
.breadcrumbs {
	font-size: 14px;
	padding: 35px 0px 35px 30px;
}
.breadcrumbs a,
.breadcrumbs i {
	color: #000 !important;
	margin-right: 10px;
}
.page-title {
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 300;
	padding: 0px 0px 100px 30px;
	/*background: linear-gradient(180deg, rgba(247, 233, 251, 0) 0%, #fff3ff 100%);	*/
}
.bg-header {
	z-index: -1;
	width: calc(100% - 30px);
	height: 500px;
	position: absolute;
	top: 0px;
	mix-blend-mode: luminosity;
	background: url("/static/img/bg-header.png") center top no-repeat, rgba(0,0,0,0);
	background-size: contain;
	border-radius: 20px 20px 0px 0px;
}
.season-container .projects-container {
	height: auto !important;
}
.projects-container {
	height: 70vh;
	min-height: 680px;
	background: linear-gradient(180deg, rgba(187, 163, 255, 0.1) 0%, rgba(191, 201, 255, 0.1) 100%);
	border-radius: 10px;
	overflow: hidden;
}
.projects-years {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: block;
	margin: auto 0px;
	height: 183px;
	top: 0px;
	bottom: 0px;
	position: absolute;
}
.projects-years li {
	padding: 20px 0px;
	color: #C4C4C4;
	font-size: 14px;
}
.projects-years li.active {
	color: #000000;
	font-weight: 600;
}
.projects-years a {
	color: inherit;
	text-decoration: none !important;
}
.projects-years a:hover {
	color: #333;
}
.projects-years .fas {
	display: none;
}
.projects-years .active .fas {
	display: inline-block;
}
.col-small.projects-container {
	max-width: 140px;
	height: calc(100vh - 173px);
	position: sticky;
    top: 86px;
    padding: 0px 20px;
}
.project-bg-img {
	z-index: -1;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	mix-blend-mode: multiply;
    max-width: 100%;
    object-fit: cover;
}
.project-card {
	position: relative;
	padding: 20px 40px;
	margin-bottom: 30px;
}
.project-card:last-child {
	margin-bottom: 0px;
}
.project-card .number {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 20px;
	line-height: 207px;
	font-weight: 500;
	color: #fff;
	font-size: 288px;
	z-index: -1;
}
.project-card .date {
	margin: 10vh 0px 20px 0px;
	font-size: 14px;
	font-weight: 600;
}
.project-card .hr {
	display: inline-block;
	width: 10vw;
	border-top: 1px solid #000;
	padding-bottom: 4px;
	margin-left: 10px;
}
.project-card header {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 500;
	line-height: 45px;
	color: #19232E;
	margin: 40px 0px 0px 0px;
	max-width: 42%;
}
.project-card p {
	width: 40%;
	font-size: 16px;
	margin: 20px 0px 20px 0px;
}
.show-project {
	position: relative;
	height: auto;
	margin-bottom: 40px;
	background: linear-gradient(180deg, rgba(187, 163, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), rgba(185, 147, 185, 0.05);
}
.show-project header {
	background: none;
	padding-bottom: 20px;
}
.show-project .short-desc {
	width: 50%;
	font-size: 16px;
	line-height: 165%;
	color: #19232E;
	margin: 10px 0px 20px 30px;
}
.show-project > .btn {
	margin-left: 30px;
}
.show-project .route {
	padding: 30px 30px 20px 30px;
	min-height: 200px;
	margin: 30px 0px 30px 0px;
	background: #FAF1FD;;
	border-radius: 13px;
}
.show-project .route header {
	font-weight: 600;
	font-size: 20px;
	color: #19232E;
}
.show-project .description {
	padding: 30px;
}
.show-project .project-bg-img {
	height: 520px;
}
.btn-link,
.btn-link:hover {
	color: #000;
}
.btn-square {
	border-radius: 5px;
	padding: 5px 15px;
}
.almanac-category-btns {
	margin: -40px 0px 20px 35px;
}
.almanac-category-btns .btn {
	margin-right: 20px;
	margin-bottom: 10px;
}
.almanac-work a {
	color: #000 !important;
	text-decoration: none;
}
.almanac-work header,
.almanac-work .author {
	font-size: 12px;
	margin: 10px 0px 0px 0px;
}
.almanac-work header {
	font-weight: bold;
}

.almanac-search {
	padding: 0px 35px 35px 35px;
}
.almanac-search .input-group-text {
	background-color: #fff;
	border-right: none;
	padding: 20px 30px;
	border-radius: 30px;
}
.almanac-search input {
	border-radius: 30px;
	border-left: none;
	padding: 30px;
}
.almanac-works-container {
	margin-left: 10px;
	margin-right: 10px;
	min-height: 400px;
}
.almanac-work {
	padding: 0px 25px;
	margin-bottom: 60px;
}
.publication {
	margin: 0px 0px 50px 0px;
	background-color: #f7eafb;
	border-radius: 20px;
	transition: all 1s ease-out;
	padding: 30px;
}
.publication .text {
	overflow: hidden;
	transition: all 1s ease-out;
}
.publication .text.collapsed {
	height: 200px;
}
.publication .read-more {
	text-decoration: none;
	width: 100%;
	color: black;
	font-weight: 500;
	border: none;
	border-bottom: 1px solid black;
	text-align: left;
	border-radius: 0px;
	padding: 50px 0px 5px 0px;
	margin-top: -50px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(247,234,251,1) 50%);
}
.lang-switch {
	padding-left: 15px;
}
.lang-switch .nav-link {
	padding: 8px 0px !important;
}
.lang-switch .nav-link.active {
	border-bottom: 1px solid #FFF3FF;
}
.lang-switch .bg {
	margin-left: -15px;
	display: block;
	z-index: -1;
	position: absolute;
	top: 0px;
	height: 77px;
	width: 1000px;
	background: #2A415B;
}
.winner-work .thumbnail {
	width: 250px;
}
.expert-card {
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
	background: #FAF1FD;
	padding: 20px;
	color: black !important;
	text-decoration: none !important;
	border-radius: 15px;
	transition: all 0.3s ease-out;
}
.expert-card:hover {
	box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.15);
}
.expert-card .overlay {
	transition: all 0.3s ease-out;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(187, 163, 255, 0.55) 0%, rgba(255, 255, 255, 0) 125.64%), rgba(185, 147, 185, 0.1);
	left: 0px;
	top: 0px;
}
.expert-card:hover .overlay {
	opacity: 1;
}
.expert-card .expert-img {
	border-radius: 15px;
}
.expert-card header {
	margin: 20px 0px;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
}
.expert-card p {
	margin: 20px 0px;
	font-size: 14px;
	line-height: 165%;
}
.expert-card .publications-link {
	font-size: 14px;
	line-height: 165%;
}
.expert-card .hr {
	margin: 20px 0px;
	border-bottom: 2px solid #737373;
}
.expert-card-container {
	padding: 0px 20px;
}
.show-expert {
	margin: 20px;
	background: #FFF3FF;
	border-radius: 13px;
}
.btn-outline-dark:hover {
	color: white !important;
}
.work-title {
	font-size: 40px;
}
.winner-work.description .col-lg-7 img {
	max-width: 100%;
    height: auto !important;
}
.season-container {
	opacity: 0;
}
@media (max-height: 700px) {
	footer.index {
		position: relative;
		margin-top: 30px;
		background-color: #314a69;
		color: #fff;
	}
	body.overflow-hidden {
		overflow-y: auto !important;
	}
}
.page-title .btn-group {
	vertical-align: top;
}
.btn-link.dropdown-toggle {
	box-shadow: none;
	outline: none;
	padding: 0px;
	font-size: inherit;
	font-weight: inherit;
	border: none;
	text-decoration: none !important;
	color: #007bff !important;
}
.btn-link.dropdown-toggle::after {
	font-size: 25px;
	vertical-align: 17px;
	margin-left: 0px;
}
@media (max-width: 997px) {
	.btn-link.dropdown-toggle::after {
		font-size: 14px;
		vertical-align: 9px;
	}
	.col-small.projects-container {
		padding: 0px 8px;
	}
}
@media (max-width: 767px) {
	.projects-container {
		padding: 20px 20px;
		margin-bottom: 20px;
		max-width: 100vw !important;
		height: auto;
		min-height: 500px;
	}
	.col-small.projects-container.mr-3 {
		min-height: 80px;
		height: 80px;
		position: relative;
		top: 0px;
		margin-right: 0px !important;
	}
	.projects-years {
		position: relative;
		width: fit-content;
		margin: 0px auto;
	}
	.projects-years li {
		float: left;
		margin: 12px 20px;
	}
	.projects-years .pr-4 {
		padding-right: 0.7rem!important;
	}
	.projects-years .pl-4 {
		padding-left: 0.6rem!important;
	}
}
.project-works {
	margin: 25px;
}
.table {
	background: #FAF1FD;
}
.navigation {
	position: absolute;
    bottom: 40px;
}
.project-tilda-page {
	position: relative;
	left: -15px;
	top: 30px;
	width: calc(100% + 30px);
}
.owl-item {
	/*padding: 0px 15px;*/
}
.owl-item header {
	font-size: 18px !important;
	padding: 10px 0px;
	line-height: 120%;
	word-spacing: 100vw;
}
.owl-item p {
	font-size: 13px;
	line-height: 145%;
	color: #19232E;
}
.owl-dot {
	outline: none !important;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #BBA3FF;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #550081;
}
.owl-carousel .owl-item img {
	border-radius: 15px;
}
.btn-md-big {
	border-radius: 30px;
	font-size: 1.2rem;
	padding: 12px 24px 14px;
	font-weight: 400;
}
.home {
	border-radius: 15px;
	margin-bottom: 50px;
	overflow: hidden;
}
.home > div {
	min-height: 600px;
}
.home .home-nav {
	padding: 30px;
	background: #fff;
	margin-right: 5px;
}
.home .home-nav header {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #3A3A47;
}
.home .home-nav .links {
	margin-top: 30px;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	opacity: 0.6;
}
.home .home-nav .links.active {
	opacity: 1;
}
.home .home-nav .links a {
	color: #222222;
}
.home .home-nav .links .fas {
	padding-right: 10px;
}
.home .top-panel {
	background: #fff;
	margin-bottom: 5px;
	min-height: 60px;
	text-align: right;
	padding: 12px 12px 0px 0px;
}
.home .home-content {
	background: #fff;
	min-height: 535px;
	padding: 15px;
}
.home .home-content .page-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	padding: 0px 0px 20px 0px;
}
.work-container {
	padding: 15px;
}
.course-meta {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #474747;
	padding: 30px 0px;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 30px;
}
.course-meta .dt {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	margin-top: 20px;
}
.work-container h6 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
}
.course-meta .dt:first-child {
	margin-top: 0px;
}
.home .home-content form input,
.home .home-content form textarea,
.home .home-content form option,
.home .home-content form select {
	color: #000 !important;
}
.contacts-form form input,
.contacts-form form textarea,
.contacts-form form option,
.contacts-form form select {
	color: #000 !important;
}
.t-descr {
	font-size: 20px !important;
}
.t-descr_xl {
	font-size: 16px !important;
}
.t-title_xl,
.t-title_lg,
.t-title_xs {
	font-size: 60px !important;
    font-weight: 300 !important;
}
.t-title_xl strong,
.t-title_lg strong,
.t-title_xs strong {
	font-weight: 300 !important;
}
.t-btn {
	color: #ffffff !important;
	background-color: #886cd4 !important;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.t-descr_xxs {
	font-size: 14px !important;
}
.horizon-article {
	margin: 0px 25px 40px 25px;
}
.horizon-section {
	margin-top: 80px;
}
.horizon-section > header {
	text-align: center;
	font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
}
.horizon-section h5 {
	font-size: 25px;
	font-weight: 400;
	margin: 10px 0px;
}
.horizon-section .social a {
	display: inline-block;
	float: none;
}
.round {
	width: 100%;
    border-radius: 50%;
}
.horizon-section .partners {
	max-width: 100%;
	padding-bottom: 20px;
}
.about-center-img {
	border-radius: 20px;
	width: 100%;
	height: auto;
	max-height: 300px;
	object-fit: cover;
}
table.requisites {
	font-size: 14px;
}
table.requisites td {
	padding: 0px 0px 10px 0px;
}
table.requisites p {
	margin: 0px;
	padding-bottom: 3px;
}
table.requisites tr > td:first-child {
	padding-right: 10px;
}
.team {
	margin-top: 30px;
	text-align: center;
}
.team h5 {
	font-size: 25px;
    font-weight: 400;
    margin: 10px 0px;
    text-transform: uppercase;
}
.team img {
	width: 80%;
}
.sub-page-desc {
	margin-top: 50px;
	margin-bottom: 20px;
	background: #FAF1FD;
	border-radius: 15px;
	padding: 30px;
}
.page-desc {
	padding: 0px 30px;
}
.a-without-styles {
	outline: none !important;
	cursor: pointer;
	text-decoration: none !important;
	color: #000 !important;
}
.a-without-styles:hover {
	color: #007bff !important;
}

/*mobile*/

@media (max-width: 768px) {
	.lang-switch {
		padding-left: 0px;
	}
	.social {
		margin-bottom: 10px;
	}
	table.requisites,
	table.requisites td,
	table.requisites tr,
	table.requisites tbody {
		display: block;
	}
	table.requisites tr {
		padding-top: 30px;
	}
	table.requisites td {
		padding: 0px;
	}
	.show-project h5,
	.show-expert h5,
	.about header,
	.about-collapsed header {
		font-size: 20px;
	}
	.about-collapsed .top {
		padding-left: 15px;
	}
	.about-collapsed .top .fa-caret-down {
		right: 40px;
	}
	.project-card header {
		max-width: 100%;
		font-size: 28px;
		line-height: 1.2;
	}
	.project-card .number {
		font-size: 100px;
		line-height: 1;
		bottom: -13px;
	}
	.project-tilda-page {
		width: 100%;
	}
	.project-card .date {
		margin-top: 20px;
	}
	.show-project .route {
		margin: 60px 0px 30px 0px;
	}
	.show-project .btn.ml-2 {
		margin-top: 10px;
		margin-left: 30px !important;
		display: block;
    	width: fit-content;
	}
	.breadcrumbs {
		padding: 35px 10px;
	}
	.page-title {
		padding: 0px 15px 15px 10px;
	}
	.show-project .short-desc {
		margin: 0px; 
		padding: 0px 15px 15px 10px;
		width: calc(100% - 45px);
	}
	.w-sm-100 {
		width: 100% !important;
	}
	.btn-md-big {
		border-radius: 20px;
		font-size: 0.8rem;
		padding: 8px 18px 10px;
		font-weight: 500;
	}
}
.password_reset {
	font-weight: normal;
	font-size: 14px;
	line-height: 165%;
	color: #FFF3FF;
}
.control-label {
	font-size: 18px;
}
.login-content-placeholder {
	height: 650px;
}
.required {
	color: #f00;
	font-weight: bold;
}
.django-ckeditor-widget {
	display: block !important;
}
.cke_reset {
	width: 100% !important;
}
.bootbox .modal-dialog {
	margin-top: 150px;
}
.bootbox .modal-header .close {
	position: absolute;
    right: 20px;
}
.expert .btn {
	border: 1px solid #007bff;
	color: #007bff;
}
.expert .btn.active {
	background-color: #007bff;
	color: #fff;
}
.expert .btn input {
	visibility: hidden;
	width: 0px;
}
.expert .btn.btn-success {
	color: #fff;
    border-color: #28a745;
	margin-top: 10px;
}
.expert.panel {
	border-radius: 10px;
	border: 1px solid #eee;
	padding: 20px;
	box-shadow: 0px 0px 10px #fff3ff;
}
.expert .panel-heading {
	font-weight: bold;
}
.expert .btn-group {
	margin: 5px 0px;
}
.pull-right {
	float: right;
}
.expert p {
	font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding: 0px 0px 10px 0px !important;
} 
.expert .form-group {
	margin-bottom: 0px;
}
.hidden {
	display: none;
}
.card_select {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}
.experts-select {
	width: 100%;
}
.adult-select {
	width: 100%;
}
.hidden-form {
	display: none;
}
.hidden-form input {
	border-bottom: 1px solid #000 !important;
	margin-bottom: 15px;
}