html {
	scroll-padding-top: 140px !important;
	scroll-behavior: smooth;
}

section {
	background-color: #ffffff;
}

body {
	font-style: normal;
	line-height: 1.5;
	font-weight: 400;
	color: #232323;
	position: relative;
}

.btn-info {
	font-size: 18px !important;
	font-weight: 400;
}

.btn-info-outline {
	font-size: 18px !important;
	font-weight: 400;
}

.btn-warning {
	font-size: 18px !important;
	font-weight: 400;
}

.btn-info:hover {
	background-color: rgb(0, 82, 180);
	transform: scale(0.95);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.btn-info-outline:hover {
	color: rgb(0, 82, 180);
	transform: scale(0.95);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.btn-warning:hover {
	transform: scale(0.95);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.header5 .hero_anim {
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity; /* для плавности */
}

.content5 .invite_anim {
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity; /* для плавности */
}

.header5 h1 {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.header5 p {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.top_header_mob .footer__socials-item {
	margin: 0px;
}

.footer__socials-item {
	display: block;
	height: 2.5rem;
	margin-right: 10px;
	transition: all 300ms;
	width: 2.5rem;
}

.footer__socials-item:last-child {
	margin-right: 0;
}

/* Стили плеера */

.custom-video-player {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: auto;
	padding: 20px;
}

.video-container {
	position: relative;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.video-container video {
	width: 100%;
	height: auto; /* Сохраняем пропорции видео */
	display: block;
}

.controls {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	padding: 0 10px;
	background-color: black;
}

#playPauseBtn {
	border: none;
	font-size: 32px;
	color: #fff;
	cursor: pointer;
	background-color: transparent;
	z-index: 10;
}

#volumeBtn {
	font-size: 24px;
	width: 30px;
	cursor: pointer;
	background: none;
	border: none;
	color: #fff;
	margin: 0 10px;
}

input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	background: #555;
	height: 5px;
	border-radius: 5px;
	outline: none;
	flex-grow: 1;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

#seekBar {
	margin: 0 15px;
}

#volumeBar {
	width: 80px;
	margin: 0 10px;
}

#currentTime,
#duration {
	font-size: 14px;
	color: #fff;
	min-width: 40px; /* Для выравнивания */
	text-align: center;
}

.time-separator {
	margin: 0 5px;
	color: #fff;
}

/* Стили плеера */

.footer__socials-item-icon {
	fill: rgb(1, 59, 131);
	display: block;
	height: 100%;
	width: 100%;
}

.footer__socials-item-icon:hover {
	fill: rgb(0, 82, 180);
	transform: scale(0.95);
}

/* Стили скролла вверх */

.scroll_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border-radius: 50%;
	opacity: 1;
	transition: all 300ms;
	z-index: 9999;
}

.hide {
	opacity: 0 !important;
}

.scroll_top:active {
	border: 1px solid black;
}

.scroll_top:hover {
	transform: scale(0.95);
}

.scroll_top i {
	color: black;
}

body::-webkit-scrollbar {
	width: 12px;
}

body::-webkit-scrollbar-track {
	background: rgb(255, 255, 255);
}

body::-webkit-scrollbar-thumb {
	background-color: #013b83 !important;
	border-radius: 20px;
}

.navbar .navbar-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbsr_logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbsr_logo h5 {
	margin-bottom: 0;
}

.navbar h5 {
	color: #47b5ed;
}

.top_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.navbar_zayav_btn .btn-info {
	width: 270px;
}

/* Стили переводов */

.navbar-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.navbar-buttons .tel {
	font-size: 28px;
	white-space: nowrap;
}

.navbar-buttons-mob {
	display: none;
	align-items: center;
	justify-content: space-around;
	margin: auto;
}

.navbar-buttons-mob .tel {
	font-size: 28px;
	white-space: nowrap;
}

.socicon-vkontakte {
	font-size: 34px;
}

/* lang */

.lang {
	position: relative;
	z-index: 10;
	text-align: center;
	perspective: 700px;
}

.lang__link {
	cursor: pointer;
	transition: 0.3s all;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 2px;
	padding: 4px;
}

.lang__img {
	width: 38px;
	height: 26px;
	flex-shrink: 0;
	display: block;
	transition: 0.3s all;
}

.lang__link_sub:hover {
	filter: drop-shadow(0 0 3px rgb(136, 136, 136)) brightness(130%);
}

.lang__name {
	color: #737b84;
	font-size: 12px;
	line-height: 12px;
	flex-shrink: 0;
	text-transform: uppercase;
}

.lang__link_sub {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	margin-bottom: 2px;
}

.lang__list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all;
	transform: rotateX(-90deg);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	line-height: 13px;
	padding: 4px;
	transform-origin: center top;
	box-sizing: border-box;
}

.lang:hover .lang__list {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
}

.lang__link_select {
	align-items: flex-start;
	text-align: center;
	font-size: 0;
}

/* Стили переводов */

section,
.container,
.container-fluid {
	position: relative;
	word-wrap: break-word;
}

a.mbr-iconfont:hover {
	text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
	margin-bottom: 0;
}

a {
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
}

a,
a:hover {
	text-decoration: none;
}

.mbr-section-title {
	font-style: normal;
	line-height: 1.3;
}

.mbr-section-subtitle {
	line-height: 1.3;
}

.mbr-text {
	font-style: normal;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
	line-height: 1;
	word-break: break-word;
	word-wrap: break-word;
	font-weight: 400;
}

b,
strong {
	font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

textarea[type="hidden"] {
	display: none;
}

section {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.hidden {
	visibility: hidden;
}

.mbr-z-index20 {
	z-index: 20;
}

.about_inst_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.join_cont .mbr-iconfont {
	display: flex;
	justify-content: center;
	color: #4479d9;
}

.join_item {
	border: 2px solid black;
	border-radius: 50px;
	padding: 5px;
	margin: 15px 0;
	transition: all 300ms;
}

.join_item:hover {
	transform: scale(0.95);
}

.join_item .link img {
	width: 30px;
	height: 30px;
}

/*! Base colors */
.mbr-white {
	color: #ffffff;
}

.mbr-black {
	color: #111111;
}

.mbr-bg-white {
	background-color: #ffffff;
}

.mbr-bg-black {
	background-color: #000000;
}

/*! Text-aligns */
.align-left {
	text-align: left;
}

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

.align-right {
	text-align: right;
}

/*! Font-weight  */
.mbr-light {
	font-weight: 300;
}

.mbr-regular {
	font-weight: 400;
}

.mbr-semibold {
	font-weight: 500;
}

.mbr-bold {
	font-weight: 700;
}

/*! Media  */
.media-content {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.media-container-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.media-container-row .media-size-item {
	width: 400px;
}

.media-container-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.media-container-column > * {
	width: 100%;
}

.content17 .panel-collapse {
	margin: 0 15px;
}

.image1 .panel-collapse {
	margin: 0 15px;
}

.content16 .card .card-header {
	padding: 0 1.25rem;
}

.content16 .panel-collapse {
	margin: 0 15px;
}

.content16 .panel-body {
	margin-top: 15px;
	margin-bottom: 15px;
}

.light_bg {
	background-color: #e0ebf4 !important;
}

@media (min-width: 992px) {
	.media-container-row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

figure {
	margin-bottom: 0;
	overflow: hidden;
}

figure[mbr-media-size] {
	-webkit-transition: width 0.1s;
	transition: width 0.1s;
}

img,
iframe {
	display: block;
	width: 100%;
}

.info3 .info_anim {
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity; /* для плавности */
}

.features1 .card {
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity; /* для плавности */
}

.card {
	background-color: transparent;
	border: none;
}

.card-box {
	width: 100%;
}

.card-img {
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}

.media {
	max-width: 100%;
	margin: 0 auto;
}

.mbr-figure {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.media-container > div {
	max-width: 100%;
}

.mbr-figure img,
.card-img img {
	width: 100%;
}

@media (max-width: 991px) {
	.media-size-item {
		width: auto !important;
	}

	.media {
		width: auto;
	}

	.mbr-figure {
		width: 100% !important;
	}
}

/*! Buttons */
.mbr-section-btn {
	margin-left: -0.6rem;
	margin-right: -0.6rem;
}

.btn {
	font-weight: 600;
	border-width: 1px;
	font-style: normal;
	margin: 0.6rem 0.6rem;
	white-space: normal;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	word-break: break-word;
}

.btn-sm {
	font-weight: 600;
	letter-spacing: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-md {
	font-weight: 600;
	letter-spacing: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-lg {
	font-weight: 600;
	letter-spacing: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-form {
	margin: 0;
}

.btn-form:hover {
	cursor: pointer;
}

nav .mbr-section-btn {
	margin-left: 0rem;
	margin-right: 0rem;
}

/* Новый раздел вопросов */

#new_faq_accordion .accordion-item .accordion-button {
	width: 100%;
	text-align: left;
}

.nav-tabs {
	border: none;
}

.tab .new_faq {
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.new_faq_links {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	align-content: stretch;
	flex-direction: column;
}

.new_faq_links .nav-link {
	border-radius: 10px !important;
	border: 2px solid black;
	color: black !important;
	width: 100%;
	font-size: 24px;
}

.new_faq_links .active {
	background-color: rgb(71, 181, 237) !important;
	color: white !important;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	cursor: pointer;
	margin-left: 0.5rem;
	vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
	margin-left: 0.8rem;
}

.mbr-regular {
	font-weight: 400;
}

.mbr-semibold {
	font-weight: 500;
}

.mbr-bold {
	font-weight: 700;
}

[type="submit"] {
	appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
	min-height: 100vh;
}

.mbr-fullscreen {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100vh;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

/*! Map */
.map {
	height: 25rem;
	position: relative;
}

.map iframe {
	width: 100%;
	height: 100%;
}

/*! Arrow Down */
.mbr-arrow {
	position: absolute;
	bottom: 45px;
	left: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: rgba(80, 80, 80, 0.5);
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@keyframes arrowdown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes arrowdown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/*Gradients animation*/
@keyframes gradient-animation {
	from {
		background-position: 0% 100%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	to {
		background-position: 100% 0%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}

@-webkit-keyframes gradient-animation {
	from {
		background-position: 0% 100%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	to {
		background-position: 100% 0%;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}

.bg-gradient {
	background-size: 200% 200%;
	animation: gradient-animation 5s infinite alternate;
	-webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
	display: -webkit-flex;
}

.navbar .row {
	width: 100%;
}

.menu .navbar-brand span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
	display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
	height: 100px;
}

.menu .navbar-brand .navbar-logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.top_img_mob {
	display: none;
}

.navbar_zayav_btn a {
	border-radius: 100px;
}

.navbar_zayav_btn a button {
	border-radius: 100px;
}

.sber_cont {
	border: 2px solid gray;
}

@media (min-width: 768px) and (max-width: 1166px) {
	.menu .navbar-toggleable-sm .navbar-nav {
		display: -webkit-box;
		display: flexbox;
	}
}

@media (max-width: 1167px) {
	.menu .navbar-collapse {
		max-height: 93.5vh;
	}

	.menu .navbar-collapse.show {
		overflow: auto;
	}
}

@media (min-width: 1166px) {
	.menu .navbar-nav.nav-dropdown {
		display: flex;
	}

	.menu .navbar-toggleable-sm .navbar-collapse {
		display: flex !important;
	}

	.menu .collapsed .navbar-collapse {
		max-height: 93.5vh;
	}

	.menu .collapsed .navbar-collapse.show {
		overflow: auto;
	}
}

@media (max-width: 767px) {
	.menu .navbar-collapse {
		max-height: 80vh;
	}

	.cid-soqk7uinDI {
		display: none;
	}

	.header5 {
		display: none;
	}

	.cid-so3xQfMiev {
		margin-top: 10vh;
	}

	.navbar-buttons-mob {
		display: flex;
		width: 73%;
		justify-content: space-between;
	}

	.navbar-buttons {
		display: none;
	}

	.cid-so3xQfMiev {
		display: none;
	}

	.top_img_mob {
		display: block;
		width: 100vw;
		height: 100vh;
	}

	.top_header_mob .btn {
		margin: 5px 0;
	}
}

.main_menu .nav-link {
	font-size: 26px;
}

.navigation {
	/* flex-wrap: nowrap !important; */
	white-space: nowrap;
}

.nav-link .mbr-iconfont {
	margin-right: 0.5rem;
}

.navbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.nav-dropdown .link {
	padding: 0.667em 1.667em !important;
	margin: 0 !important;
}

.nav {
	display: flex;
	flex-wrap: wrap;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

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

.form-inline {
	display: flex;
}

.card-wrapper {
	flex: 1;
}

.carousel-control {
	z-index: 10;
	display: flex;
}

.carousel-controls {
	display: flex;
}

.media {
	display: flex;
}

.form-group:focus {
	outline: none;
}

.jq-selectbox__select {
	padding: 7px 0;
	position: relative;
}

.jq-selectbox__dropdown {
	overflow: hidden;
	border-radius: 10px;
	position: absolute;
	top: 100%;
	left: 0 !important;
	width: 100% !important;
}

.jq-selectbox__trigger-arrow {
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jq-selectbox li {
	padding: 1.07em 0.5em;
}

input[type="range"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
	height: 100%;
}

.modal-dialog .carousel-inner {
	height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
	.modal-dialog .carousel-inner {
		height: calc(100vh - 1rem);
	}
}

.carousel-item {
	text-align: center;
}

.carousel-item img {
	margin: auto;
}

.navbar-toggler {
	align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

.navbar-toggler-left {
	position: absolute;
	left: 1rem;
}

.navbar-toggler-right {
	position: absolute;
	right: 1rem;
}

.card-img {
	width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: initial !important;
}

html,
body {
	height: auto;
	min-height: 100vh;
}

.dropup .dropdown-toggle::after {
	display: none;
}

.form-asterisk {
	font-family: initial;
	position: absolute;
	top: -2px;
	font-weight: normal;
}

.form-control-label {
	position: relative;
	cursor: pointer;
	margin-bottom: 0.357em;
	padding: 0;
}

.alert {
	color: #ffffff;
	border-radius: 0;
	border: 0;
	font-size: 1.1rem;
	line-height: 1.5;
	margin-bottom: 1.875rem;
	padding: 1.25rem;
	position: relative;
	text-align: center;
}

.alert.alert-form::after {
	background-color: inherit;
	bottom: -7px;
	content: "";
	display: block;
	height: 14px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 14px;
}

.form-control {
	background-color: #ffffff;
	background-clip: border-box;
	color: #232323;
	line-height: 1rem !important;
	height: auto;
	padding: 0.6rem 1.2rem;
	-webkit-transition: border-color 0.25s ease 0s;
	transition: border-color 0.25s ease 0s;
	border: 1px solid transparent !important;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
	border-color: red;
}

form .row {
	margin-left: -0.6rem;
	margin-right: -0.6rem;
}

form .row [class*="col"] {
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}

form .mbr-section-btn {
	margin: 0;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}

form .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.6rem 1.2rem;
	margin: 0;
}

form .form-check-input {
	margin-top: 0.5;
}

textarea.form-control {
	line-height: 1.5rem !important;
}

.form-group {
	margin-bottom: 1.2rem;
}

.form-control,
form .btn {
	min-height: 48px;
}

.gdpr-block label span.textGDPR input[name="gdpr"] {
	top: 7px;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

:focus {
	outline: none;
}

.mbr-overlay {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	pointer-events: none;
}

blockquote {
	font-style: italic;
	padding: 3rem;
	font-size: 1.09rem;
	position: relative;
	border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
	margin-bottom: 2.3125rem;
}

.mt-4 {
	margin-top: 2rem !important;
}

.mb-4 {
	margin-bottom: 2rem !important;
}

.top_header_mob {
	display: none;
}

/* Стили нового блока "порядок поступления" */

.select_cont {
	height: 400px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.select_card {
	width: 80px;
	border-radius: 0.75rem;
	background-size: cover;
	cursor: pointer;
	overflow: hidden;
	border-radius: 2rem;
	margin: 0 10px;
	display: flex;
	align-items: flex-end;
	transition: 300ms cubic-bezier(0.28, -0.03, 0, 0.99);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.8);
}

.select_card .select_row {
	color: white;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	background-color: rgba(0, 0, 0, 0.5);
}

.select_card .select_row .icon {
	background: #223;
	color: white;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px;
}

.select_card > .select_row > .description {
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	height: 80px;
	width: 520px;
	opacity: 0;
	transform: translateY(30px);
	transition-delay: 300ms;
	transition: all 300ms ease;
}

.select_row .description h4 {
	text-transform: uppercase;
}

.select_cont input {
	display: none;
}

.select_cont input:checked + label {
	width: 600px;
}

.select_cont input:checked + label .description {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.select_card[for="c1"] {
	background-image: url(/assets/images/select1.jpg);
}

.select_card[for="c2"] {
	background-image: url(/assets/images/select2.jpg);
}

.select_card[for="c3"] {
	background-image: url(/assets/images/select3.jpg);
}

.select_card[for="c4"] {
	background-image: url(/assets/images/select4.jpg);
}

.select_card[for="c5"] {
	background-image: url(/assets/images/select5.jpg);
}

@media (max-width: 1600px) {
	.main_menu .nav-link {
		font-size: 20px;
	}
	.main_pic_row .card {
		width: 400px !important;
	}
	.main_pic_row .card h1 {
		font-size: 28px;
	}
	.main_pic_row .navbar_zayav_btn {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
}

@media (max-width: 1300px) {
	.main_menu .nav-link {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.row {
		margin-left: -16px;
		margin-right: -16px;
	}

	.row > [class*="col"] {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (min-width: 768px) {
	.container-fluid {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.mbr-container {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (max-width: 767px) {
	.mbr-container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 991px) {
	.cid-so34jjFyZY {
		min-height: 97px;
	}
}

@media (max-width: 656px) {
	.cid-so2XPGBCek {
		background: url(../../../assets/images/mobile_bg.jpg) top center !important;
		background-size: cover !important;
	}
}

@media (max-width: 780px) {
	.top_header {
		display: none;
	}

	.top_header_mob {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.top_header_mob .navbar-brand img {
		width: 150px;
	}

	.top_header_mob .navbar_zayav_btn {
		width: 100%;
	}

	.navbar_zayav_btn .btn-info {
		width: 180px;
	}

	.cid-so34jjFyZY .navbar-dropdown {
		padding: 0;
	}

	.btn-info {
		font-size: 16px !important;
	}
}

.card-wrapper,
.item-wrapper {
	overflow: hidden;
}

.app-video-wrapper > img {
	opacity: 1;
}

.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}

iframe {
	border: none;
}

.btn {
	padding: 0.6rem 1.2rem;
}
