html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th {
	font-weight: normal;
	font-style: normal;
}

fieldset,
img {
	border: none;
}

caption,
th {
	text-align: left;
}

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

html,
body,
div,
ul {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*:-moz-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.hidden {
	display: none;
}

html {
	box-sizing: border-box;
}

* {
	box-sizing: inherit;
}

*:before,
*:after {
	box-sizing: inherit;
}

.before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.trans {
	transition: all .5s ease;
}

.img-wrap img {
	width: 100%;
	max-width: 100%;
}

html {
	font-size: 16px;
	font-family: serif;
	min-height: 100%;
	height: 100%;
}

body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	/* font-family: "Montserrat", Arial, sans-serif; */
	min-height: 100vh;
	position: relative;
	overflow-x: hidden;
	min-width: 320px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

main {
	flex: 1;
}

footer {
	flex-shrink: 0;
}

.fader {
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 101;
	display: none;
}

.fader.dark {
	display: block;
	opacity: 1;
	animation: fadeInFromNone 1s ease-in-out;
}

@keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

.main-wrapper {
	max-width: 1260px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 min(3%, 50px);
}

@media only screen and (max-width : 576px) {
	.main-wrapper {
		padding-right: 15px;
		padding-left: 15px;
	}
}

a {
	color: #06F;
}

a:hover {
	color: #F00;
}

a:focus {
	color: #F00;
}

.a-nolink {
	text-decoration: none !important;
	color: #000 !important;
}

.a-nolink:hover {
	text-decoration: none !important;
	color: #000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 5px !important;
	border-radius: 0px !important;
}

.fancybox-title {
	visibility: hidden;
	font: normal 15px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
	text-align: center;
	padding: 10px;
}

.scroll-top-side {
	background-color: #000;
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	border-radius: 50%;
	display: none;
	box-shadow: rgb(105 105 105 / 0.5) 0px 2px 20px;
	z-index: 1000;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='141.732' height='141.732'%3e%3cpath fill='%23FFF' d='m71.026 927.814 47.104 47.104c3.895 3.895 10.258 3.895 14.146 0l1.412-1.412c3.889-3.892 3.889-10.253 0-14.145L80.244 905.92a10.082 10.082 0 0 0-.697-.771l-1.408-1.413a9.947 9.947 0 0 0-7.108-2.915 9.953 9.953 0 0 0-7.111 2.915l-1.412 1.411a10.15 10.15 0 0 0-.693.771l-53.45 53.448c-3.891 3.892-3.891 10.253 0 14.145l1.412 1.412c3.891 3.895 10.254 3.895 14.143 0l47.106-47.109zM113.506 59.386 70.27 23.749 27.036 59.386l-5.774-7.006L70.27 11.983l49.011 40.397z'/%3e%3cpath fill='%23FFF' d='M65.731 17.866h9.079v114.066h-9.079z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px 25px;

}

.scroll-top-side-visible {
	display: inline-block;
}

.scroll-top-side .b-icon {
	fill: rgba(38, 187, 157, 1);
	height: 24px;
	width: 24px;
}

header {
	background-color: rgb(0 39 70 / 1);
}

main {
	background-color: #fff;
}

footer {
	background-color: #121C33;
}

.b-header {
	/* height: 100px; */
	display: grid;
	grid-template-columns: 1fr auto;
	grid-column-gap: 20px;
	align-items: center;
}

@media only screen and (max-width : 992px) {
	.b-header {
		padding-left: 40px;
		height: 70px;
	}
}

.b-page-content {
	background-color: #fff;
	padding: 20px 0 min(calc(30px + 3vw), 70px) 0;
	max-width: 900px;
	margin: 0 auto;
}

.crumbs {
	font-size: 13px;
	text-align: center;
}

.b-page-content h1 {
	font-weight: 600;
	color: #333;
	padding-bottom: 10px;
	font-size: min(calc(15px + 2vw), 36px);
	margin-bottom: 2em;
	line-height: 1.3;
	margin-top: 30px;
	text-align: center;
	width: 100%;
	/*	text-transform: uppercase;*/
}

.b-page-txt {
	font-size: 19px;
	line-height: 1.6;
	color: #333;
	font-weight: 300;
}

.b-page-txt strong {
	font-weight: 500;
}

@media only screen and (max-width : 1200px) {

	.b-page-txt {
		font-size: 17px;
	}
}

@media only screen and (max-width : 700px) {
	.b-page-txt {
		font-size: 15px;
	}
}

@media only screen and (max-width : 500px) {
	.b-page-txt {
		font-size: 14px;
	}
}

.b-page-txt p {
	margin-bottom: 14px;
	margin-top: 0px;
}

.b-page-txt h2 {
	font-weight: 600;
	font-size: min(calc(12px + 2vw), 25px);
	margin-top: 35px;
	margin-bottom: 15px;
	line-height: 1.3;
	width: 100%;
	color: #052968;
text-align: center;
}
.b-page-txt h3 {
	font-weight: 600;
	font-size: min(calc(10px + 2vw), 22px);
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.3;
	width: 100%;
	color: #052968;
text-align: center;
}

.b-partners__wrap  h2  {margin: 40px 0;}

.b-page-txt a:hover {
	color: #000;
}

.b-page-txt a {
	color: #F60;
	text-decoration: underline;
}

.b-page-txt ul {
	padding-bottom: 10px;
}

.b-page-txt ul li {
	margin-left: 50px;
	margin-bottom: 10px;
}

.b-page-txt ol {
	padding-bottom: 10px;
}

.b-page-txt ol li {
	margin-left: 50px;
	margin-bottom: 10px;
}

/* .b-img-note {
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000;
}

.b-img-note-center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.b-img-note img {
	margin-bottom: 15px;
	max-width: 100%;
} */

.b-main-table {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.b-main-table td {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	border: 1px solid #dedede;
	line-height: 1.4;
}

.b-main-table th {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	border: 1px solid #dedede;
	word-break: break-all;
	color: #000;
	background-color: rgb(240 240 240 / 1);
	font-weight: bold;
}

.b-table-border td {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	border: 1px solid #dedede;
	line-height: 1.4;
}

.b-table-border th {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	border: 1px solid #dedede;
	word-break: break-all;
	color: #000;
	background-color: rgb(240 240 240 / 1);
	font-weight: bold;
}

.b-table-scroll {
	margin-top: 20px;
	margin-bottom: 30px;
	overflow-x: auto;
}

.b-quote {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 4px;
}

.b-quote-light {
	background-color: rgb(38 187 157 / 1);
	color: #333;
}

.b-quote-dark {
	background-color: rgb(38 187 157 / 1);
	color: #fff;
}

.b-quote h4 {
	font-weight: 600;
	font-size: 21px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.3;
	font-family: "Montserrat", Arial, sans-serif;
}

.b-quote-light h4 {
	color: #000;
	font-family: "Montserrat", Arial, sans-serif;
}

.b-quote-dark h4 {
	color: #000;
	font-family: "Montserrat", Arial, sans-serif;
}

.b-quote p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.b-page-txt .img-wide {
	margin: 30px 0;
	max-width: 1000px;
}

@media only screen and (max-width : 992px) {
	.b-page-txt ul li {
		margin-left: 30px;
		margin-bottom: 10px;
	}

	.b-page-txt ol li {
		margin-left: 30px;
		margin-bottom: 10px;
	}

	/* .b-quote {
		margin-top: 40px;
		margin-bottom: 40px;
		padding-top: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
	} */
	.b-main-table {
		border-top: 1px solid #a0a0a0;
	}

	.b-main-table thead {
		display: none;
	}

	.b-main-table tr {
		margin-bottom: 1px;
		padding-bottom: 15px !important;
		display: block;
		border-bottom: 1px solid #a0a0a0;
	}

	.b-main-table td {
		display: block;
		text-align: right;
		width: 100%;
		padding-right: 0px !important;
		border-top-style: none !important;
		border-right-style: none !important;
		border-bottom-style: none !important;
		border-left-style: none !important;
		padding-top: 20px !important;
		padding-left: 0px;
	}

	.b-main-table td:last-child {
		border-bottom: 0;
	}

	.b-main-table td:before {
		content: attr(data-label);
		float: left;
		display: block;
		margin-right: 15px;
	}

	.b-page-content-wrap .b-page-col:nth-child(2) {
		width: 100%;
	}
}

@media only screen and (max-width : 767px) {

	.b-page-right-go {
		display: inline-block;
	}

	.b-page-right-content {
		display: none;
	}
}

@media only screen and (max-width : 576px) {
	.b-page-txt ul li {
		margin-left: 20px;
		margin-bottom: 10px;
	}

	.b-page-txt ol li {
		margin-left: 20px;
		margin-bottom: 10px;
	}

	.b-page-txt .b-quote p {
		padding-right: 0px;
		padding-left: 0px;
	}

	.b-quote {
		border-radius: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.b-page-back {
		margin-top: 25px;
		text-align: center;
	}

	.b-page-left {
		padding-right: 15px;
		padding-left: 15px;
	}

	.b-main-table td {
		padding-right: 0 !important;
		padding-left: 0;
	}

	.b-page-txt .img-wide {
		margin: 20px -15px;
		border-radius: 0px;
	}
}

.b-page-submenu {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: min(calc(20px + 2vw), 40px);
	justify-content: flex-start;
	margin-top: -20px;
}

.b-page-submenu a {
	font-size: 15px;
	/* text-transform: uppercase; */
	text-decoration: none !important;
	display: inline-block;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	letter-spacing: 1px;
	border-radius: 5px;
	overflow: hidden;
	color: #000;
	background-color: rgb(253 200 0 / 1);
	font-weight: 600;
	margin: 0 5px 5px 0;
	font-family: 'Montserrat', sans-serif;
}

.b-quote-wide {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.slider-page__wrap {
	margin-top: 30px;
	margin-bottom: 30px;
}

.slider-page .owl-dots {
	text-align: center;
}

.slider-page .owl-dot {
	width: 8px;
	height: 8px;
	margin: 20px 5px 10px 5px;
	background-color: #ccc;
	display: inline-block;
	border-radius: 10em;
}

.slider-page .owl-dot.active {
	background-color: #000;
}

.slider-page .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.slider-page .owl-nav>button {
	color: #FFF;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	font-size: 12px;
	height: 40px;
	width: 40px;
	filter: Alpha(Opacity=70);
	/*IE7 fix*/
	opacity: .7;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -40px;
	transition: all .25s ease;
	left: 0;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 141.7 141.7' viewBox='0 0 141.7 141.7'%3e%3cpath d='m59.3 70.9 47.1-47.1c3.9-3.9 3.9-10.3 0-14.1L105 8.2c-3.9-3.9-10.3-3.9-14.1 0L37.5 61.7c-.3.2-.5.4-.8.7l-1.4 1.4c-2 2-2.9 4.5-2.9 7.1 0 2.6 1 5.2 2.9 7.1l1.4 1.4c.2.2.5.5.8.7l53.4 53.4c3.9 3.9 10.3 3.9 14.1 0l1.4-1.4c3.9-3.9 3.9-10.3 0-14.1L59.3 70.9z' style='fill:%23000'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	background-color: #fff;
}

.slider-page .owl-nav button:hover,
.slider-page .owl-nav button:focus {
	opacity: 1;
	background-color: #fff;
	border: none;
	outline: none;
}

.slider-page .owl-nav button.owl-next {
	right: 0px !important;
	left: auto;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 141.7 141.7' viewBox='0 0 141.7 141.7'%3e%3cpath d='M82.4 70.9 35.3 118c-3.9 3.9-3.9 10.3 0 14.1l1.4 1.4c3.9 3.9 10.3 3.9 14.1 0l53.4-53.4c.3-.2.5-.4.8-.7l1.4-1.4c2-2 2.9-4.5 2.9-7.1 0-2.6-1-5.2-2.9-7.1l-1.4-1.4c-.2-.2-.5-.5-.8-.7L50.8 8.2c-3.9-3.9-10.3-3.9-14.1 0l-1.4 1.4c-3.9 3.9-3.9 10.3 0 14.1l47.1 47.2z' style='fill:%23000'/%3e%3c/svg%3e");
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
}

.slider-page .owl-nav button.owl-prev {
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
}

.slider-page .owl-nav .disabled {
	display: none;
}

.slider-page .item a {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
	padding-top: 75%;
}

.slider-page .item a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.sidebar.open-sidebar {
	left: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.sidebar {
	position: absolute;
	left: -360px;
	width: 360px;
	min-height: 100%;
	box-sizing: border-box;
	z-index: 2000;
	-webkit-transition: left 0.4s ease-in-out;
	-moz-transition: left 0.4s ease-in-out;
	-ms-transition: left 0.4s ease-in-out;
	-o-transition: left 0.4s ease-in-out;
	transition: left 0.4s ease-in-out;
	padding-top: 50px;
	padding-bottom: 30px;
}

.sidebar {
	background-color: rgb(0 39 70 / 1);
	;
}

.toggle-mnu {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	position: absolute;
	left: 20px;
	top: 27px;
	z-index: 10000;
}

.toggle-mnu-wrap {
	height: 45px;
	width: 44px;
	position: absolute;
	z-index: 100;
	left: 10px;
	top: 15px;
	border-radius: 6px;
}

@media only screen and (min-width : 993px) {

	.toggle-mnu,
	.toggle-mnu-wrap {
		display: none;
	}

	.sidebar,
	.fader.dark {
		display: none;
	}
}

.toggle-mnu:focus {
	outline: none;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
}

.toggle-mnu span:after {
	top: 14px;
}

.toggle-mnu span {
	position: relative;
	display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
	width: 100%;
	height: 3px;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	backface-visibility: hidden;
	border-radius: 0px;
}

.toggle-mnu.on span {
	background-color: transparent;
}

.toggle-mnu.on span:before {
	-webkit-transform: rotate(45deg) translate(0px, 0);
	-ms-transform: rotate(45deg) translate(0px, 0);
	transform: rotate(45deg) translate(0px, 0)
}

.toggle-mnu.on span:after {
	-webkit-transform: rotate(-45deg) translate(5px, -5px);
	-ms-transform: rotate(-45deg) translate(5px, -5px);
	transform: rotate(-45deg) translate(5px, -5px)
}

.toggle-mnu.on+#menu {
	opacity: 1;
	visibility: visible;
}

.b-copyright {
	text-align: center;
	padding: 25px 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.b-copyright--light {
	color: #000;
}

.b-copyright--dark {
	color: #fff;
}

.b-copyright p {
	margin-bottom: 10px;
}

@media only screen and (max-width : 600px) {
	.b-copyright {
		padding: 15px 0;
		font-size: 11px;
	}
}

.b-side__login {
	font-size: 14px;
	margin: 30px 20px 40px 20px;
	color: #fff;
display: block;
overflow: hidden;
}

.b-side__login a {
	color: #fff;
	margin-right: 20px;
}

.b-header__logo {
	display: inline-block;
	max-width: 300px;
	margin: 10px 0 5px 0;
}

.b-header__logo img {
	display: block;
}

@media only screen and (max-width : 1400px) {
	.b-header__logo {
		max-width: 20vw;
		margin: 10px 0 5px 0;
	}
}

@media only screen and (max-width : 800px) {
	.b-header__logo {
		max-width: 180px;
		margin: 10px 0 5px 0;
	}
}

.b-header__logo-txt1 {
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	color: #000;
}

.b-header__logo-txt2 {
	font-size: 13px;
	font-weight: 400;
	display: block;
	text-decoration: none;
	color: #000;
}

.b-header__logo:hover {
	text-decoration: none;
}

.b-index-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.b-index-header h4 {
	font-weight: 600;
	font-size: min(calc(13px + 2vw), 24px);
	line-height: 1.3;
	/*	text-transform: uppercase;*/
	color: #000;
	text-decoration: none !important;
	display: block;
	margin-bottom: 6px;
	/*	letter-spacing: 1px;*/
	margin-right: 15px;
}

.b-index-header__all {
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 0 0;
}

.b-index-header--left {
	justify-content: flex-start;
}

.b-index-header--center {
	justify-content: center;
}

.b-index-header--center h4 {
	text-align: center;
	margin-left: 15px;
}

.b-index-header--wide {
	justify-content: space-between;
}

.b-index-header-line {
	padding-bottom: 0px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0, 0, 0, .2);
	margin-bottom: 20px;
	text-align: center;
}

.b-index-header-line__inner {
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	float: none;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -30px;
	padding-right: 15px;
	padding-left: 15px;
}

.b-index-header-line h4 {
	display: inline-block;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}

.b-index-header-line__all {
	font-size: 10px;
	text-transform: uppercase;
	color: #000 !important;
	letter-spacing: 1px;
	display: inline-block;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 6px;
	font-weight: 500;
	text-decoration: none !important;
	background-color: #DB6363;
	line-height: 30px;
	height: 30px;
	position: relative;
	top: -3px;
}

.b-index-header-line__all:hover {
	color: #FFF !important;
	text-decoration: none !important;
	background-color: #DB6363;
	opacity: .7;
}

.b-page-txt a {
	overflow-wrap: break-word;
}

.search-page form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.search-page form input[type="text"] {
border: 1px solid #ccc;
	border-radius: 6px;
	width: 68%;
	height: 40px;
	display: inline-block;
	padding: 10px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex: 1 1 68%;
max-width: 100%;
}
.search-page form input[type="submit"] {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px 7px;
	outline: none;
	border: 1px solid #002746;
	border-radius: 6px;
	background-color: #002746;
	box-shadow: none;
	color: #fff;
	vertical-align: middle;
	font-size: 16px;
	margin-bottom: 10px;
	-webkit-appearance: none;
	flex: 0 0 150px;
	/* height: 40px; */
}
.search-page form select {
display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: normal;
	color: #444;
	line-height: 1.3;
	padding: 10px 20px 10px 10px;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	flex: 0 0 100px;
	width: 100px;
	height: 40px;
}
.search-page {
padding-bottom: 40px;
}

.b-main-menu-list__wrap {
	background-color: rgb(0 39 70 / 1);
}

.b-menu {
	margin-top: 0px;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.b-menu ul {
	width: 100%;
	display: flex;
	list-style-type: none;
	justify-content: center;
}

.b-menu .b-firstlevel {
	font-size: 15px;
	font-weight: 500;
	color: #e7bc8f;
	text-decoration: none;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	align-self: center;
	padding-top: 2px;
	height: 50px;
	display: flex;
	align-content: center;
	align-items: center;
}

.b-menu .b-firstlevel:hover,
.b-menu .b-firstlevel:focus {
	color: #999;
}

.b-menu ul li .b-firstlevel-down:after {
	content: "";
	margin-left: 6px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 320 512'%3e%3cpath fill='%23e2b07b' d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9S301 191.9 288 191.9L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3e%3c/svg%3e");
	display: block;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center center;

}

.main-menu .b-search {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='42.52' height='42.52'%3e%3cpath fill='%23e2b07b' d='m39.611 38.23-9.399-9.403a15.799 15.799 0 0 0 3.33-9.714c0-8.693-6.985-15.767-15.571-15.767-8.584 0-15.567 7.073-15.567 15.767S9.387 34.877 17.97 34.877c3.732 0 7.161-1.337 9.846-3.564l9.354 9.355a1.726 1.726 0 0 0 2.441-2.438zM5.854 19.113c0-6.791 5.435-12.316 12.118-12.316 6.682 0 12.12 5.525 12.12 12.316 0 6.792-5.438 12.314-12.12 12.314-6.683 0-12.118-5.522-12.118-12.314z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 20px 20px;
	padding: 15px 10px 15px 45px;
}

#topmenu ul.main-menu {
	position: relative;
	z-index: 9999px;
}

#topmenu ul.main-menu li:hover span {
	display: block;
}

#topmenu ul.main-menu li span {
	display: none;
	position: absolute;
	top: 48px;
	left: auto;
	width: auto;
	margin-left: 0px;
	background-color: #ffffff;
	z-index: 9999;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0;
	padding-left: 30px;
	border: 1px solid #002746;
}

.main-menu-col a {
	font-size: 15px;
	display: block;
	padding: 6px 0px;
	color: #000;
	text-decoration: none;
}

.main-menu-col a:hover {
	text-decoration: underline;
}

.column-head {
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	margin-bottom: 8px !important;
	margin-bottom: 4px;
	padding-bottom: 4px;
	line-height: 20px;
	height: auto;
	color: rgb(38 187 157/ 1) !important;
	margin-top: 10px;
}

.main-menu-col {
	float: left;
	margin-right: 50px;
}

@media only screen and (max-width : 992px) {
	.b-main-menu-list__wrap {
		display: none;
	}
}

.b-top-login {
	display: block;
	font-size: 13px;
}

.b-top-login a {
	color: #fff;
	text-decoration: none;
}

.index-banner {
	background-color: rgb(0 39 70 / 1);
	background-image: url(/images/index-banner.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 561px;
}

@media only screen and (max-width : 1400px) {
	.index-banner {
		background-position: center center;
		background-size: cover;
		height: 40vw;
	}
}

@media only screen and (max-width : 750px) {
	.index-banner {
		background-image: url(/images/index-banner-2.png);
		background-position: center center;
		background-size: contain;
		height: 40vw;
	}
}

@media only screen and (max-width : 450px) {
	.index-banner {
		background-image: url(/images/index-banner-3.png);
		background-position: center center;
		background-size: contain;
		height: 85vw;
	}
}

.main-search {
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
	display: none;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: rgb(0 39 70 / 1);
	;
}

.main-search form {
	width: 100%;
}

.bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10em;
	border: 1px solid #F1F1F1;
	padding-right: 10px;
	padding-left: 20px;
	overflow: hidden;
	background-color: #F1F1F1;
}

.bx-input-group:focus-within {
	background-color: #fff !important;
	border: 1px solid #333;
}

.form_focus {
	background-color: #fff !important;
	border: 1px solid #333;
}

.bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	border: 0px solid #e6e4e4;
	border-radius: 0px 0 0 0px;
	outline: 0 !important;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s -webkit-appearance: none;
	background: none;
}

.bx-input-group .bx-form-control::-webkit-input-placeholder {
	color: #ccc;
}

.bx-input-group .bx-form-control::-moz-placeholder {
	color: #ccc;
}

.bx-input-group .bx-form-control:-moz-placeholder {
	color: #ccc;
}

.bx-input-group .bx-form-control:-ms-input-placeholder {
	color: #ccc;
}

.bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	outline: none;
}

.bx-input-group-btn button {
	position: relative;
	border: 0;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	color: #000;
	font-size: 19px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	height: 30px;
	padding-right: 10px;
	padding-left: 30px;
	text-transform: uppercase;
	line-height: 22px;
	outline: none;
	top: 0px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='42.52' height='42.52'%3e%3cpath fill='%23000' d='m39.611 38.23-9.399-9.403a15.799 15.799 0 0 0 3.33-9.714c0-8.693-6.985-15.767-15.571-15.767-8.584 0-15.567 7.073-15.567 15.767S9.387 34.877 17.97 34.877c3.732 0 7.161-1.337 9.846-3.564l9.354 9.355a1.726 1.726 0 0 0 2.441-2.438zM5.854 19.113c0-6.791 5.435-12.316 12.118-12.316 6.682 0 12.12 5.525 12.12 12.316 0 6.792-5.438 12.314-12.12 12.314-6.683 0-12.118-5.522-12.118-12.314z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	background-color: transparent;
}

.b-top-login-mob {
	font-size: 23px;
	line-height: 35px;
	float: right;
	margin-left: 10px;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	background-size: 25px 25px;
	display: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='42.52' height='42.52'%3e%3cpath fill='%23fff' d='M21.308 27.55a1.733 1.733 0 0 0 .013 2.396 1.606 1.606 0 0 0 2.272.033c.016-.018.029-.03.046-.046l6.415-6.701c.63-.672.63-1.714 0-2.382l-6.416-6.699a1.605 1.605 0 0 0-2.267-.066l-.051.051a1.733 1.733 0 0 0-.013 2.394l3.662 3.826-21.866.051c-.906 0-1.639.76-1.636 1.695.003.933.734 1.689 1.64 1.689h.004l21.843-.048-3.646 3.807zM40.52 6.13v31.94c0 .933-.734 1.692-1.64 1.692H13.706c-.905 0-1.585-.757-1.585-1.692v-9.744c0-.936.733-1.692 1.64-1.692.901 0 1.638.757 1.638 1.692v8.052H37.24V7.824H15.399v8.048c0 .938-.736 1.693-1.638 1.693-.906 0-1.64-.754-1.64-1.693V6.13c0-.934.68-1.693 1.585-1.693H38.88c.905 0 1.64.758 1.64 1.693z'/%3e%3c/svg%3e");
}

.b-top-search-mob {
	font-size: 23px;
	line-height: 35px;
	float: right;
	margin-left: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	background-size: 25px 25px;
	display: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='42.52' height='42.52'%3e%3cpath fill='%23fff' d='m39.611 38.23-9.399-9.403a15.799 15.799 0 0 0 3.33-9.714c0-8.693-6.985-15.767-15.571-15.767-8.584 0-15.567 7.073-15.567 15.767S9.387 34.877 17.97 34.877c3.732 0 7.161-1.337 9.846-3.564l9.354 9.355a1.726 1.726 0 0 0 2.441-2.438zM5.854 19.113c0-6.791 5.435-12.316 12.118-12.316 6.682 0 12.12 5.525 12.12 12.316 0 6.792-5.438 12.314-12.12 12.314-6.683 0-12.118-5.522-12.118-12.314z'/%3e%3c/svg%3e");
}

@media only screen and (max-width : 992px) {

	.b-top-search-mob,
	.b-top-login-mob {
		display: inline-block;
	}

	.b-top-login {
		display: none;
	}
}

.b-accordeon-mob .accordion {
	width: 100%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none !important;
}

.b-accordeon-mob .accordion li {
	list-style-type: none !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}

.b-accordeon-mob .accordion a {
	color: #fff !important;
	text-decoration: none !important;
}

.b-accordeon-mob .accordion .a-line {
	cursor: pointer;
	display: block;
	color: #000;
	font-size: 22px;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
}

.b-accordeon-mob .accordion .a-line:hover {
	background-color: rgb(255 255 255 / .1);
}

.b-accordeon-mob .accordion .link2 {
	cursor: pointer;
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
}

.b-accordeon-mob .accordion .link2:after {
	content: "";
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 141.7 141.7' viewBox='0 0 141.7 141.7'%3e%3cpath d='M70.9 82.4 23.8 35.3c-3.9-3.9-10.3-3.9-14.1 0l-1.4 1.4c-3.9 3.9-3.9 10.3 0 14.1l53.4 53.4c.2.3.4.5.7.8l1.4 1.4c2 2 4.5 2.9 7.1 2.9 2.6 0 5.2-1 7.1-2.9l1.4-1.4c.2-.2.5-.5.7-.8l53.4-53.4c3.9-3.9 3.9-10.3 0-14.1l-1.4-1.4c-3.9-3.9-10.3-3.9-14.1 0L70.9 82.4z' style='fill:%23fff'/%3e%3c/svg%3e");
	display: block;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 20px;
	left: auto;
	font-size: 16px;
	color: #000;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	top: 14px;
}

.b-accordeon-mob .accordion li:last-child .link2 {
	border-bottom: 1px solid rgb(100 100 100 / .1);
	position: relative;
}

.b-accordeon-mob .accordion li.open .link2 {
	color: #fff;
}

.b-accordeon-mob .accordion li.open .link2:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.b-accordeon-mob .accordion .submenu {
	display: none;
	font-size: 16px;
	margin-bottom: 0px;
	background: rgb(0 0 0 / .05);
}

.b-accordeon-mob .accordion .submenu li {
	border-bottom: 0px solid #fff;
}

.b-accordeon-mob .accordion .submenu a {
	display: block;
	text-decoration: none;
	color: #fff !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 20px;
}

.b-accordeon-mob .accordion .submenu a:hover {
	background: rgb(0 0 0 / .1);
	color: #000;
}

.b-accordeon-mob .accordion .submenu li:first-child a {
	padding-top: 15px;
}

.b-accordeon-mob .accordion .submenu li:last-child a {
	padding-bottom: 15px;
}

.b-accordeon-mob .accordion .submenu .b-accordeon-2-simple {
	cursor: pointer;
	display: block;
	padding: 15px 5px 15px 52px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.b-accordeon-mob .accordion .submenu .b-accordeon-2-simple a {
	color: #000 !important;
}

.b-index-intro {
	display: grid;
	grid-template-columns: 1fr 4fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 20px;
	padding: 120px 0;
}

.b-index-intro__txt h1 {
	color: #052968;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 40px;
}

.b-index-intro__txt {
	text-align: center;
	font-size: 19px;
	font-weight: 300;
}

.b-index-intro__wrap {
	background-image: url(/images/10481378.jpg);
	background-position: center center;
	/* background-size: cover; */
	background-repeat: no-repeat;
}

@media only screen and (max-width : 992px) {
	.b-index-intro__wrap {
		background-image: none;
	}

	.b-index-intro {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 40px;
		grid-row-gap: 60px;
		padding: 60px 0;
	}

	.b-index-intro__left {
		display: none;
	}

	.b-index-intro__right {
		text-align: center;
	}
}

.b-index-media__wrap {
	background-color: #EEEEEE;
	text-align: center;
	padding: 60px 0;
}

.b-index-media h2 {
	color: #052968;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 40px;
}

.b-index-media h3 {
	color: #000;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 40px;
}

.b-index-news {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 40px;
}

@media only screen and (max-width : 992px) {
	.b-index-news {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
	}
}

.b-index-news__item {
	background-color: #fff;
	display: block;
	text-decoration: none;
}

.b-index-news__item:hover {
	opacity: .8;
}

.b-index-news__item-img {
	padding-top: 75%;
	transition: all .5s ease;
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.b-index-news__item-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.b-index-news__item-title {
	color: #000;
	padding: 0 30px 15px 30px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	text-align: left;
	display: block;
}

.b-index-news__item-txt {
	color: #000;
	padding: 0 30px 15px 30px;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
	display: block;
	line-height: 1.4;
}

.b-index-news__item-data {
	color: #000;
	padding: 0 30px 20px 30px;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	text-align: left;
	display: block;
	line-height: 1.4;
}

.b-index-news-all {
	padding: 50px 0 0 0;
}

.b-index-news-all a {
	border: 1px solid #000;
	padding: 20px 60px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 700;
	color: #000;
	transition: all .5s ease;
}

.b-index-news-all a:hover {
	background-color: #000;
	color: #fff;
}

.b-index-partners__wrap h2 {
	color: #052968;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 40px;
	margin-top: 60px;
}

.b-index-partners__wrap {
	padding: 0 0 20px 0;
	text-align: center;
}

.b-index-partners {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.b-index-partners__item {
	flex: 0 0 20%;
	padding: 0 40px 40px 40px;
}

@media only screen and (max-width : 992px) {

	.b-index-partners__item {
		flex: 0 0 25%;
		padding: 0 30px 40px 30px;

	}
}

@media only screen and (max-width : 700px) {

	.b-index-partners__item {
		flex: 0 0 33%;
		padding: 0 20px 40px 20px;

	}
}

@media only screen and (max-width : 500px) {

	.b-index-partners__item {
		flex: 0 0 50%;
		padding: 0 20px 40px 20px;

	}
}

.b-index-partners__item-img {
	width: 100%;
	display: block;
	padding-top: 75%;
	position: relative;
}

.b-index-partners__item-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.b-index-partners__item-img img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.b-index-partners__item:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
}

.b-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	color: #DBBF8D;
	padding: 60px 0 30px 0;
}

.b-footer__item {
	flex: 1 0 20%;
	padding: 0 15px 40px 15px;
	font-size: 14px;
}

@media only screen and (max-width : 1150px) {

	.b-footer__item {
		flex: 0 0 25%;
		padding: 0 15px 40px 15px;
		font-size: 13px;
	}
}

@media only screen and (max-width : 850px) {

	.b-footer__item {
		flex: 0 0 33%;
		padding: 0 15px 40px 15px;
		font-size: 13px;
	}
}

@media only screen and (max-width : 700px) {

	.b-footer__item {
		flex: 0 0 50%;
		padding: 0 15px 40px 15px;
		font-size: 13px;
	}
}

@media only screen and (max-width : 500px) {

	.b-footer__item {
		flex: 0 0 100%;
		padding: 0 0 20px 0;
		font-size: 13px;
		text-align: center;
	}
}

.b-footer a {
	/* color: #DBBF8D; */
	color: #fff;
	text-decoration: none;
	display: block;
	opacity: .6;
}

.b-footer a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

.b-footer__item-fond {
	margin-top: 15px;
	max-width: 150px;
}

.b-footer__social a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 20px;
}

.b-footer__social .b-vk {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' fill='%23DBBF8D' %3e%3cpath d='M545 117.7c3.7-12.5 0-21.7-17.8-21.7h-58.9c-15 0-21.9 7.9-25.6 16.7 0 0-30 73.1-72.4 120.5-13.7 13.7-20 18.1-27.5 18.1-3.7 0-9.4-4.4-9.4-16.9V117.7c0-15-4.2-21.7-16.6-21.7h-92.6c-9.4 0-15 7-15 13.5 0 14.2 21.2 17.5 23.4 57.5v86.8c0 19-3.4 22.5-10.9 22.5-20 0-68.6-73.4-97.4-157.4-5.8-16.3-11.5-22.9-26.6-22.9H38.8c-16.8 0-20.2 7.9-20.2 16.7 0 15.6 20 93.1 93.1 195.5C160.4 378.1 229 416 291.4 416c37.5 0 42.1-8.4 42.1-22.9 0-66.8-3.4-73.1 15.4-73.1 8.7 0 23.7 4.4 58.7 38.1 40 40 46.6 57.9 69 57.9h58.9c16.8 0 25.3-8.4 20.4-25-11.2-34.9-86.9-106.7-90.3-111.5-8.7-11.2-6.2-16.2 0-26.2.1-.1 72-101.3 79.4-135.6z'/%3e%3c/svg%3e");
}

.b-footer__social .b-youtube {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 576 512'%3e%3cpath fill='%23DBBF8D' d='M549.7 124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8 64 288 64 288 64S117.2 64 74.6 75.5c-23.5 6.3-42 24.9-48.3 48.6C14.9 167 14.9 256.4 14.9 256.4s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zM232.2 337.6V175.2l142.7 81.2-142.7 81.2z'/%3e%3c/svg%3e");
}

.b-footer-border {
	background-color: rgb(200 200 200 / 0.5);
	background-image: url(/images/border.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 15px;
	width: 100%;
}

.slider-news-detail__wrap {
margin-top: 30px;
}

.b-slider-news .owl-stage {
	display: flex;
}

.b-slider-news .owl-item {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	background-color: #fff;
}

.b-slider-news .caption {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}

.b-slider-news .flex-text {
	flex-grow: 1
}

.b-slider-news .thumbnail {
	display: flex;
	flex-direction: column;
	/*	margin: 0 15px;*/
}

.b-slider-news {
	padding: 0 0;
}

.b-slider-news .b-item .b-item__img:hover {
	opacity: .8;
}

.b-slider-news .b-item .b-item__img {
	padding-top: 60%;
	transition: all .5s ease;
	position: relative;
	display: block;
	border-radius: 10px;
	margin-bottom: 15px;
}

.b-slider-news .b-item .b-item__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	border-radius: 10px;
}

.b-slider-news .b-item {
	position: relative;
}

.b-slider-news .b-item .b-item__title {
	font-weight: 600;
	font-size: min(calc(11px + 2vw), 17px);
	line-height: 1.3;
	/*	text-transform: uppercase;*/
	color: #000 text-decoration: none !important;
	display: block;
	margin-bottom: 10px;
	/*	letter-spacing: 1px;*/
	font-family: 'Montserrat', sans-serif;
}

.b-slider-news .b-item .b-item__data {

	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	/* text-transform: uppercase; */
	color: #999;
	text-decoration: none;
	display: block;
	margin-bottom: 6px;
	letter-spacing: 1px;
}

.b-slider-news .b-item .b-item__title:hover {
	color: #F00;
}

.b-slider-news .b-item .b-item__title:focus {
	color: #F00;
}

.b-slider-news .b-item .b-item__toptech {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-bottom: 10px;
}

.b-slider-news .b-item .b-item__text {
	font-size: 14px;
	line-height: 1.4;
	color: #666;
	display: block;
}

.b-slider-news .b-item .b-item__text p {
	margin-bottom: 0px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.b-slider-news .b-item .b-item__bottomtech {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	font-family: 'Montserrat', sans-serif;
}

.b-slider-news .b-item .b-item__more {
	display: -ms-flexbox;
	display: flex;
	/*	margin-top: auto;*/
	padding-top: 20px;
}

.b-slider-news .b-item .b-item__more a {
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 15px 15px;
	padding: 8px 40px 6px 20px;
	border-radius: 10em;
	text-align: left;
	display: inline-block;
	background-color: rgb(200 200 200 / .2);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4;
	text-decoration: none;
	transition: all .5s ease;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='141.732' height='141.732' viewBox='70.866 0 141.732 141.732'%3e%3cpath fill='%23FFF' d='m71.026 927.814 47.105 47.105c3.894 3.894 10.257 3.894 14.146 0l1.412-1.412c3.889-3.892 3.889-10.253 0-14.145L80.244 905.92a10.082 10.082 0 0 0-.697-.771l-1.409-1.413a9.952 9.952 0 0 0-7.108-2.915 9.957 9.957 0 0 0-7.111 2.915l-1.412 1.412c-.248.247-.479.508-.694.771L8.365 959.366c-3.891 3.892-3.891 10.253 0 14.145l1.412 1.412c3.891 3.894 10.254 3.894 14.143 0l47.106-47.109z'/%3e%3cpath fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='6.219' d='m163.129 24.617 46.122 46.123-46.122 46.122M70.866 70.74h138.385'/%3e%3c/svg%3e");
}

.b-slider-news .b-item .b-item__more a:hover,
.b-slider-news .b-item .b-item__more a:focus {
	text-decoration: none !important;
	background-color: rgb(200 200 200 / .5);
}

.slider-news .owl-dots {
	text-align: center;
}

.slider-news .owl-dot {
	width: 8px;
	height: 8px;
	margin: 20px 5px 10px 5px;
	background-color: #ccc;
	display: inline-block;
	border-radius: 10em;
}

.slider-news .owl-dot.active {
	background-color: #000;
}

.slider-news .owl-nav {
	position: absolute;
	top: 70px;
	width: 100%;
}

.slider-news .owl-nav>button {
	color: #FFF;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	font-size: 12px;
	height: 40px;
	width: 40px;
	filter: Alpha(Opacity=70);
	/*IE7 fix*/
	opacity: .7;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	transition: all .25s ease;
	left: 0;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 141.7 141.7' viewBox='0 0 141.7 141.7'%3e%3cpath d='m59.3 70.9 47.1-47.1c3.9-3.9 3.9-10.3 0-14.1L105 8.2c-3.9-3.9-10.3-3.9-14.1 0L37.5 61.7c-.3.2-.5.4-.8.7l-1.4 1.4c-2 2-2.9 4.5-2.9 7.1 0 2.6 1 5.2 2.9 7.1l1.4 1.4c.2.2.5.5.8.7l53.4 53.4c3.9 3.9 10.3 3.9 14.1 0l1.4-1.4c3.9-3.9 3.9-10.3 0-14.1L59.3 70.9z' style='fill:%23231f20'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 15px;
	background-color: #fff;

}

.slider-news .owl-nav button:hover,
.slider-news .owl-nav button:focus {
	opacity: 1;
	background-color: #fff;
	border: none;
	outline: none;
}

.slider-news .owl-nav .owl-next {
	right: 0px !important;
	left: auto;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 141.7 141.7' viewBox='0 0 141.7 141.7'%3e%3cpath d='M82.4 70.9 35.3 118c-3.9 3.9-3.9 10.3 0 14.1l1.4 1.4c3.9 3.9 10.3 3.9 14.1 0l53.4-53.4c.3-.2.5-.4.8-.7l1.4-1.4c2-2 2.9-4.5 2.9-7.1 0-2.6-1-5.2-2.9-7.1l-1.4-1.4c-.2-.2-.5-.5-.8-.7L50.8 8.2c-3.9-3.9-10.3-3.9-14.1 0l-1.4 1.4c-3.9 3.9-3.9 10.3 0 14.1l47.1 47.2z' style='fill:%23231f20'/%3e%3c/svg%3e");

}

.slider-news .owl-nav .disabled {
	display: none;
}

.slider-news .item {
	overflow: hidden;
	position: relative;
}

.b-index-header--news {
	margin: 50px 0 15px 0;
}

.b-index-intro__more {
	padding: 50px 0 0 0;
}

.b-index-intro__more a {
	border: 1px solid #000;
	padding: 15px 40px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 700;
	color: #000;
	transition: all .5s ease;
}

.b-index-intro__more a:hover {
	background-color: #000;
	color: #fff;
}

.b-index-nom__wrap {
	background-color: #121C33;
	padding: 60px 0;
	text-align: center;
}

.b-index-nom__wrap h2 {
	color: #DBBF8D;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 20px;
}

.b-index-nom__wrap h3 {
	color: #DBBF8D;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 30px;
}

.b-index-nom {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2%;
}

.b-index-nom__item {
	flex: 0 0 49%;
	background-color: #13203c;
	display: block;
	border: 1px solid #5b4335;
	padding: 30px;
	text-decoration: none;
	text-align: left;
	margin-bottom: 20px;
}

@media only screen and (max-width : 600px) {
	.b-index-nom__item {
		flex: 0 0 100%;
	}

}

.b-index-nom__title {
	color: #DBBF8D;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 20px;
	margin-bottom: 30px;
	display: block;
}

.b-index-nom__item:hover .b-index-nom__title {
	color: #fff;
}

.b-index-nom__go {
	color: #fff;
	opacity: .8;
	font-weight: 300;
	position: relative;
margin-right: 20px;
display: inline-block;
}

.b-index-nom__go:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px 25px;
	display: block;
	width: 25px;
	height: 25px;
	top: 50%;
	right: -15px;
	z-index: 2;
	opacity: 1 !important;
	visibility: visible;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='141.732' height='141.732' viewBox='70.866 0 141.732 141.732'%3e%3cpath fill='%23FFF' d='m71.026 927.814 47.105 47.105c3.894 3.894 10.257 3.894 14.146 0l1.412-1.412c3.889-3.892 3.889-10.253 0-14.145L80.244 905.92a10.082 10.082 0 0 0-.697-.771l-1.409-1.413a9.952 9.952 0 0 0-7.108-2.915 9.957 9.957 0 0 0-7.111 2.915l-1.412 1.412c-.248.247-.479.508-.694.771L8.365 959.366c-3.891 3.892-3.891 10.253 0 14.145l1.412 1.412c3.891 3.894 10.254 3.894 14.143 0l47.106-47.109z'/%3e%3cpath fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='6.219' d='m163.129 24.617 46.122 46.123-46.122 46.122M70.866 70.74h138.385'/%3e%3c/svg%3e");
}

.b-index-nom__add a {
    border: 1px solid #CC1013;
    padding: 15px 40px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    transition: all .5s ease;
		background-color: #CC1013;
		display: inline-block;
}
.b-index-nom__add {
padding: 20px 0 40px 0;
}
.b-index-nom__add a:hover {
	border: 1px solid #CC1013;
	color: #CC1013;
	background-color: #fff;
}

.b-news-detail__data {
	font-size: 14px;
	text-align: center;
font-weight: 400;
}
.b-news-detail__img {
margin: 40px auto;
text-align: center;
display: block;
max-width: 900px;
}
.b-news-detail__img img {
display: block;
}
.b-page__toptech {
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	color: #000;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
		text-align: center;
	width: 100%;
}	
.b-page__bottomtech {
	font-weight: normal;
	border-top: 1px dotted #ccc;
	color: #000;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-style: italic;
		text-align: center;
	width: 100%;
}
.b-page__back {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	text-decoration: none;
/*	-ms-flex-align: center;*/
	align-items: center;
	margin: 30px 0;
}

.b-page__back a {
	background-repeat: no-repeat;
	background-position: 25px center;
	background-size: 15px 15px;
	text-align: left;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	color: #000;
	line-height: 1.4;
	text-decoration: none;
	transition: all .5s ease;
	border: 1px solid #000;
	padding: 15px 40px 15px 50px;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='141.732' height='141.732' viewBox='70.866 0 141.732 141.732'%3e%3cpath fill='%23FFF' d='m71.026 927.814 47.105 47.105c3.894 3.894 10.257 3.894 14.146 0l1.412-1.412c3.889-3.892 3.889-10.253 0-14.145L80.244 905.92a10.082 10.082 0 0 0-.697-.771l-1.409-1.413a9.952 9.952 0 0 0-7.108-2.915 9.957 9.957 0 0 0-7.111 2.915l-1.412 1.412c-.248.247-.479.508-.694.771L8.365 959.366c-3.891 3.892-3.891 10.253 0 14.145l1.412 1.412c3.891 3.894 10.254 3.894 14.143 0l47.106-47.109z'/%3e%3cpath fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='6.219' d='M119.201 116.862 73.079 70.74l46.122-46.123M73.079 70.74h138.385'/%3e%3c/svg%3e");
}

.b-page__back a:hover,
.b-page__back a:focus {
 	text-decoration: none!important;
 	background-color: #E4D890;
 	color: #000;
 }
.slider-news-detail .owl-dots {
		text-align: center;
	}
.slider-news-detail .owl-dot {
	width: 8px;
	height: 8px;
	margin: 20px 5px 10px 5px;
	background-color: #ccc;
	display: inline-block;
	border-radius: 10em;
		}
.slider-news-detail .owl-dot.active {
				background-color: #000;
			}
.slider-news-detail .owl-nav {
			position: absolute;
			top: 50%;
			width: 100%;		
		}
.slider-news-detail	.owl-nav > button {
	color: #FFF;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	height: 40px;
	width: 40px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: .7;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -40px;
	transition: all .25s ease;
	left: 0;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 141.7 141.7' viewBox='0 0 141.7 141.7'%3e%3cpath d='m59.3 70.9 47.1-47.1c3.9-3.9 3.9-10.3 0-14.1L105 8.2c-3.9-3.9-10.3-3.9-14.1 0L37.5 61.7c-.3.2-.5.4-.8.7l-1.4 1.4c-2 2-2.9 4.5-2.9 7.1 0 2.6 1 5.2 2.9 7.1l1.4 1.4c.2.2.5.5.8.7l53.4 53.4c3.9 3.9 10.3 3.9 14.1 0l1.4-1.4c3.9-3.9 3.9-10.3 0-14.1L59.3 70.9z' style='fill:%23000'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	background-color: #fff;
}
.slider-news-detail .owl-nav button:hover,
.slider-news-detail .owl-nav button:focus {
	opacity: 1;
	background-color: #fff;
	border: none;
	outline: none;
}
.slider-news-detail	 .owl-nav .owl-next {
	right: 0px!important;
	left: auto;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 141.7 141.7' viewBox='0 0 141.7 141.7'%3e%3cpath d='M82.4 70.9 35.3 118c-3.9 3.9-3.9 10.3 0 14.1l1.4 1.4c3.9 3.9 10.3 3.9 14.1 0l53.4-53.4c.3-.2.5-.4.8-.7l1.4-1.4c2-2 2.9-4.5 2.9-7.1 0-2.6-1-5.2-2.9-7.1l-1.4-1.4c-.2-.2-.5-.5-.8-.7L50.8 8.2c-3.9-3.9-10.3-3.9-14.1 0l-1.4 1.4c-3.9 3.9-3.9 10.3 0 14.1l47.1 47.2z' style='fill:%23000'/%3e%3c/svg%3e");

}
.slider-news-detail .owl-nav .owl-prev {

}				
.slider-news-detail	.owl-nav  .disabled {display: none;}
.slider-news-detail .item a {
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 75%;
}
.slider-news-detail .item a img {
	position: absolute;
	left: 0;
	top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width : 576px) {
.b-news-detail__img {
margin: 25px -15px;
border-radius: 0px;
}
.b-news-detail__img img {
border-radius: 0px;
}
}
.b-video-rolik__wrap {
  max-width: 900px;
  margin: min(calc(20px + 1vw), 50px) auto;
}
.b-video-rolik__news-detail {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.b-video-rolik__news-detail  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.bb-tabs-2 .bb-section input[type="file"] {
	border: 0px solid rgba(200, 200, 200, .6) !important;
	width: 350px;
	height: 40px;
	display: inline-block;
	padding: 5px;
}

@media only screen and (max-width : 992px) {

	.b-form-inner .b-form-section-add label {
		flex: 0 0 100%;
		padding: 10px 10px 6px 10px;
		font-size: 14px;
		text-align: left;
		font-weight: 600;
	}

	.b-form-inner .b-form-section-add .form-add {
		width: 100%;
	}
}

.b-form-inner h5 {
	font-weight: 600;
	color: #000;
	margin: 30px 0 30px 0;
	font-size: 20px;
	text-align: center;
}

.b-form-wrap h6 {
	font-weight: 600;
	color: #000;
	margin: 0px 0 30px 0;
	font-size: 20px;
	text-align: center;
}

.b-form-inner h5:first-child {
	margin: 30px 0 30px 0;
}

.b-radio-2 {
display: grid;
grid-template-columns: auto 1fr;
grid-column-gap: 0px;
grid-row-gap: 20px;
	margin-bottom: 10px;
align-items: start;

}

@media only screen and (max-width : 992px) {

	.b-form-inner h5 {
		font-weight: 600;
		color: #000;
		margin: 30px 0 15px 0;
		font-size: 20px;
		text-align: center;
	}

}

.b-form-inner .b-form-section {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.b-form-inner .b-form-section label {
	flex: 0 0 35%;
	padding: 0 10px 3px 0;
	font-size: 14px;
	text-align: right;
	font-weight: 600;
	color: #000;
	line-height: 1.3;
	margin: 0 0 10px 0;
}

.b-form-inner .b-form-section label span {
	display: block;
	font-size: 13px;
	font-weight: 300;
}

.b-form-inner .b-form-section input[type="text"] {
	border: 1px solid rgb(200 200 200 / 1);
	border-radius: 6px;
	width: 64%;
	height: 40px;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.b-form-inner .b-form-section textarea {
	border: 1px solid rgb(200 200 200 / 1);
	border-radius: 6px;
	width: 64%;
	height: 40px;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.b-form-inner .b-form-section input[type="file"] {
	border: 0px solid #000;
	border-radius: 6px;
	width: 64%;
	height: 60px;
	line-height: 50px;
	display: inline-block;
	padding: 5px 10px;
	margin: -20px 5px 0 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-file-text {
	display: none;
}



.b-form-inner .b-form-section input::placeholder {
	color: rgb(150 150 150 / 1);
}

.b-form-wrap {
	background-color: #F1F1F1;
	padding: 40px 30px 40px 30px;
	max-width: 1000px;
	margin: 0 auto 40px auto;
	overflow: hidden;
}

.b-form-inner .mf-captcha input {
	width: 180px !important;
}

.b-form-inner .b-form-section-buttons input[type="submit"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none !important;
	background-color: #000;
	color: #fff !important;
	font-size: 12px;
	font-weight: 500;
	transition: all .5s ease;
	box-shadow: none;
	border-style: none;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 15px 30px 15px 30px;
	border-radius: 10em;
	letter-spacing: 1px;
	overflow-wrap: break-word;
	white-space: break-spaces;
}

.b-form-inner .b-form-section-buttons input[type="reset"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none !important;
	background-color: rgb(200 200 200 / .6);
	color: #000 !important;
	font-size: 12px;
	font-weight: 500;
	transition: all .5s ease;
	box-shadow: none;
	border-style: none;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 15px 30px 15px 30px;
	border-radius: 10em;
	letter-spacing: 1px;
}

.b-form-inner .b-form-section-buttons input:hover {
	opacity: .7;
}

.b-form-section-buttons {
	margin: 20px 0 0 0;
	text-align: center;
	padding: 0 0 0 0;

}

.b-form-inner .b-form-section select {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: normal;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 64%;
	box-sizing: border-box;
	margin: 0 0 6px 0;
	border: 1px solid rgb(200 200 200 / 1);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;

}

.b-form-inner .b-form-section select::-ms-expand {
	display: none;
}

.b-form-inner .b-form-section select:hover {
	border-color: #000;
}

.b-form-inner .b-form-section select:focus {
	border-color: #aaa;
	box-shadow: 0 0 0px 2px #000;
	box-shadow: 0 0 0 2px -moz-mac-focusring;
	color: #222;
	outline: none;
}

.b-form-inner .b-form-section select option {
	font-weight: normal;
}

.form_hint {
	color: #000;
	font-size: 36px;
	padding: 0 0 0 10px;
	width: 6%;
}

@media only screen and (max-width : 992px) {

	.b-form-inner .b-form-section label {
		flex: 0 0 100%;
		padding: 10px 10px 6px 10px;
		font-size: 14px;
		text-align: left;
			font-weight: 600;
			margin: 0 0 0 0;
	}
	
	.b-form-inner .b-form-section input[type="text"] {
		width: 100%;
		height: 40px;
		display: inline-block;
		padding: 5px 10px;
		margin: 0 0 5px 0;
		font-size: 16px;
	}

	.b-form-inner .b-form-section textarea {
		border: 1px solid #000;
		border-radius: 6px;
		width: 100%;
		display: inline-block;
		padding: 5px 10px;
		margin: 0 0 5px 0;
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.b-form-inner .b-form-section select {
		border: 1px solid #000;
		border-radius: 6px;
		width: 100%;
		height: 40px;
		display: inline-block;
		padding: 5px 10px;
		margin: 0 0 5px 0;
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		/* -webkit-appearance: none;
	-moz-appearance: none;
			 appearance: none; */
	}

	.b-form-wrap {
		background-color: #F1F1F1;
		padding: 20px 5%;
			margin: 0 -4% 40px -4%;
	}

	.b-form-section-buttons {
		margin: 0 0 0 0;
		text-align: center;
		width: 100%;
		padding: 20px 10px;
	}
}

.pickdata {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 448 512' viewBox='0 0 448 512'%3e%3cpath d='M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v40H64C28.7 64 0 92.7 0 128v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64h-40V24c0-13.3-10.7-24-24-24s-24 10.7-24 24v40H152V24zM48 192h80v56H48v-56zm0 104h80v64H48v-64zm128 0h96v64h-96v-64zm144 0h80v64h-80v-64zm80-48h-80v-56h80v56zm0 160v40c0 8.8-7.2 16-16 16h-64v-56h80zm-128 0v56h-96v-56h96zm-144 0v56H64c-8.8 0-16-7.2-16-16v-40h80zm144-160h-96v-56h96v56z' style='fill:%23000000'/%3e%3c/svg%3e");
	background-position: right .5em top 50%, 0 0;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
.b-form-sog {
	font-size: 13px;
	font-weight: 300;
	text-align: left;
	padding: 20px 0;
}
.b-form-sog input {
float: left;
margin-right: 5px;
position: relative;
top: 3px;
}

.b-form-inner fieldset {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.b-form-inner .b-form-section-radio-legend {
	flex: 0 0 35%;
	padding: 0 10px 3px 0;
	font-size: 14px;
	text-align: right;
	font-weight: 600;
	color: #000;
	line-height: 1.3;
	margin: 0 0 10px 0;
}

.b-form-inner .b-form-section-radio {
	border: 0px solid rgb(200 200 200 / 1);
	border-radius: 6px;
	width: 64%;
	height: 40px;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.b-form-section-radio label {
	margin-right: 20px;
margin-left: 10px;
}

.b-radio-2 label {
    margin-right: 20px;
    margin-left: 10px;
font-size: 16px;
line-height: 1.2;
}

@media only screen and (max-width : 992px) {

	.b-form-inner .b-form-section-radio-legend {
    flex: 0 0 100%;
    padding: 0 10px 3px 0;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin: 15px 0 0 0;
}

.b-form-inner .b-form-section-radio {
	border: 0px solid rgb(200 200 200 / 1);
	border-radius: 6px;
	flex: 0 0 100%;
	width: 100%;
	height: 40px;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
}

.b-form-add, .b-form-add-2 {
	display: none;
}
.b-form-inner .form-add-button__wrap {
	width: 100%;
	float: none;
	position: relative;
	overflow: hidden;
	padding: 0 10px 30px 0;
	text-align: right;
}

.b-form-inner .form-add__button {
	display: inline-block;
	border-radius: 5px;
	background-color: #000;
	padding: 12px 20px 12px 40px;
		text-decoration: none !important;
	color: #fff;
	font-size: 14px !important;
	font-weight: 600;
  background-position: 15px center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 448 512'%3e%3cpath fill='%23fff' d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32v144H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h144v144c0 17.7 14.3 32 32 32s32-14.3 32-32V288h144c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3e%3c/svg%3e");

}


.b-form-inner .form-add__button:hover,
.form-add__button:focus {
	text-decoration: none;
	color: #fff;
}

.b-form-inner .b-form-add {
	background-color: rgb(200 200 200 / .3);
	padding: 20px 30px;
	margin: 0 -30px 30px -30px;
}



.b-form-inner .b-form-section .addfile {
	flex: 0 0 35%;
	padding: 0 10px 3px 0;
	font-size: 14px;
	text-align: right;
	font-weight: 600;
	color: #000;
	line-height: 1.3;
	margin: 0 0 10px 0;
}

.b-form-inner .addfile label {

	font-size: 14px;
	text-align: left;
	font-weight: 600;
	color: #000;
	line-height: 1.3;
	margin: 30px 0 10px 0;
}
.b-form-inner .addfile label span {
	font-size: 13px;
	font-weight: 300;
}

.b-form-inner .addfile input {
margin-bottom: 0px;
font-size: 13px;
}


.b-form-inner .b-form-section .addfile  span {
	display: block;
	font-size: 13px;
	font-weight: 300;
}

@media only screen and (max-width : 992px)  {
	.b-form-inner .b-form-section .addfile {
		flex: 0 0 100%;
		padding: 0 10px 3px 6px;
		font-size: 14px;
		text-align: left;
		font-weight: 600;
		color: #000;
		line-height: 1.3;
		margin: 10px 0 10px 0;
	}

}


.input-file {
	position: relative;
	display: inline-block;
}
.input-file-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255 / 1);
	text-align: center;
	border-radius: 4px;
	background-color: #000;
	padding: 8px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
	margin-bottom: 4px;
}
.input-file-text {
	padding: 8px 10px;
	display: inline-block;
	font-size: 14px;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.input-file:hover .input-file-btn {
	opacity: .8;
}
.input-file:active .input-file-btn {
	opacity: .8;
}
 
/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
	background-color: #eee;
}









.b-item__mail {}
.b-item__mail a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
		text-decoration: none;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='28.35' height='28.35'%3e%3cg fill='%23000' %3e%3cpath d='M26.609 3.74H1.739c-.211 0-.407.047-.59.126l10.367 9.321 1.301 1.17 1.357 1.224 1.359-1.224 1.301-1.17L27.2 3.865a1.468 1.468 0 0 0-.591-.125zM.26 5.406v17.725c0 .056.026.101.031.151l9.924-8.926L.26 5.406zM18.136 14.357l9.923 8.926c.007-.052.031-.097.031-.151V5.406l-9.954 8.951z'/%3e%3cpath d='m11.517 15.527-10.04 9.03c.088.017.17.053.264.053H26.61c.096 0 .177-.036.266-.053l-10.039-9.03-2.66 2.391-2.66-2.391z'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    padding: 5px 0 5px 30px;
    display: inline-block;	
}

.b-item__tel a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
		text-decoration: none;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='28.35' height='28.35'%3e%3cg fill='%23000'%3e%3cpath d='M27.461 21.089s-3.479-1.841-5.029-2.773c-1.328-.799-1.927.095-1.927.095s-1.065 1.255-1.974 2.255c-.917 1.009-1.645.658-1.645.658l-.215-.133h-.001a56.888 56.888 0 0 1-2.792-1.871c-2.041-1.56-4.787-4.074-6.765-7.475l-.004-.006-.115-.198s-.329-.739.706-1.625c1.026-.879 2.313-1.906 2.313-1.906s.91-.573.151-1.923c-.885-1.578-2.622-5.11-2.622-5.11S7.191.407 6.243.475C5.307.541 3.982.77 2.627 1.919c-.602.511-.926 1.148-.926 1.148S.347 5.895.449 7.215c.014.189.076.531.185.99h.001c.46 2.508 1.74 7.698 6.509 12.379l.058.058c2.615 2.55 6.272 4.943 11.403 6.666.368.126.707.234 1.014.327l.021.007c.703.209 1.226.328 1.477.355 1.316.142 4.183-1.128 4.183-1.128s.646-.305 1.176-.893c1.188-1.321 1.456-2.639 1.55-3.572.094-.945-.565-1.315-.565-1.315zM21.53 14.297a.923.923 0 0 1-.921-1.02 4.566 4.566 0 0 0-4.976-5.013.925.925 0 1 1-.176-1.841 6.419 6.419 0 0 1 6.99 7.043.922.922 0 0 1-.917.831z'/%3e%3cpath d='M25.001 13.933h-.021a.924.924 0 0 1-.905-.944l.002-.087.003-.096c0-4.416-3.592-8.008-8.008-8.008-.143 0-.297.004-.473.015a.924.924 0 1 1-.107-1.847c.213-.013.401-.018.579-.018 5.436 0 9.858 4.422 9.858 9.858 0 .053-.002.106-.004.159l-.002.064a.922.922 0 0 1-.922.904z'/%3e%3ccircle cx='16.61' cy='12.2' r='1.604'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    padding: 5px 0 5px 26px;
    display: inline-block;		
  }

.b-item-contacts {
padding: 20px 0 0 0;
}


.news-calendar .NewsCalTable, .NewsCalTable tr {
    border-collapse: collapse;
    border: none;
    background-color: rgba(255,255,255,1);
}
.news-calendar .NewsCalTable tr {
	display: grid;
grid-template-columns: repeat(7, 1fr);
grid-column-gap: 2px;
align-items: center;
width: 100%;
margin-bottom: 2px;
}
.news-calendar .NewsCalTable  tr td {
	border: none;
	background-color: rgba(245,245,245,1);
border-radius: 6px;
width: 100%;
height: 100%;
padding: 15px 10px;

}
.news-calendar .NewsCalTable  tr td a {
	text-align-last: left!important;
	display: block;
	text-decoration: none;
	font-size: 13px;
}
.news-calendar .NewsCalTable  tr td .NewsCalNews {
    color: #7488B9;
    font-size: 8pt;
    text-align-last: left!important;
}
.news-calendar .NewsCalTable .NewsCalHeader {
font-weight: 800;
font-size: 13px;
}
.news-calendar .NewsCalTable .NewsCalToday {
    background-color: #dadded;
}
.news-calendar .NewsCalMonthNav {
	font-size: 15px;
	text-align-last: left!important;
}
.news-calendar .NewsCalMonthNav a {
	text-decoration: none;
white-space: nowrap;
}
.news-calendar .NewsCalMonthNav select {
	border: 1px solid rgba(230,230,230,1);
	border-radius: 4px;
	padding: 5px;
}
.news-calendar .NewsCalTable .NewsCalWeekend {
    background-color: #F6E5E1;
}
.news-calendar .NewsCalTable  .NewsCalOtherMonth {
    background-color: #F8F9EF;
}
.news-calendar .NewsCalTable .NewsCalHeader:nth-child(6) {
    background-color: #F6E5E1;
}
.news-calendar .NewsCalTable .NewsCalHeader:nth-child(7) {
    background-color: #F6E5E1;
}
.news-calendar {
	overflow-x: auto;
}
.news-calendar .NewsCalTable {
	min-width: 900px;
}

	.b-submenu-tags__wrap {
		margin: 0 0 40px 0;
	}
	.b-submenu-tags__wrap a {
display: inline-block;	
text-decoration: none;
color: #000;
margin: 0 20px 15px 0;
font-weight: 600;
	}

.page-news__wrap-2 .b-item {
	margin-bottom: min(calc(30px + 2vw), 50px);
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.page-news__wrap-2 .b-item:last-child {
	margin-bottom: 0px;
}
.page-news__wrap-2 .b-item .b-item__img {
	flex: 0 0 25%;
	
	}
.page-news__wrap-2 .b-item .b-item__img a {
	position: relative;
	margin-top: 3px;
	transition: all .5s ease;
	display: block;	
	margin-right: 10%;
		padding-top: 60%;
}
.page-news__wrap-2 .b-item .b-item__img a img {
position: absolute;
	left: 0;
	top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  height: 100%;

}
.page-news__wrap-2 .b-item .b-item__content {
	flex-direction: column;
	align-self: center;
}
.page-news__wrap-2 .b-item .b-item__img:hover {
	opacity: .8;
}
.page-news__wrap-2 .b-item .b-item__data {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.3;
	    color: #358CCC;
	text-decoration: none;
	display: block;
	margin-bottom: 6px;	
	letter-spacing: 1px;
}
.page-news__wrap-2 .b-item .b-item__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
/*	text-transform: uppercase;*/
	color: #000;
	text-decoration: none!important;
	display: block;
	margin-bottom: 10px;
}
.page-news__wrap-2 .b-item .b-item__title:hover,
.page-news__wrap-2 .b-item .b-item__title:focus
 {
	
}
.page-news__wrap-2 .b-item .b-item__toptech {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.page-news__wrap-2 .b-item .b-item__text {
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	display: block;
}
.page-news__wrap-2 .b-item .b-item__text p {
	margin-bottom: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.page-news__wrap-2 .b-item .b-item__bottomtech {
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.page-news__wrap-2 .b-item .b-item__more {
	margin-top: 10px;
}

.page-news__wrap-2 .b-item .b-item__more a {
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 15px 15px;
	padding: 8px 40px 6px 20px;
	text-align: left;
	display: inline-block;
	background-color: rgba(245,245,245,1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4;
	text-decoration: none;
	transition: all .5s ease;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='283.465' height='141.732' viewBox='-70.866 0 283.465 141.732'%3e%3cpath fill='%23FFF' d='m71.026 927.814 47.105 47.106c3.894 3.893 10.257 3.893 14.146 0l1.412-1.412c3.889-3.892 3.889-10.253 0-14.145L80.244 905.92a9.897 9.897 0 0 0-.697-.771l-1.409-1.413a9.956 9.956 0 0 0-7.108-2.915 9.96 9.96 0 0 0-7.111 2.915l-1.412 1.412c-.248.247-.479.508-.694.771L8.365 959.366c-3.891 3.892-3.891 10.253 0 14.145l1.412 1.412c3.891 3.893 10.254 3.893 14.143 0l47.106-47.109z'/%3e%3cpath fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='7' d='m140.849 4.116 66.749 66.749-66.749 66.749M207.598 70.865H-62.675'/%3e%3c/svg%3e");
	transition: all .5s ease;
}



.page-news__wrap-2 .b-item .b-item__more a:hover,
.page-news__wrap-2 .b-item .b-item__more a:focus
{text-decoration: none!important; background-color: #DBBF8D;
	color: #000;}


@media only screen and (max-width : 800px) {

.page-news__wrap-2 .b-item {
	flex-direction: column; padding: 0px;
}
.page-news__wrap-2 .b-item .b-item__img {
	margin-bottom: 20px;
	margin-right: 0;
width: 100%;
display: block;
max-width: 350px;
}
.page-news__wrap-2 .b-item .b-item__content {
	flex-direction: column;
	align-self: flex-start;
}

}
 .vrezka {
 	color: #000;
border-left: 3px solid #858eb4;
font-weight: 400;
margin: 20px 0;
padding: 0 0 0 30px;
 }

.ya-share2__container, .ya-share2__container .ya-share2__item {
    text-align: center;
padding: 30px 0 0 0;
}
.bx-breadcrumb {
    overflow: hidden;
    margin:0px 0px;
text-align: center;
}
.bx-breadcrumb .bx-breadcrumb-item {
    float: none;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 1.4;
    vertical-align: middle;
    margin-right: 10px;
display: inline;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    white-space: normal;
text-decoration: none;
}
.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: none;
text-decoration: none;
}
.bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
position: relative;
top: 4px;
}
.b-video-rolik iframe {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}
.b-video-rolik {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
margin-top: 15px;

}

.welcome_2_wrap .b-item {
	display: grid;
	grid-template-columns: 200px 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
margin-top: 30px;
}
.welcome_2_wrap .b-item__title {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.3;
	color: #000;
margin-top: 20px;
}
.welcome_2_wrap .b-item__title_2 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 16px;
	line-height: 1.5;
}
.welcome_2_wrap .b-item__img {
max-width: 200px;
margin-bottom: 0px;
}
.welcome_2_wrap .b-item__text {
grid-column: 1 / -1;
font-style: italic;
position: relative;
margin: 0 30px;
padding: 0 20px;
color: #005aa7;
}
.welcome_2_wrap .b-item__text:before,
.welcome_2_wrap .b-item__text:after {
    position: absolute;
    color: #005aa7;
    font-size: 70px;
/*    font-family: Times, sans-serif; */   
    line-height: 70px;    
}
.welcome_2_wrap .b-item__text:before {
    content: '«';
    left: -30px;
    top: -20px;
}
.welcome_2_wrap .b-item__text:after {
    content: '»';
    right: -30px;
    bottom: 0px;
}

@media only screen and (max-width : 600px) {
.welcome_2_wrap .b-item {
	display: grid;
	grid-template-columns: 1fr;
}


	.welcome_2_wrap .b-item:first-child {
		margin-bottom: 40px;
	}
}

.b-persons__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 40px;
}

@media only screen and (max-width : 850px) {
.b-persons__wrap {
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 40px;
}
}

@media only screen and (max-width : 500px) {
.b-persons__wrap {
	grid-template-columns: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 40px;
}
}
.b-persons__wrap .b-item__img {
	max-width: 200px;
margin: 0 auto 15px auto;
}
.b-persons__wrap .b-item__title {
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.2;
	color: #000;
	font-size: 17px;
}
.b-persons__wrap .b-item__title_2 {
	font-weight: 500;
	line-height: 1.4;
	font-size: 14px;
	color: #666;
}
.b-persons__wrap .b-item a {
text-decoration: none!important;
}

.b-persons__wrap .b-item {
text-align: center;
}
.b-partner-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	margin: 30px 0 50px 0;
}
@media only screen and (max-width: 1100px) {
	.b-partner-wrap {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 600px) {
	.b-partner-wrap {
		grid-template-columns: 1fr;
	}
}
.b-partner-wrap .b-partner-item {
	padding: 30px 15% 30px 15%;
	background-color: rgba(241,241,241,1);
	border-radius: 10px;
	display: block;
	text-decoration: none;
	color: #000;
	line-height: 1.3;
	text-align: center;
	font-size: 14px;
}
.b-partner-wrap .b-partner-item-img {
	position: relative;
	display: block;
	padding-top: 35%;
	margin-bottom: 20px;
}
.b-partner-wrap .b-partner-item-img img {
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.bx-pagination {
    margin: 30px 0 10px 0;
}
.b-item-person  {
		display: grid;
	grid-template-columns: 1fr 2fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.b-item-person  .b-item__title_2 {
	margin-bottom: 20px;
	font-weight: 600;
}
@media only screen and (max-width : 550px) {
.b-item-person  {
	grid-template-columns: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
	}

.b-item__detail {
margin: 30px 0 0 0;
}

.bx_videojs_player_21d4dd2acbdc260aac664bCodW2j-dimensions {
    width: 100%;
    height: 55vw;
}
@media only screen and (min-width : 1000px) {

.bx_videojs_player_21d4dd2acbdc260aac664bCodW2j-dimensions {
    width: 900px;
    height: 550px;
}

}

.b-journal-list .b-journal {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-template-rows: auto auto 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
	margin-top: 60px;
}
.b-journal-list .b-journal .b-journal__img {
	grid-column: 1 / 2;
	grid-row: 1 / -1;
}
.b-journal-list .b-journal .b-journal__title {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    display: block;
    text-decoration: none;
    line-height: 1.2;
}
.b-journal-list .b-journal .b-journal__txt {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	font-size: 16px;
}
.b-journal-list .b-journal .b-journal__txt p {
	margin-bottom: 10px;
}
.b-journal-list .b-journal .b-journal__more {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}
.b-journal-list .b-journal .b-journal__img:hover {
	opacity: .8;
}



.b-journal-list .b-journal .b-journal__more {
    display: inline-block;
    margin-top: 5px;
}
.b-journal-list .b-journal .b-journal__more a {
	display: inline-block;
	border: none;
	color: #334C8E;
	background-color: rgba(245,245,245,1);
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.4s ease 0s;
	position: relative;
	line-height: 1.5;
	padding: 12px 50px 10px 30px;
	border-radius: 6px;
	text-align: left;
text-decoration: none;
}
.b-journal-list .b-journal .b-journal__more a:after {
	content: "";
	position: absolute;
	background-image: url(/images/arr-right-black.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	display: block;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 20px;
	z-index: 2;
	opacity: 1!important;
	visibility: visible; 
	transform: translateY(-50%);  
}
.b-journal-list .b-journal .b-journal__more a:hover,
.b-journal-list .b-journal .b-journal__more a:focus
{text-decoration: none!important; background-color: rgba(215,215,215,1);
	color: #000;}







 @media only screen and (max-width : 800px) { 
 	.b-journal-list .b-journal {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto auto;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
	margin-top: 50px;
}
.b-journal-list .b-journal .b-journal__img img {
	width: 250px;
	display: inline-block;
	margin-bottom: 15px;
 }
 .b-journal-list .b-journal .b-journal__img {
	grid-column: 1 / -1;
	grid-row: 1 / 2;
}
.b-journal-list .b-journal .b-journal__title {
grid-column: 1 / -1;
	grid-row: 2 / 3;
    font-size: 22px;
}
.b-journal-list .b-journal .b-journal__txt {
grid-column: 1 / -1;
	grid-row: 3 / 4;
	font-size: 15px;
}
.b-journal-list .b-journal .b-journal__more {
grid-column: 1 / -1;
	grid-row: 4 / 5;
}
}

.page-news__wrap .b-item {
	margin-bottom: min(calc(30px + 2vw), 50px);
	overflow: hidden;
}
.page-news__wrap .b-item:last-child {
	margin-bottom: 0px;
}
.page-news__wrap .b-item .b-item__img {
	flex: 0 0 25%;
	
	}
.page-news__wrap .b-item .b-item__img a {
	position: relative;
	margin-top: 3px;
	transition: all .5s ease;
	display: block;	
	margin-right: 10%;
	border-radius: 15px;
		padding-top: 60%;
}
.page-news__wrap .b-item .b-item__img a img {
position: absolute;
	left: 0;
	top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  height: 100%;
	border-radius: 15px;
}
.page-news__wrap .b-item .b-item__content {
	flex-direction: column;
	align-self: center;
}
.page-news__wrap .b-item .b-item__img:hover {
	opacity: .8;
}
.page-news__wrap .b-item .b-item__data {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.3;
	    color: #358CCC;
	text-decoration: none;
	display: block;
	margin-bottom: 6px;	
	letter-spacing: 1px;
}
.page-news__wrap .b-item .b-item__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
/*	text-transform: uppercase;*/
	color: #000;
	text-decoration: none!important;
	display: block;
	margin-bottom: 10px;
}
.page-news__wrap .b-item .b-item__title:hover,
.page-news__wrap .b-item .b-item__title:focus
 {
	
}
.page-news__wrap .b-item .b-item__toptech {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.page-news__wrap .b-item .b-item__text {
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	display: block;
}
.page-news__wrap .b-item .b-item__text p {
	margin-bottom: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.page-news__wrap .b-item .b-item__bottomtech {
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.page-news__wrap .b-item .b-item__more {
	margin-top: 10px;
}
.page-news__wrap .b-item .b-item__more a {
	display: inline-block;
	border: none;
	color: #334C8E;
	background-color: rgba(245,245,245,1);
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.4s ease 0s;
	position: relative;
	line-height: 1.5;
	padding: 12px 50px 10px 30px;
	border-radius: 6px;
	text-align: left;
	text-decoration: none;
}
.page-news__wrap .b-item .b-item__more a:after {
	content: "";
	position: absolute;
	background-image: url(/images/arr-right-black.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	display: block;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 20px;
	z-index: 2;
	opacity: 1!important;
	visibility: visible; 
	transform: translateY(-50%);  
}
.page-news__wrap .b-item .b-item__more a:hover,
.page-news__wrap .b-item .b-item__more a:focus
{text-decoration: none!important; background-color: rgba(215,215,215,1);
	color: #000;}


@media only screen and (max-width : 800px) {

.page-news__wrap .b-item {
	flex-direction: column; padding: 0px;
}
.page-news__wrap .b-item .b-item__img {
	margin-bottom: 20px;
	margin-right: 0;
width: 100%;
display: block;
max-width: 350px;
}
.page-news__wrap .b-item .b-item__content {
	flex-direction: column;
	align-self: flex-start;
}

}














.b-index-nom__page {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2%;
}

.b-index-nom__page .b-index-nom__item {
	flex: 0 0 49%;
	background-color: #13203c;
	display: block;
	border: 1px solid #5b4335;
	padding: 30px;
	text-decoration: none;
	text-align: left;
	margin-bottom: 20px;
}

@media only screen and (max-width : 700px) {
	.b-index-nom__page .b-index-nom__item {
		flex: 0 0 100%;
	}

}

.b-index-nom__page .b-index-nom__title {
	color: #DBBF8D;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 20px;
	margin-bottom: 30px;
	display: block;
text-decoration: none;
}

.b-index-nom__page .b-index-nom__item:hover .b-index-nom__title {
	color: #fff;
}

.b-index-nom__page .b-index-nom__go {
	color: #fff;
	opacity: .8;
	font-weight: 300;
	position: relative;
font-size: 15px;
margin-right: 20px;
display: block;
}

.b-index-nom__go:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px 25px;
	display: block;
	width: 25px;
	height: 25px;
	top: 50%;
	right: -30px;
	z-index: 2;
	opacity: 1 !important;
	visibility: visible;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='141.732' height='141.732' viewBox='70.866 0 141.732 141.732'%3e%3cpath fill='%23FFF' d='m71.026 927.814 47.105 47.105c3.894 3.894 10.257 3.894 14.146 0l1.412-1.412c3.889-3.892 3.889-10.253 0-14.145L80.244 905.92a10.082 10.082 0 0 0-.697-.771l-1.409-1.413a9.952 9.952 0 0 0-7.108-2.915 9.957 9.957 0 0 0-7.111 2.915l-1.412 1.412c-.248.247-.479.508-.694.771L8.365 959.366c-3.891 3.892-3.891 10.253 0 14.145l1.412 1.412c3.891 3.894 10.254 3.894 14.143 0l47.106-47.109z'/%3e%3cpath fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='6.219' d='m163.129 24.617 46.122 46.123-46.122 46.122M70.866 70.74h138.385'/%3e%3c/svg%3e");
}

.b-botton-zayavka a {
    border: 1px solid #CC1013;
    padding: 15px 40px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    transition: all .5s ease;
		background-color: #CC1013;
		display: inline-block;
}
.b-botton-zayavka {
padding: 20px 0 40px 0;
text-align: center;
}
.b-botton-zayavka a:hover {
	border: 1px solid #CC1013;
	color: #CC1013;
	background-color: #fff;
}

.b-nomination-email {
 font-weight: 700;
}

	.slider-amb .owl-dots {
		display: none;
	}
	.slider-amb .owl-dot {
		width: 8px;
		height: 8px;
		margin: 20px 5px 10px 5px;
		background-color: #ccc;
		display: inline-block;
		border-radius: 10em;
	}
	.slider-amb .owl-dot.active {
		background-color: #000;
	}
	.slider-amb .owl-nav {
		position: absolute;
		width: 100%;
		top: 100px;			
	}
	.slider-amb .owl-nav > button {
		color: #FFF;
		zoom: 1;
		*display: inline;/*IE7 life-saver */
		font-size: 12px;
		height: 40px;
		width: 40px;
		position: absolute;
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 0px;
		transition: all .25s ease;
		left: -62px;
		background-image: url(/images/sprite-arrows-red.svg);
		background-repeat: no-repeat;
		background-position: 6px -77px;
		background-size: 25px 125px;
		background-color: #fff;
	}
	.slider-amb .owl-nav button:hover,
	.slider-amb  .owl-nav button:focus {
		border: none;
		outline: none;
	}
	.slider-amb .owl-nav .owl-next {
		right: -62px!important;
		left: auto;
		background-position: 8px -10px;
	}			
	.slider-amb .owl-nav  .disabled {
		display: none;
	}
	.slider-amb .item {
		overflow: hidden;
		position: relative;
	}
	.b-slider-amb {
		margin-bottom: 60px;
	}
	@media only screen and (max-width : 1450px) {
		.slider-amb .owl-nav > button {
			right: auto;
			left: 0;	
			background-color: rgba(242,242,242,1);
		}
		.slider-amb .owl-nav .owl-next {
			right: 0px!important;
			background-color: rgba(242,242,242,1);
		}	
	
	}

	.b-slider-amb {
		padding: 40px 0;
	}

	.b-slider-amb .b-item__title {
display: block;
margin-bottom: 10px;
font-size: 20px;
line-height: 1.3;
font-weight: 600;
text-align: center;
	}

	.b-slider-amb .b-item__info {
		font-size: 14px;
		font-weight: 400;
		text-align: center;
		margin-bottom: 20px;
	}
	.b-slider-amb .b-item__txt {
font-size: 14px;
font-style: italic;
line-height: 1.5;
font-weight: 500;
	}

	.b-slider-amb .b-item__img {
		display: block;
		margin: 0 auto 20px auto;
		width: 80%;
		overflow: hidden;
		border-radius: 15px;
	}

.news-detail-info .news-detail-info-item .news-detail-info-icon {
    width: 24px;
    height: 24px;
    margin: 0 15px 0 0;
    display: inline-block;
position: relative;
top: 5px;
}

.news-detail-info .news-detail-info-item {
    margin-bottom: 20px;
    font-weight: 600;
}

.b-form-inner .b-form-section .mf-req {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
color: #f00;
margin-left: 4px;

}
.b-form-wrap h6 .mf-req {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
color: #f00;
margin-left: 4px;
}

.b-form-inner .input-file  .mf-req {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
color: #f00;
margin-left: 4px;

}

.b-form-inner .b-forma-text {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin: 30px 0 10px 0;
}

.b-form-inner .b-forma-text  .mf-req {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
color: #f00;
margin-left: 4px;

}

.b-form-inner .b-form-section label {
position: relative;
}

.b-applications-table-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
    overflow-x: auto;
    width: 100%;
}
.b-applications-table td {
vertical-align: top;	
padding: 5px;
border: 1px solid rgba(200,200,200,1);
font-size: 13px;
line-height: 1.3;
}
.b-applications-table tr td:first-child a {
	cursor: text;
	color: #000;
	text-decoration: none;
}
.b-applications-table .application_th {
	font-weight: bold;
}
.b-edit__wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 40px;
margin-bottom: 40px;
width: 100%;
}
.b-edit__wrap-autor {
	 border-radius: 6px;
    background-color: rgba(245, 245, 245, 1);
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-right: 2%;
    flex: 1 0 23%;
    font-size: 14px;
}
.b-edit__wrap-autor p {
	margin-bottom: 10px;
}
.b-edit__wrap-autor-title {
font-weight: bold;
text-transform: uppercase;
font-size: 16px;
margin-bottom: 20px;
}
.b-edit__wrap-autor-title i {
	font-size: 20px;
	margin-right: 6px;
}
.b-edit__wrap-instr {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 30px;
}
.b-edit__instr {
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-color: rgba(245, 245, 245, 1);
	font-family: "Circe", Arial, sans-serif;
	margin-right: 5px;
margin-bottom: 10px;

}
.b-edit__instr:hover {
	background-color: #666;
	color: #FFF;
	text-decoration: none;
}
.b-edit__instr i {
margin-right: 5px;
}

.b-doc-item {
margin: 0 0 20px 0;
}

.b-application-filtr input[type="text"] {
    border: 1px solid rgb(200 200 200 / 1);
    border-radius: 6px;
    display: inline-block;
    padding: 7px 10px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.b-application-filtr input[type="submit"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #000;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    transition: all .5s ease;
    box-shadow: none;
    border-style: none;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 7px 20px 7px 20px;
    border-radius: 10em;
    letter-spacing: 1px;
    overflow-wrap: break-word;
    white-space: break-spaces;
}
.b-application-filtr input[type="button"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #000;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    transition: all .5s ease;
    box-shadow: none;
    border-style: none;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 7px 20px 7px 20px;
    border-radius: 10em;
    letter-spacing: 1px;
    overflow-wrap: break-word;
    white-space: break-spaces;
}

.b-application-filtr form {overflow: hidden; font-size: 14px; }

.b-applications-table a {word-break: break-all;}

.b-button-edit {
	padding: 2px 0 0 0;
}

.b-button-edit a {
	border: 1px solid #0c6cef!important;
	padding: 5px 5px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	transition: all .5s ease;
}

.b-button-edit a:hover {
	background-color: #bbb3d6!important;
	color: #fff!important;
}

.mf-text-3 {font-size: 16px !important;}