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: "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: 1500px;
	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: #ED1C24;
	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 {}

main {
	background-color: #fff;
}

footer {
	background-color: #fff;
}

.b-header {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	grid-column-gap: 30px;
}

.b-header__logo {
	display: grid;
	grid-template-columns: 2fr 5fr;
	grid-column-gap: 15px;
	grid-row-gap: 10px;
	align-items: center;
	max-width: 350px;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.b-header__logo .b-logo-txt1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 2px;
}

.b-header__logo .b-logo-txt2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 700;
	display: block;
	text-decoration: none;
	color: #334A8D;
	text-transform: uppercase;
	line-height: 1;
}

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

.b-main-menu-list__wrap {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}

.b-header__right {
	grid-column: 3 / 4;
	grid-row: 1 / 3;
	background-color: #e9e9e9;
	text-align: center;
	padding: 20px;
}

.b-header__lang {
	font-size: 13px;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}

.b-header__lang a {
	color: #000;
	display: inline-block;
	padding: 0 5px;
}

.b-header__lang .active {
	font-weight: 800;
	cursor: text;
}

.b-header__lang a:hover,
.b-header__lang a:focus {
	color: #ED1C24;
	text-decoration: none;
}

.b-header__login {
	font-size: 13px;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}

.b-header__info {
	padding: 30px 60px 30px 0;
}

.b-header__info-1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	color: #000;
	margin-bottom: 10px;
}

.b-header__info-2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-decoration: none;
	color: #000;
}

.b-header__social .b-social-tg {
	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 800 800' viewBox='0 0 800 800'%3e%3cpath d='M791.8 124 672.9 684.7c-9 39.6-32.4 49.4-65.6 30.8L426.1 582l-87.4 84c-9.7 9.7-17.8 17.8-36.4 17.8l13-184.5L651.1 196c14.6-13-3.2-20.2-22.7-7.2l-415 261.3-178.7-55.9c-38.9-12.1-39.6-38.9 8.1-57.5L741.6 67.4c32.4-12.1 60.7 7.2 50.2 56.6z' style='fill:%2340b3e0'/%3e%3c/svg%3e");
	display: block;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 24px;
	padding: 6px 0 6px 34px;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000;
text-align: left;
margin: 0 0 0 30px;
}

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

.b-header__social .b-social-tg {
	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 800 800' viewBox='0 0 800 800'%3e%3cpath d='M791.8 124 672.9 684.7c-9 39.6-32.4 49.4-65.6 30.8L426.1 582l-87.4 84c-9.7 9.7-17.8 17.8-36.4 17.8l13-184.5L651.1 196c14.6-13-3.2-20.2-22.7-7.2l-415 261.3-178.7-55.9c-38.9-12.1-39.6-38.9 8.1-57.5L741.6 67.4c32.4-12.1 60.7 7.2 50.2 56.6z' style='fill:%2340b3e0'/%3e%3c/svg%3e");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 20px;
	padding: 6px 0 6px 28px;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000;

}
}


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

.b-header__social .b-social-tg {
display: none;
}
}

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

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

	.b-header__logo .b-logo-txt1 {
		font-size: 16px;
	}
	.b-header__logo .b-logo-txt2 {
		font-size: 20px;
	}
	.b-header__info-1 {
		font-size: 13px;
	}
	
	.b-header__info-2 {
		font-size: 12px;
	}
	.b-header__info {
    padding: 30px 30px 20px 0;
}
.b-header__logo {
	grid-template-columns: 2fr 7fr;
}
.b-header__right {
	background-color: #fff;
	padding: 20px 0 10px 0;
	text-align: left;
}
.b-header {
	grid-template-columns: 3fr 6fr 2fr;
	grid-column-gap: 30px;
}
.b-header__lang {
	font-size: 13px;
	margin-bottom: 6px;
}
.b-header__social .b-social-tg {
 text-align: left;
margin: 0 0 5px 0!important;
}
}

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

	.b-header {
		padding-left: 50px;
		height: 70px;
	}
.b-header__social .b-social-tg {
 text-align: left;
width: auto;

}

.b-header {
	display: grid;
	grid-template-columns: 220px 1fr;
	grid-column-gap: 10px;
	height: 100px;
	align-items: center;
}
.b-header__info {
display: none;
}
.b-header__logo {
	display: grid;
	grid-template-columns: 1fr 4fr;
	grid-column-gap: 15px;
	grid-row-gap: 10px;
	align-items: center;
	max-width: 300px;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.b-header__logo .b-logo-txt1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 2px;
}

.b-header__logo .b-logo-txt2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	display: block;
	text-decoration: none;
	color: #334A8D;
	text-transform: uppercase;
	line-height: 1;
}
.b-header__right {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	background-color: #fff;
	text-align: right;
	padding: 0px;
	display: flex;
	justify-content: flex-end;
}
.b-header__lang {
	font-size: 13px;
	margin-bottom: 0px;
	order: 2;
	display: inline-block;
	line-height: 30px;
	margin-left: 20px;
min-width: 80px;
}
.b-header__login {
	display: none;
}
.b-header__social .b-social-tg span {
	display: none;
}
.b-top-search-mob {
	display: block;
	order: 3;
}
.b-top-search-mob {
	font-size: 23px;
	line-height: 35px;
	float: right;
	margin-left: 20px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
	background-size: 25px 25px;
	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='%23231F20' 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");
}

.b-top-login-mob {
	display: block;
	order: 4;
}
.b-top-login-mob {
	font-size: 23px;
	line-height: 35px;
	float: right;
	margin-left: 20px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
	background-size: 25px 25px;
	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='%23231F20' 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");
	}
}

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

	.b-header__lang {
		display: none;
	}
}

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

	.b-header__social {
		display: none;
	}
	.b-top-search-mob {
		margin-left: 0;
	}
}

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

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

.b-footer {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 50px;
	grid-row-gap: 40px;
	padding-top: 50px;
}



.b-footer-cont {
	border-right: 3px solid rgb(51 74 141 / 1);
}

.b-footer__logo {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 15px;
	grid-row-gap: 10px;
	align-items: center;
	max-width: 300px;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.b-footer__logo:hover,
.b-footer__logo:focus {
	text-decoration: none;
}

.b-footer__logo .b-logo-txt1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 2px;
}

.b-footer__logo .b-logo-txt2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	display: block;
	text-decoration: none;
	color: #334A8D;
	text-transform: uppercase;
	line-height: 1;
}

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

@media only screen and (max-width : 1300px) {
	.b-footer-cont {
		border-right: 0px solid rgb(51 74 141 / 1);
	}
	.b-footer {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 0px;
		padding-top: 50px;
	}

}

@media only screen and (max-width : 1100px) {
	.b-footer-cont {

	}
	.b-footer {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		padding-top: 50px;
	}
}



.b-footer-cont ul {
	list-style: none;
	margin: 30px 0 0 10px;
}

.b-footer-cont ul li a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}

.b-footer-cont ul li a:hover,
.b-footer-cont ul li a:focus {
	text-decoration: underline;
}

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

	.b-footer-menu {
		display: none;
	}
	.b-footer {
		display: grid;
		grid-template-columns: 1fr;
		padding-top: 50px;
	}

	.b-footer-cont {
		border-right: 0px solid rgb(51 74 141 / 1);
		text-align: center;
	}
	.b-footer__logo {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    align-items: center;
    width: 250px;
		text-align: left;
		margin: 0 auto;
}
.b-footer-cont ul li a {
	font-size: 13px;
	font-weight: 600;
}

.b-footer-cont ul {
	list-style: none;
	margin: 30px 10px 0 10px;
}
}

.b-footer__social {
	margin: 20px 0 0 10px;
}
.b-footer__social br {display: none;}

.b-footer__social .b-social-tg {
	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 800 800' viewBox='0 0 800 800'%3e%3cpath d='M791.8 124 672.9 684.7c-9 39.6-32.4 49.4-65.6 30.8L426.1 582l-87.4 84c-9.7 9.7-17.8 17.8-36.4 17.8l13-184.5L651.1 196c14.6-13-3.2-20.2-22.7-7.2l-415 261.3-178.7-55.9c-38.9-12.1-39.6-38.9 8.1-57.5L741.6 67.4c32.4-12.1 60.7 7.2 50.2 56.6z' style='fill:%2340b3e0'/%3e%3c/svg%3e");
	display: block;
	background-size: 24px 324px;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 24px;
	padding: 6px 0 6px 32px;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
margin-bottom: 4px;
padding-right: 20px;
}

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

.b-footer__social .b-social-tg {
	display: block;
width: 300px;
margin: 4px auto;
text-align: left;
}
}

.b-footer-menu-head {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: rgb(51 74 141 / 1);
	text-transform: uppercase;
	margin-bottom: 12px;
	margin-top: 6px;
}

.b-footer-menu ul {
	list-style: none;
	margin-bottom: 30px;
}

.b-footer-menu ul:last-child {
	margin-bottom: 6px;
}

.b-footer-menu ul li a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	display: block;
	line-height: 1.2;
	margin-bottom: 8px;
}

.b-footer-logos__wrap {
	background-color: rgb(51 74 141 / 1);
	padding: 40px 0;
	margin-top: 40px;
}

.b-footer-menu ul li a:hover,
.b-footer-menu ul li a:focus {
	text-decoration: underline;
}

.b-footer-menu__org {
	display: grid;
	grid-template-columns: 1fr 5fr;
	grid-column-gap: 10px;
	grid-row-gap: 20px;
	align-items: center;
	color: #000;
	margin-bottom: 15px;
}

.b-footer-menu__org p {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	display: block;
	line-height: 1.2;
}

.b-footer-menu__org:hover p,
.b-footer-menu__org:focus p {
	text-decoration: underline;
}

.slider-footer-logos .b-item img {
	transition: all .5s ease;
}

.slider-footer-logos .b-item:hover img {
opacity: .7;
}

.slider-footer-logos .owl-dots {
	display: none;
}

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

.slider-footer-logos .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: -20px;
	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='M136.5 65.3H26.6L69 23l-7.9-7.9L5.3 70.9l55.8 55.8 7.9-7.9-42.4-42.4h109.9z' style='fill:%23004098'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	background-color: #fff;
}

.slider-footer-logos .owl-nav button:hover,
.slider-footer-logos .owl-nav button:focus {
	opacity: 1;
	border: none;
	outline: none;
}

.slider-footer-logos .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='M5.3 76.4h109.8l-42.3 42.4 7.9 7.9 55.8-55.8-55.8-55.8-7.9 7.9 42.3 42.3H5.3z' style='fill:%23004098'/%3e%3c/svg%3e");
}

.slider-footer-logos .owl-nav button.owl-prev {

}

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

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

	.slider-footer-logos .owl-nav>button {
		height: 40px;
		width: 40px;
		position: absolute;
		margin-right: 0px;
		margin-left: -50px;
		margin-top: -20px;
		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='M136.5 65.3H26.6L69 23l-7.9-7.9L5.3 70.9l55.8 55.8 7.9-7.9-42.4-42.4h109.9z' style='fill:%23fff'/%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 24px 24px;
		background-color: transparent;
	}

	.slider-footer-logos .owl-nav button.owl-next {
		right: -50px !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='M5.3 76.4h109.8l-42.3 42.4 7.9 7.9 55.8-55.8-55.8-55.8-7.9 7.9 42.3 42.3H5.3z' style='fill:%23fff'/%3e%3c/svg%3e");
	}
}

.b-footer__copyright {
	text-align: center;
	padding: 30px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 13px;
}

.b-page-content__wrap {
	border-top: 1px solid #334A8D;
	margin-top: 20px;
	border-bottom: 1px solid #334A8D;
}

.b-page-content {
	background-color: #fff;
	padding: 40px 0 min(calc(10px + 3vw), 50px) 0;
}

.crumbs {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}

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

.page-menu {

}
.page-menu ul {
	list-style: none;
}
.page-menu ul li {
	display: inline-block;
	margin: 0 3px 5px 0;
}
.page-menu ul li a {
	background-color: rgb(84 167 217 / 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	padding: 8px 15px;
	display: block;
}

.page-menu ul li .selected {
	color: #fff;
	background-color: rgb(51 74 141 / 1);
	text-decoration: none;
	}

.page-menu ul li .selected:hover {
	color: #fff;
	background-color: rgb(51 74 141 / 1);
	text-decoration: none;
}

.page-menu ul li a:hover,
.page-menu ul li a:focus {
	color: #fff;
	background-color: rgb(51 74 141 / 1);
	text-decoration: none;
}

.b-page-txt {
	font-size: 17px;
	line-height: 1.6;
	color: #333;
	font-weight: normal;
	margin-top: 50px;
}

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

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

@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-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: min(calc(12px + 2vw), 25px);
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 1.3;
	width: 100%;
	color: rgb(51 74 141 / 1);
}

.b-page-txt h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: min(calc(10px + 2vw), 22px);
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.3;
	width: 100%;
	color: #000;
}

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

.b-page-txt a {
	color: #06F;
	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;
	background-color: #fff;
}

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

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

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

	.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: #000;
	-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;
}


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

.b-side__login {
	font-size: 14px;
	margin: 50px 20px 30px 20px;
}

.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;*/
	font-family: 'Montserrat', sans-serif;
	margin-right: 15px;
}

.b-index-header__all {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	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: 7px;
	outline: none;
	border: 1px solid #334A8D;
	border-radius: 6px;
	background-color: #334A8D;
	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 {}

.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: flex-start;
}

.b-menu .b-firstlevel {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding-right: 25px;
	padding-left: 0px;
	text-transform: uppercase;
	padding-top: 2px;
	height: 30px;
	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' 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:%23999999'/%3e%3c/svg%3e");
	display: block;
	width: 12px;
	height: 12px;
	background-size: 12px 12px;
	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='%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: 20px center;
	background-size: 20px 20px;
	padding: 15px 10px 15px 45px;
}

.main-menu .b-more {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 230 230' version='1.1' viewBox='0 0 230 230'%3e%3cstyle%3e.st0%7bfill:%23000000%7d%3c/style%3e%3ccircle cx='35.3' cy='115' r='29.8' class='st0'/%3e%3ccircle cx='115' cy='115' r='29.8' class='st0'/%3e%3ccircle cx='194.7' cy='115' r='29.8' class='st0'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px 25px;
	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: 30px;
	left: auto;
	width: auto;
	margin-left: -30px;
	background-color: #ffffff;
	z-index: 9999;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0;
	padding-left: 30px;
	border: 1px solid rgb(51 74 141 / 1);
}

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

.column-head {
	font-family: 'Montserrat', sans-serif;
	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 : 1100px) {
	.b-main-menu-list__wrap {
		display: none;
	}
}

.b-index-journals__wrap {
	background-color: rgb(233 233 233 / 1);
	padding: 40px 0;
}

.b-index-header {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: min(calc(15px + 1vw), 24px);
}

.b-index-header--journals {
	color: #000;
	margin-bottom: 30px;
}

.slider-journals .b-item p {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	padding: 20px 0 0 0;
	text-decoration: none;
}

.slider-journals .b-item:hover p,
.slider-journals .b-item:focus p {
	text-decoration: none;
	color: #ED1C24;
}

.slider-journals .b-item:hover,
.slider-journals .b-item:focus {
	text-decoration: none;
	color: #ED1C24;
}

.slider-journals .b-item img {
	transition: all .5s ease;
}

.slider-journals .b-item:hover img {
opacity: .7;
}

.slider-journals .owl-dots {
	display: none;
}

.slider-journals .owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
}

.slider-journals .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: -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='M136.5 65.3H26.6L69 23l-7.9-7.9L5.3 70.9l55.8 55.8 7.9-7.9-42.4-42.4h109.9z' style='fill:%23004098'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	background-color: #fff;
}

.slider-journals .owl-nav button:hover,
.slider-journals .owl-nav button:focus {
	opacity: 1;
	border: none;
	outline: none;
}

.slider-journals .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='M5.3 76.4h109.8l-42.3 42.4 7.9 7.9 55.8-55.8-55.8-55.8-7.9 7.9 42.3 42.3H5.3z' style='fill:%23004098'/%3e%3c/svg%3e");
}

.slider-journals .owl-nav button.owl-prev {

}

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

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

	.slider-journals .owl-nav>button {
		height: 40px;
		width: 40px;
		position: absolute;

		margin-right: 0px;
		margin-left: -50px;
		margin-top: -20px;
		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='M136.5 65.3H26.6L69 23l-7.9-7.9L5.3 70.9l55.8 55.8 7.9-7.9-42.4-42.4h109.9z' style='fill:%23000'/%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 24px 24px;
		background-color: transparent;
	}

	.slider-journals .owl-nav button.owl-next {
		right: -50px !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='M5.3 76.4h109.8l-42.3 42.4 7.9 7.9 55.8-55.8-55.8-55.8-7.9 7.9 42.3 42.3H5.3z' style='fill:%23000'/%3e%3c/svg%3e");
	}
}

.b-index-published__wrap {
	background-color: rgb(233 233 233 / 1);
	padding: 40px 0;
}

.b-index-header--published {
	color: #000;
	margin-bottom: 30px;
}

.slider-published .b-item img {
	transition: all .5s ease;
}

.slider-published .b-item:hover img {
opacity: .7;
}

.slider-published .b-item-img {
	padding-top: 140%;
	position: relative;
	display: block;
}
.slider-published .b-item-img  img {
	position: absolute;
	left: 0;
	top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slider-published .b-item p {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	padding: 20px 0 0 0;
	text-decoration: none;
}

.slider-published .b-item:hover p,
.slider-published .b-item:focus p {
	text-decoration: none;
	color: #ED1C24;
}

.slider-published .b-item:hover,
.slider-published .b-item:focus {
	text-decoration: none;
	color: #ED1C24;
}

.slider-published .owl-dots {
	display: none;
}

.slider-published .owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
}

.slider-published .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: -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='M136.5 65.3H26.6L69 23l-7.9-7.9L5.3 70.9l55.8 55.8 7.9-7.9-42.4-42.4h109.9z' style='fill:%23004098'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	background-color: #fff;
}

.slider-published .owl-nav button:hover,
.slider-published .owl-nav button:focus {
	opacity: 1;
	border: none;
	outline: none;
}

.slider-published .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='M5.3 76.4h109.8l-42.3 42.4 7.9 7.9 55.8-55.8-55.8-55.8-7.9 7.9 42.3 42.3H5.3z' style='fill:%23004098'/%3e%3c/svg%3e");
}

.slider-published .owl-nav button.owl-prev {

}

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

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

	.slider-published .owl-nav>button {
		height: 40px;
		width: 40px;
		position: absolute;

		margin-right: 0px;
		margin-left: -50px;
		margin-top: -20px;
		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='M136.5 65.3H26.6L69 23l-7.9-7.9L5.3 70.9l55.8 55.8 7.9-7.9-42.4-42.4h109.9z' style='fill:%23000'/%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 24px 24px;
		background-color: transparent;
	}

	.slider-published .owl-nav button.owl-next {
		right: -50px !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='M5.3 76.4h109.8l-42.3 42.4 7.9 7.9 55.8-55.8-55.8-55.8-7.9 7.9 42.3 42.3H5.3z' style='fill:%23000'/%3e%3c/svg%3e");
	}
}

.b-index-mainnews__wrap {
	background-color: rgb(51 74 141 / 1);
	margin-top: 20px;
	padding: min(calc(20px + 2vw), 50px) 0;
}
@media only screen and (max-width : 1500px) {

	.b-index-mainnews__wrap {
		margin-top: 10px;
	
	}
}


.b-index-header--mainnews span {
	color: #fff;
	display: inline-block;
margin: 0 10px 10px 0;
}

.b-index-header--mainnews {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	/* height: 40px; */
	align-items: flex-end;
	margin-bottom: min(calc(8px + 2vw), 30px);
}

.b-index-header--mainnews-all {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 230 230' version='1.1' viewBox='0 0 230 230'%3e%3cstyle%3e.st0%7bfill:%23ED1C24%7d%3c/style%3e%3ccircle cx='35.3' cy='115' r='29.8' class='st0'/%3e%3ccircle cx='115' cy='115' r='29.8' class='st0'/%3e%3ccircle cx='194.7' cy='115' r='29.8' class='st0'/%3e%3c/svg%3e");
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 40px 0 0;
	margin: 0 0 12px 0;
}

.b-index-header--mainnews-all:hover,
.b-index-header--mainnews-all:focus {
	text-decoration: none;
}

.slider-mainnews .owl-dots {
	display: none;
}

.slider-mainnews .owl-nav {
	position: absolute;
	top: 30%;
	width: 100%;
}

.slider-mainnews .owl-nav>button {
	color: #FFF;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	font-size: 12px;
	height: 40px;
	width: 40px;
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	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='M136.5 65.3H26.6L69 23l-7.9-7.9L5.3 70.9l55.8 55.8 7.9-7.9-42.4-42.4h109.9z' style='fill:%23fff'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	background-color: #ED1C24;
}

.slider-mainnews .owl-nav button:hover,
.slider-mainnews .owl-nav button:focus {
	opacity: 1;
	border: none;
	outline: none;
}

.slider-mainnews .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='M5.3 76.4h109.8l-42.3 42.4 7.9 7.9 55.8-55.8-55.8-55.8-7.9 7.9 42.3 42.3H5.3z' style='fill:%23fff'/%3e%3c/svg%3e");

}

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

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

	.slider-mainnews .owl-nav>button {
		height: 40px;
		width: 40px;
		position: absolute;

		margin-right: 0px;
		margin-left: -60px;
		margin-top: -20px;
		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='M136.5 65.3H26.6L69 23l-7.9-7.9L5.3 70.9l55.8 55.8 7.9-7.9-42.4-42.4h109.9z' style='fill:%23fff'/%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 24px 24px;
		background-color: #ED1C24;
	}

	.slider-mainnews .owl-nav button.owl-next {
		right: -60px !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='M5.3 76.4h109.8l-42.3 42.4 7.9 7.9 55.8-55.8-55.8-55.8-7.9 7.9 42.3 42.3H5.3z' style='fill:%23fff'/%3e%3c/svg%3e");
	}
}

.slider-mainnews .b-item__img {
	padding-top: 65%;
	position: relative;
	display: block;
}

.slider-mainnews .b-item__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: all .5s ease;
}

.slider-mainnews .b-item__title {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin: 20px 0 12px 0;
	transition: all .5s ease;
}

.slider-mainnews .b-item .b-item__img:hover img,
.slider-mainnews .b-item .b-item__title:hover {
	opacity: .7;
	text-decoration: none;
}

.slider-mainnews .b-item__data {
	color: rgb(171 219 246 / 1);
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}

.slider-mainnews .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: rgb(84 167 217 / 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 10px;
	color: #fff;
	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='%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");
	transition: all .5s ease;
}

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

.b-index-calendar__wrap {
	background-color: rgb(51 74 141 / 1);
	padding: min(calc(20px + 2vw), 50px) 0;
}

.b-index-header--calendar span {
	color: #fff;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.b-index-header--calendar {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	/* height: 40px; */
	align-items: flex-end;
	margin-bottom: min(calc(8px + 2vw), 30px);
}

.b-index-header--calendar-all {
		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:%23ED1C24'/%3e%3c/svg%3e");
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 30px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 12px 0;
}

.b-index-header--calendar-all:hover,
.b-index-header--calendar-all:focus {
	text-decoration: none;
}

.slider-calendar .owl-dots {
	display: none;
}

.slider-calendar .owl-nav {
	position: absolute;
	top: 30%;
	width: 100%;
}

.slider-calendar .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: -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='M136.5 65.3H26.6L69 23l-7.9-7.9L5.3 70.9l55.8 55.8 7.9-7.9-42.4-42.4h109.9z' style='fill:%23fff'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	background-color: #54A7D9;
}

.slider-calendar .owl-nav button:hover,
.slider-calendar .owl-nav button:focus {
	opacity: 1;
	border: none;
	outline: none;
}

.slider-calendar .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='M5.3 76.4h109.8l-42.3 42.4 7.9 7.9 55.8-55.8-55.8-55.8-7.9 7.9 42.3 42.3H5.3z' style='fill:%23fff'/%3e%3c/svg%3e");

}

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

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

	.slider-calendar .owl-nav>button {
		height: 40px;
		width: 40px;
		position: absolute;

		margin-right: 0px;
		margin-left: -60px;
		margin-top: -20px;
		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='M136.5 65.3H26.6L69 23l-7.9-7.9L5.3 70.9l55.8 55.8 7.9-7.9-42.4-42.4h109.9z' style='fill:%23fff'/%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 24px 24px;
		background-color: #54A7D9;
	}

	.slider-calendar .owl-nav button.owl-next {
		right: -60px !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='M5.3 76.4h109.8l-42.3 42.4 7.9 7.9 55.8-55.8-55.8-55.8-7.9 7.9 42.3 42.3H5.3z' style='fill:%23fff'/%3e%3c/svg%3e");
	}
}

.slider-calendar .b-item__img {
	padding-top: 60%;
	position: relative;
	display: block;
}

.slider-calendar .b-item__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: all .5s ease;
}

.slider-calendar .b-item__title {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	/* text-transform: uppercase; */
	display: block;
	margin: 20px 0 12px 0;
	transition: all .5s ease;
	text-decoration: none;
}

.slider-calendar .b-item:hover .b-item__img img,
.slider-calendar .b-item:hover .b-item__title {
	opacity: .7;
	text-decoration: none;
}
.slider-calendar .b-item:hover {
	text-decoration: none;
}

.b-index-banners__wrap {
	padding: min(calc(20px + 2vw), 50px) 0;
}

.b-index-banners {
	display: grid;
grid-template-columns: repeat(4, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px;
}

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

	.b-index-banners {
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	}
}

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

	.b-index-banners {
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	}
}

.b-index-banners .b-item {
	transition: all .5s ease;
}

.b-index-banners .b-item:hover {
	opacity: .7;
} 

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

.b-index-news {
	column-gap: 30px;
}

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

	.b-index-news {
		column-count: 2;
		column-gap: 30px;
	}
}

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

	.b-index-news {
		column-count: 3;
		column-gap: 30px;
	}
}

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

	.b-index-news {
		column-count: 4;
		column-gap: 30px;
	}
}

.b-index-news .b-item {
	display: block;
	break-inside: avoid;
  page-break-inside: avoid;
	margin-bottom: 30px;
}

.b-index-news .b-item__title {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin: 0px 0 4px 0;
	transition: all .5s ease;
}

.b-index-news .b-item__data {
	color: #1A86C7;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.3;
}

.b-item__txt {
	font-size: 13px;
	line-height: 1.4;
	color: #666;
}

.b-index-news .b-item__title:hover {
	text-decoration: none;
	color: #ED1C24;
} 

.b-index-news .b-index-news__all {
	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: rgb(84 167 217 / 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 10px;
	color: #fff;
	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='%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");
	transition: all .5s ease;
}

.b-index-news .b-index-news__all:hover,
.b-index-news .b-index-news__all:focus {
	text-decoration: none !important;
	background-color: #334A8D;
}

.sidebar-light .b-accordeon-mob .accordion {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom: 1px solid rgb(0 0 0 / .1);
	list-style-type: none !important;
}

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

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

.sidebar-light .b-accordeon-mob .accordion .a-line {
	cursor: pointer;
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	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;
	border-top: 1px solid rgb(0 0 0 / .1);
}

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

.sidebar-light .b-accordeon-mob .accordion .link2 {
	cursor: pointer;
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	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;
	border-top: 1px solid rgb(100 100 100 / .1);
}

.sidebar-light .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:%23231f20'/%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;
}

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

.sidebar-light .b-accordeon-mob .accordion li.open .link2 {
	color: #000;
}

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

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

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

.sidebar-light .b-accordeon-mob .accordion .submenu a {
	display: block;
	text-decoration: none;
	color: #000 !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: normal;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 20px;
}

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

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

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

.sidebar-light .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;
	border-bottom: 1px solid #dedede;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sidebar-light .b-accordeon-mob .accordion .submenu .b-accordeon-2-simple a {
	color: #000 !important;
}
@media only screen and (max-width : 1100px) {
	
.b-index-mainnews__wrap {
	margin-top: 0px;
}
}

@media only screen and (max-width : 1300px) { 
.main-menu li:nth-child(5) {
	display: none;
}
}

.main-search {
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: none;
  padding-bottom: 20px;
  padding-top: 30px;
}

.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-menu-all__head {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
	/* color: rgb(51 74 141 / 1); */
	/* text-transform: uppercase; */
	margin-bottom: 12px;
	margin-top: 6px;
	color: #000;
	display: block;
}

.b-menu-all__head:hover {
	color: #000;
}
.b-menu-all__head i {margin-right: 0px; display: none;}
.b-menu-all ul {
	list-style: none;
	margin-bottom: 30px;
}

.b-menu-all ul:last-child {
	margin-bottom: 6px;
}

.b-menu-all ul li a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	display: block;
	line-height: 1.2;
	margin-bottom: 8px;
}

.b-menu-all ul li a:hover {
	text-decoration: underline;
}

.b-menu-all {
	display: grid;
grid-template-columns: repeat(5, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px;
padding: 30px 0 0 0;
}

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

	.main-search {
		padding-top: 0px;
	}

	.b-menu-all {
		display: none;
	}
}

.b-news-detail-data {
	font-size: 16px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
margin-bottom: 15px;
}
.b-news-detail__img {
margin: 40px 0;
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-family: 'Montserrat', sans-serif;
	font-weight: 500;
	border-top: 1px solid rgb(84 167 217 / 1);
	color: #000;
	margin-top: 30px;
	padding-bottom: 10px;
	padding-top: 20px;
	/* font-style: italic; */
	width: 100%;
	font-size: 15px;
}
.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 {
	border: none;
	color: #fff;
	background-color: rgb(84 167 217 / 1);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	transition: all 0.4s ease 0s;
	position: relative;
	text-transform: uppercase;
	line-height: 1.5;
	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='M119.201 116.862 73.079 70.74l46.122-46.123M73.079 70.74h138.385'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: 25px center;
	background-size: 15px 15px;
	padding: 12px 30px 10px 50px;
	text-align: left;
	text-decoration: none;
}
.b-page__back a:hover,
.b-page__back a:focus {
 	text-decoration: none!important;
 	background-color: rgb(51 74 141 / 1);
 	color: #fff;
 }

.b-all-news {
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	align-items: center;
	margin: 30px 0;
}
.b-all-news a {
	border: none;
	color: #fff;
	background-color: rgb(84 167 217 / 1);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	transition: all 0.4s ease 0s;
	position: relative;
	text-transform: uppercase;
	line-height: 1.5;
	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='M119.201 116.862 73.079 70.74l46.122-46.123M73.079 70.74h138.385'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: 25px center;
	background-size: 15px 15px;
	padding: 12px 30px 10px 50px;
	text-align: left;
	text-decoration: none;
}
.b-all-news a:hover,
.b-all-news a:focus {
 	text-decoration: none!important;
 	background-color: rgb(51 74 141 / 1);
 	color: #fff;
 }
.slider-news-detail__wrap {
	margin-top: 40px;
}
.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) 0;
}
.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%;
}

.b-page-txt .vrezka {
	background-color: rgb(233 233 233 / .8);
	padding: 25px 30px 25px 30px;
	margin: 30px 0;
	border-left: 4px solid rgb(51 74 141 / 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.vrezka p {margin-bottom: 0px;}

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

	.b-page-content__wrap {
		margin-top: 10px;
}
}

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

	.b-page-content__wrap {
		margin-top: 0px;
}
}

.booklet_download,
.booklet_download_2 {
	margin-top: 10px;
	background-image: url(/images/booklet.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
	width: 100%;
	max-width: 700px;
	background-color: #EAEAEA;
	text-align: left;
	font-size: 20px;
	padding-top: 20px;
	padding-left: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.booklet_download_2 {
	background-image: url(/images/booklet2.jpg);
}
.booklet_download a,
.booklet_download_2 a {
	font-size: 14px;
	font-weight: 500;
}

@media only screen and (max-width : 550px) {
	.booklet_download,
.booklet_download_2 {
	margin-top: 10px;
	background-image: none;
}
}

.page-news__wrap {

}

.page-news__wrap .b-item {
	margin-bottom: min(calc(30px + 2vw), 60px);
	overflow: hidden;
display: block;
}
.page-news__wrap .b-item:last-child {
	margin-bottom: 30px;
}
.page-news__wrap .b-item .b-item__img {
	flex: 0 0 30%;
	margin-top: 3px;
	padding-top: 20%;
	transition: all .5s ease;
	position: relative;
	display: block;
	margin-right: 5%;
	border-radius: 15px;
}
.page-news__wrap .b-item .b-item__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	border-radius: 15px;
}

.page-news__wrap .b-item .b-item__img:hover {
	opacity: .8;
}
.page-news__wrap .b-item .b-item__data {
  font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #1A86C7;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.page-news__wrap .b-item .b-item__title {
	font-weight: 600;
	font-size: min(calc(11px + 2vw), 22px);
	line-height: 1.3;
	/*	text-transform: uppercase;*/
	color: var(--color-dark-1);
	text-decoration: none !important;
	display: block;
	margin-bottom: 10px;
	/*	letter-spacing: 1px;*/
  font-family: 'Montserrat', sans-serif;
}
.page-news__wrap .b-item .b-item__title:hover,
.page-news__wrap .b-item .b-item__title:focus {
	color: firebrick;
}

.page-news__wrap .b-item .b-item__toptech {
  font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	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: #666;
	display: block;
}
.page-news__wrap .b-item .b-item__text br {display:none;}
.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: 600;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	display: block;
	margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}
.page-news__wrap .b-item .b-item__bottomtech p {
	display: inline-block;
	margin: 0 20px 10px 0;
}
.page-news__wrap .b-item .b-item__more {
	margin-top: 10px;
}

.page-news__wrap .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: rgb(84 167 217 / 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 10px;
	color: #fff;
	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='%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");
	transition: all .5s ease;
}

.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: rgb(51 74 141 / 1);
	text-decoration: none;
}

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

	.page-news__wrap .b-item {
		display: block;
		padding: 0px;
	}
	.page-news__wrap .b-item .b-item__img {
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
		display: block;
		padding-top: 45%;
	}
	.page-news__wrap .b-item .b-item__content {
		flex-direction: column;
		align-self: flex-start;
	}
  .page-news__wrap .b-item .b-item__text {
    font-size: 14px;
  }
}

.b-presidium-list  {
	padding: 0px 0 50px 0;
}

.b-presidium-list .b-people-item {
	display: grid;
grid-template-columns: 150px 1fr;
grid-column-gap: 5%;
grid-row-gap: 30px;
margin-top: 40px;
align-items: start;
font-size: 14px;
}

.b-presidium-list .b-people-item__title {
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-size: min(calc(11px + 2vw), 22px);
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
	line-height: 1.3;
}
.b-presidium-list .b-people-item__content {
	align-self: center;
}

.b-presidium-list .b-people-item__img {
	transition: all .5s ease;
padding-top: 6px;
}
.b-presidium-list .b-people-item__img img {
	width: 100%;
}

.b-presidium-list .b-people-item__content p {
margin-bottom: 6px;
font-family: 'Montserrat', sans-serif;
}

.b-presidium-list .b-people-item__content p span {
	font-weight: 700;
}

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

	.b-presidium-list .b-people-item {
	grid-template-columns: 1fr;
	grid-row-gap: 30px;
	}
	.b-presidium-list .b-people-item__img {
		max-width: 150px;
	}
}

.tab_text {
	margin: 30px 0;
	width: 100%;
}

.tab_text  td {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
	border: 1px solid #dedede;
}

.tab_text th {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #dedede;
	word-break: break-all;
	font-weight: bold;
}

.tab_text td a {
	text-decoration: none;
}

@media only screen and (max-width : 767px) {
	
	.tab_text {border: 0px solid #dedede;}
	.tab_text thead {display: none;}
	.tab_text tr {margin-bottom: 1px; padding-bottom: 5px!important; padding-top: 5px!important; display: block; border-bottom: 0px solid #dedede;}  
	.tab_text td {
	display: block;
	text-align: left;
	width: 100%;
	padding-right: 15px !important;
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	padding-left: 0px;
	line-height: 18px;
}

.tab_text td strong {
	font-weight: bold;
}
}

.oplata__wrap {
	display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 20px;
grid-row-gap: 20px;
width: 100%;
padding: 30px 0;
}

.oplata {
	background-color: #E9E9E9;
	text-align: center;
	padding: 30px 20px;
}

.oplata p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}

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

	.oplata__wrap {
	grid-template-columns: 1fr;
	padding: 30px 0;
	}
}

.download-word {
	display: inline-block;
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1190.551' height='1190.549' viewBox='-174.331 0 1190.551 1190.549'%3e%3cpath fill='%232A5699' d='M491.102 332.185V34.015H52.618C23.459 34.015 0 57.474 0 86.633v1017.283c0 29.159 23.459 52.618 52.618 52.618h736.653c29.159 0 52.617-23.459 52.617-52.618V384.802H543.72c-28.939 0-52.618-23.678-52.618-52.617zm125.187 263.09h52.398c16.882 0 29.379 15.566 25.651 32.229l-83.31 368.326c-2.631 12.058-13.374 20.389-25.651 20.389h-83.313c-12.058 0-22.581-8.331-25.432-19.95-56.564-226.916-45.603-178.024-56.126-242.263h-1.097c-2.411 31.352-5.262 38.147-56.126 242.263-2.85 11.619-13.373 19.95-25.432 19.95h-81.339c-12.277 0-23.021-8.55-25.651-20.608l-82.873-368.326c-3.728-16.443 8.77-32.01 25.651-32.01h53.714c12.497 0 23.459 8.77 25.871 21.267 34.201 171.009 44.067 240.07 46.04 267.914 3.508-22.363 16.005-71.692 64.457-269.011 2.851-11.839 13.374-19.95 25.651-19.95h63.8c12.277 0 22.801 8.331 25.651 20.17 52.618 220.119 63.142 271.86 64.896 283.699-.438-24.556-5.7-39.025 47.356-283.261 2.194-12.278 12.937-20.828 25.214-20.828zm225.6-294.004v13.374H561.26V34.015h13.373c14.031 0 27.405 5.481 37.271 15.347l214.638 214.857a52.45 52.45 0 0 1 15.347 37.052z'/%3e%3c/svg%3e");
	padding: 10px 0 10px 44px;
	}

	.b-page-person {
		display: grid;
grid-template-columns: 300px 1fr;
grid-column-gap: 30px;
grid-row-gap: 50px;
	}

	.b-page-person__txt {
grid-column: 1 / -1;
	}

	.b-page-person span {
		color: #334A8D;
		font-weight: bold;
	}
	.b-page-person__about {
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		color: #000;
		align-self: center;
	}

	.b-page-person__img img {
		display: block;
		max-width: 300px;
	}

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

	}

	.b-books-news-list {
		padding: 40px 0;
	}
	.b-books-news-list .b-books-news-item  {
		display: grid;
grid-template-columns: 20% 1fr;
grid-column-gap: 5%;
grid-row-gap: 20px;
margin-bottom: 50px;
	}

	.b-books-news-list .b-books-news-item:last-child  {
margin-bottom: 0px;
	}

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

.b-books-news-list  .b-books-news-item__tech {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}
.b-books-news-list  .b-books-news-item__tech span {
	font-weight: 700;
}

.b-books-news-list  .b-books-news-item__txt {
margin-top: 15px;
}

.b-books-news-list .b-books-news-item__annonce {
background-color: #334A8D;
padding: 10px 20px;
color: #fff;
font-family: 'Montserrat', sans-serif;
margin-bottom: 20px;
font-size: 13px;
font-weight: 600;
width: 70%;
}

@media only screen and (max-width : 800px) {
	.b-books-news-list .b-books-news-item  {
grid-template-columns: 1fr;
grid-row-gap: 20px;
margin-bottom: 40px;
	}

	.b-books-news-list .b-books-news-item__img {
		max-width: 300px;
	}
	.b-books-news-list .b-books-news-item__annonce {
		background-color: #334A8D;
		padding: 10px 20px;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 20px;
		font-size: 13px;
		font-weight: 600;
		width: 100%;
		}

}


.structure .block, .structure .block2 {
	padding: 10px 15px;
	background-color: #ECF4F8;
	display: inline-block;
	margin: 2px 0;
	font-size: 15px;
}
.structure {
	font-size: 30px;
}

.crumbs .bx-breadcrumb {
    overflow: hidden;
    margin: 0px 0px;
}

.b-docs-list__wrap .b-docs-list__item {
	margin-left: 0!important;
	margin-bottom: 0!important;
	padding: 0px 10px 0px 0;
	display: block;
	border-top: 1px solid rgba(220,220,220,1);
}
.b-docs-list__wrap .b-docs-list__item:first-child {
	margin-top: -20px;
border-top: 0px solid rgba(220,220,220,1);
}
.b-docs-list__wrap .b-docs-list__item  a {	
	display: grid;
	grid-template-columns: 1fr auto auto;
	grid-column-gap: 20px;
	text-decoration: none;
	background-image: url(/images/download-red.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 23px 23px;
	padding: 20px 45px 18px 0;
	line-height: 1.4;
	font-weight: normal;
	color: #000;
	font-size: 15px;
	align-items: center;
}
.b-docs-list__wrap .b-docs-list__item .file-close {
padding: 5px 45px 23px 30px;
}
.b-docs-list__wrap .b-docs-list__item  a:hover .b-docs-list__item-title {
	color: rgba(236,34,39,1)!important;
}
.b-docs-list__item-icon {
	display: inline-block;
}
.b-docs-list__item-icon img {
width: 25px;
height: 25px;
}
@media only screen and (max-width : 700px) { 
.b-docs-list__wrap .b-docs-list__item  a {
    grid-template-columns: auto 1fr;
    grid-row-gap: 10px;
}
.b-docs-list__item-title {
	grid-column: 1 / -1;
	}
}

.otd-all__item {
	margin-bottom: 30px;
}
.otd-all__item .otd-all__item-title {
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-size: min(calc(11px + 2vw), 22px);
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #06F;
	text-decoration: underline;
}

.otd-all__item .otd-all__item-tech {
	display: block;
	margin: 0 30px 6px 0;
	font-size: 15px;
line-height: 1.3;
}
.bx-filter .bx-filter-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
margin-left: -5px;
}
.b-line-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-column-gap: 20px;
grid-row-gap: 20px;
padding: 30px 0;
}
.b-line-list .bx-pagination {
grid-column: 1 / -1;
margin-top: 30px;
} 

.b-page-txt .b-item__more {
	margin-top: 10px;
}

.b-page-txt .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: rgb(84 167 217 / 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 10px;
	color: #fff;
	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='%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");
	transition: all .5s ease;
}

.b-page-txt .b-item__more a:hover,
.b-page-txt .b-item__more a:focus {
	text-decoration: none !important;
	background-color: rgb(51 74 141 / 1);
	text-decoration: none;
}
.page-news__wrap .b-item .b-item__bottomtech .b-item__bottomtech-url {
	display: block;
	background-size: 18px 18px;
	background-position: left 4px;
	background-repeat: no-repeat;
	padding: 5px 0 5px 25px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420' fill='none' stroke='%23999'%3e%3cpath stroke-width='26' d='M209 15a195 195 0 1 0 2 0z'/%3e%3cpath stroke-width='18' d='M210 15v390m195-195H15M59 90a260 260 0 0 0 302 0m0 240a260 260 0 0 0-302 0M195 20a250 250 0 0 0 0 382m30 0a250 250 0 0 0 0-382'/%3e%3c/svg%3e");
	}
	.page-news__wrap .b-item .b-item__bottomtech .b-item__bottomtech-place {
		display: block;
		background-size: 20px 20px;
		background-position: left 4px;
		background-repeat: no-repeat;
		padding: 5px 0 5px 25px;
		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%3cpath fill='%23999' d='M14.174.395c-3.14 0-10.537 2.634-10.537 10.741 0 8.105 10.537 16.82 10.537 16.82s10.539-8.715 10.539-16.82c0-8.107-7.397-10.741-10.539-10.741zm0 15.097a4.357 4.357 0 1 1 .002-8.714 4.357 4.357 0 0 1-.002 8.714z'/%3e%3c/svg%3e");
	}
		.page-news__wrap .b-item .b-item__bottomtech .b-item__bottomtech-data {
			display: block;
			background-size: 18px 18px;
			background-position: left 4px;
			background-repeat: no-repeat;
			padding: 5px 0 5px 25px;
			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:%23999'/%3e%3c/svg%3e");
		}
			.page-news__wrap .b-item .b-item__bottomtech .b-item__bottomtech-theme {
				display: block;
				background-size: 20px 20px;
				background-position: left 4px;
				background-repeat: no-repeat;
				padding: 5px 0 5px 25px;
				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 538.6 538.6' viewBox='0 0 538.6 538.6'%3e%3cpath d='M77.3 61.3c0-26.5 21.5-48 48-48v441.4l130.1-92.9c8.3-6 19.6-6 27.9 0l130 92.9V61.3h-288v-48h288c26.5 0 48 21.5 48 48v440c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8l-154.1-110-154.1 110c-7.3 5.2-16.9 5.9-24.9 1.8s-13-12.3-13-21.3v-440z'  style='fill:%23999'/%3e%3c/svg%3e");
}

.b-item__more_2 {
	margin-top: 10px;
}

.b-item__more_2 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: rgb(51 74 141 / 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 10px;
	color: #fff;
	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='%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");
	transition: all .5s ease;
}

.b-item__more_2 a:hover,
.b-item__more_2 a:focus {
	text-decoration: none !important;
	background-color: rgb(51 74 141 / .7);
	text-decoration: none;
color: #fff;
}

.b-page__bottomtech	.b-item__bottomtech-data {
			display: block;
			background-size: 18px 18px;
			background-position: left 7px;
			background-repeat: no-repeat;
			padding: 5px 0 5px 25px;
			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:%23999'/%3e%3c/svg%3e");
		}
.b-page__bottomtech	 .b-item__bottomtech-theme {
				display: block;
				background-size: 20px 20px;
				background-position: left 7px;
				background-repeat: no-repeat;
				padding: 5px 0 5px 25px;
				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 538.6 538.6' viewBox='0 0 538.6 538.6'%3e%3cpath d='M77.3 61.3c0-26.5 21.5-48 48-48v441.4l130.1-92.9c8.3-6 19.6-6 27.9 0l130 92.9V61.3h-288v-48h288c26.5 0 48 21.5 48 48v440c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8l-154.1-110-154.1 110c-7.3 5.2-16.9 5.9-24.9 1.8s-13-12.3-13-21.3v-440z'  style='fill:%23999'/%3e%3c/svg%3e");
}
.b-page__bottomtech	 .b-item__bottomtech-url {
	display: block;
	background-size: 18px 18px;
	background-position: left 7px;
	background-repeat: no-repeat;
	padding: 5px 0 5px 25px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420' fill='none' stroke='%23999'%3e%3cpath stroke-width='26' d='M209 15a195 195 0 1 0 2 0z'/%3e%3cpath stroke-width='18' d='M210 15v390m195-195H15M59 90a260 260 0 0 0 302 0m0 240a260 260 0 0 0-302 0M195 20a250 250 0 0 0 0 382m30 0a250 250 0 0 0 0-382'/%3e%3c/svg%3e");
	}
.b-page__bottomtech	 .b-item__bottomtech-place {
		display: block;
		background-size: 20px 20px;
		background-position: left 7px;
		background-repeat: no-repeat;
		padding: 5px 0 5px 25px;
		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%3cpath fill='%23999' d='M14.174.395c-3.14 0-10.537 2.634-10.537 10.741 0 8.105 10.537 16.82 10.537 16.82s10.539-8.715 10.539-16.82c0-8.107-7.397-10.741-10.539-10.741zm0 15.097a4.357 4.357 0 1 1 .002-8.714 4.357 4.357 0 0 1-.002 8.714z'/%3e%3c/svg%3e");
	}

.vuz-all__item {
	margin-bottom: 30px;
}
.vuz-all__item .vuz-all__item-title {
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-size: min(calc(11px + 2vw), 22px);
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #06F;
	text-decoration: underline;
}

.vuz-all__item .vuz-all__item-tech {
	font-family: 'Montserrat', sans-serif;
	display: block;
	margin: 0 30px 0px 0;
	font-size: 15px;
}

.b-syezd-list-item {
	display: grid;
grid-template-columns: 1fr 3fr;
grid-column-gap: 35px;
grid-row-gap: 25px;	
padding-top: 20px;
margin: 0 0 40px 0;
}
.b-syezd-list-item-img img {
	width: 100%;
	max-width: 100%;
}
.b-syezd-list-item-title {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 600;
}
.b-syezd-list-item .syezd-data {
	font-size: 14px;
	margin-bottom: 0px;
	display: block;
	background-image: url(/img/calendar-alt-regular.svg);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 16px 16px;
	padding: 0 0 10px 24px;
}
.b-syezd-list-item .syezd-place {
	font-size: 14px;
	margin-bottom: 0px;
	display: block;
	background-image: url(/img/map-marker-alt-solid.svg);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 16px 16px;
	padding: 0 0 10px 24px;
}
.b-syezd-list-item .syezd-site {
	font-size: 14px;
	margin-bottom: 0px;
	display: block;
	background-image: url(/img/link-solid.svg);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 16px 16px;
	padding: 0 0 10px 24px;
}
.b-syezd-list-item .b-syezd-list-item-txt {
	font-size: 14px;
}
.b-syezd-list-item .b-syezd-list-item-txt p {margin-bottom: 0px;}
.b-syezd-list-item .b-syezd-list-item-txt ul,
.b-syezd-list-item .b-syezd-list-item-txt ol {margin-top: 15px; margin-left: -5px;}

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

.b-syezd-list-item {
	display: grid;
grid-template-columns: 1fr;
grid-column-gap: 25px;
grid-row-gap: 25px;	
padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
}
}
.organization {
display: grid;
grid-template-columns: 200px 1fr;
grid-column-gap: 10%;
grid-row-gap: 25px;
margin: 40px 0 60px 0;	
}

.organization p {
margin-bottom: 5px;
}

@media only screen and (max-width: 600px) {
.organization {
display: grid;
grid-template-columns: 1fr;
grid-column-gap: 10%;
grid-row-gap: 15px;
margin: 40px 0 60px 0;	
}
}

.video-item {
  max-width: 900px;
  margin: min(calc(30px + 3vw), 70px) 0;
}
.video_rolik {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
margin-top: 20px;
}
.video_rolik  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-item .video_name {
    font-weight: 600;
    font-size: min(calc(11px + 2vw), 22px);
    line-height: 1.3;
    text-decoration: none !important;
    display: block;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;

}
.video_frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
margin: 30px 0 30px 0;
}
.video_frame iframe {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}

.b-books-detail .b-books-news-item__img {
	width: 280px;
	margin-bottom: 30px;
	display: block;
}
.b-books-detail .b-books-news-item__img img {
	display: block;
border: 1px solid #005796;
}

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

.b-books-detail {
	display: grid;
grid-template-columns: 300px 1fr;
grid-column-gap: 30px;
grid-row-gap: 20px;
grid-template-rows: auto 1fr;
}

.b-books-detail .b-book-text {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
.b-books-detail .b-books-news-item__info {
grid-column: 2 / 3;
grid-row: 1 / 2;
}

.b-books-detail .b-books-news-item__img {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}
}
.b-books-news-item__img img {
display: block;
border: 1px solid rgb(200 200 200 / 1);
}

.b-books-news-item__info .indexing p {
	display: grid;
	grid-template-columns: 80px 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
}

.b-books-news-item__info .indexing  {
	padding: 15px 0 10px 0;
}

.b-side__lang {
	font-size: 17px;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	top: 40px;
	right: 30px;
}

.b-side__lang a {
	color: #000;
	display: inline-block;
	padding: 0 5px;
}

.b-side__lang .active {
	font-weight: 800;
	cursor: text;
}

.b-side__lang a:hover,
.b-side__lang a:focus {
	color: #ED1C24;
	text-decoration: none;
}

.b-side__social {
	margin: 30px 10px 0 20px;
}

.b-side__social .b-social-tg {
	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 800 800' viewBox='0 0 800 800'%3e%3cpath d='M791.8 124 672.9 684.7c-9 39.6-32.4 49.4-65.6 30.8L426.1 582l-87.4 84c-9.7 9.7-17.8 17.8-36.4 17.8l13-184.5L651.1 196c14.6-13-3.2-20.2-22.7-7.2l-415 261.3-178.7-55.9c-38.9-12.1-39.6-38.9 8.1-57.5L741.6 67.4c32.4-12.1 60.7 7.2 50.2 56.6z' style='fill:%2340b3e0'/%3e%3c/svg%3e");
	display: inline-block;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 24px;
	padding: 6px 0 6px 32px;
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}

.b-tr__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #333;
	padding-bottom: 0px;
	font-size: min(calc(10px + 2vw), 24px);
	margin-bottom: 0;
	line-height: 1.3;
	margin-top: 0px;
	text-align: left;
	width: 100%;
}

.b-tr__about p {
	margin-bottom: 1px;
}

.b-tr {
	display: block;
	margin-bottom: min(calc(24px + 5vw), 50px);
}

.b-tr__img  {
	width: 200px;
	margin-bottom: 20px;
}

.b-tr__about {
display: block;
margin: 15px 0;
}

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


.b-tr {
	margin-bottom: min(calc(20px + 3vw), 50px);
	display: grid;
grid-template-columns: 200px 1fr;
grid-column-gap: 30px;
grid-row-gap: 2px;
}
.b-tr__img {
	grid-column: 1 / 2;
	grid-row: 1 / 4;
}
.b-tr__title {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.b-tr__about  {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
.vote-all  {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}

}