

/* Start:/local/templates/main/css/style.css?171508736863400*/
@font-face {
	font-family: 'Museo Sans Cyrl 100';
	src: url("/local/templates/main/css/../fonts/MuseoSansCyrl-100.woff2") format('woff2'), url("/local/templates/main/css/../fonts/MuseoSansCyrl-100.woff") format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans Cyrl 100';
	src: url("/local/templates/main/css/../fonts/MuseoSansCyrl-100Italic.woff2") format('woff2'), url("/local/templates/main/css/../fonts/MuseoSansCyrl-100Italic.woff") format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url("/local/templates/main/css/../fonts/MuseoSansCyrl-300.woff2") format('woff2'), url("/local/templates/main/css/../fonts/MuseoSansCyrl-300.woff") format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url("/local/templates/main/css/../fonts/MuseoSansCyrl-300Italic.woff2") format('woff2'), url("/local/templates/main/css/../fonts/MuseoSansCyrl-300Italic.woff") format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url("/local/templates/main/css/../fonts/MuseoSansCyrl-500.woff2") format('woff2'), url("/local/templates/main/css/../fonts/MuseoSansCyrl-500.woff") format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans Cyrl ';
	src: url("/local/templates/main/css/../fonts/MuseoSansCyrl-500Italic.woff2") format('woff2'), url("/local/templates/main/css/../fonts/MuseoSansCyrl-500Italic.woff") format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url("/local/templates/main/css/../fonts/MuseoSansCyrl-700.woff2") format('woff2'), url("/local/templates/main/css/../fonts/MuseoSansCyrl-700.woff") format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url("/local/templates/main/css/../fonts/MuseoSansCyrl-700Italic.woff2") format('woff2'), url("/local/templates/main/css/../fonts/MuseoSansCyrl-700Italic.woff") format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url("/local/templates/main/css/../fonts/MuseoSansCyrl-900.woff2") format('woff2'), url("/local/templates/main/css/../fonts/MuseoSansCyrl-900.woff") format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url("/local/templates/main/css/../fonts/MuseoSansCyrl-900Italic.woff2") format('woff2'), url("/local/templates/main/css/../fonts/MuseoSansCyrl-900Italic.woff") format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

/* GLOBAL
^^^^^^^^^^^^ */
html {
	height: 100%;
	font-size: 62.5%;
}

body {
	height: 100%;
	color: #232323;
	background: #eee;
	font: 300 18px/1.7 'Museo Sans Cyrl', Arial, Tahoma, Geneva, sans-serif !important;
	overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sup {
	line-height: 0;
}

a {
	text-decoration: underline;
	color: #157ce6;
	text-decoration-skip-ink: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	display: block;
	max-width: 100%;
}

input,
textarea,
select,
button {
	vertical-align: middle;
	font: 100% 'Museo Sans Cyrl', Arial, Tahoma, Geneva, sans-serif;
}

button * {
	position: relative;
}

form,
fieldset {
	border-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

#main {
	overflow: hidden;
	min-width: 320px;
	position: relative;
	z-index: 100;
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

h1 {
	font-size: 4rem;
	line-height: 1.15;
	font-weight: 900;
	margin: 0 0 1rem;
}

h2 {
	font-size: 3rem;
	line-height: 1.15;
	font-weight: 900;
	margin: 0 0 2rem;
}

h3 {
	font-size: 1.8rem;
	line-height: 1.15;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0 0 1.5rem;
}

p {
	margin: 0 0 2.3rem;
}

ul {
	margin: 0 0 2.3rem 1.8rem;
	letter-spacing: -0.36em;
}

ul li {
	letter-spacing: normal;
	vertical-align: top;
}

ol {
	margin: 0 0 2.3rem;
	counter-reset: section;
	list-style-type: none;
}

ol li::before {
	counter-increment: section;
	content: counters(section, ".") " ";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.open-search {
	display: none;
	height: 4rem;
	width: 4rem;
	position: absolute;
	top: 0;
	right: 4rem;
	text-decoration: none;
	color: #fff;
	font-size: 1.2rem;
}

.open-search.active,
.open-search:hover {
	background: #157ce6;
}

.open-search i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main-add-mobile {
	display: none;
}

.tx {
	display: block;
	width: 100%;
	height: 6rem;
	border: 0.2rem solid #f8f8f8;
	color: #232323;
	font-size: 1.4rem;
	padding: 0 2.5rem;
	margin: 0 0 2rem;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tx:hover {
	border-color: #c4def9;
}

.tx:focus {
	border-color: #157ce6;
	color: #157ce6;
}

.tx.active {
	color: #157ce6;
}

.tx-error {
	border-color: #ed2e2e !important;
	color: #ed2e2e !important;
}

/* HEADER
------------*/
#header {
	padding: 0;
	position: relative;
	z-index: 222;
}

.header-top {
	background: #092e68;
}

.header-top-content {
	max-width: 163rem;
	margin: 0 auto;
	Justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 5rem;
}

.header-nav {
	list-style: none;
	margin: 0 -2.1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-nav li {
	padding: 0 2.1rem;
	position: relative;
	line-height: 1.2;
}

.header-nav li::before {
	display: block;
	content: '';
	height: 1rem;
	width: 0.1rem;
	background: rgba(255, 255, 255, 0.25);
	position: absolute;
	top: 0.5rem;
	right: 0;
}

.header-nav li:last-child::before {
	display: none;
}

.header-nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}

.header-nav li a:hover {
	color: #157ce6;
}

.open-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 3.5rem;
}

.open-menu i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.6rem;
}

.header-menu {
	position: relative;
	height: 5rem;
	line-height: 5rem;
}

.header-menu.active .menu-drop {
	opacity: 1;
	overflow: visible;
	height: auto;
}

.menu-drop {
	position: absolute;
	top: 100%;
	left: 0;
	line-height: 1.2;
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu-drop .header-social-main {
	display: none;
}

.MenuDropScroll {
	overflow: auto;
	width: 39rem;
	background: #1c4179;
}

.menu-drop-box {
	padding: 3.9rem 6rem;
}

.menu {
	list-style: none;
	margin: 0;
}

.menu > li {
	padding: 0;
	position: relative;
}

.menu > li > a {
	display: block;
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 1.6rem 2.5rem 1.5rem 0;
	border-bottom: 0.2rem solid rgba(255, 255, 255, 0.1);
}

.menu > li > a::before {
	display: block;
	font-family: 'icomoon';
	content: '\e900';
	height: 1.4rem;
	width: 0.8rem;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7rem 0 0;
	color: #fff;
	font-size: 1.1rem;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu > li > a:hover {
	border-bottom-color: #157ce6;
}

.menu > li.active a:hover {
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.menu > li.active .menu_sub {
	opacity: 1;
	height: auto;
	overflow: visible;
}

.menu > li.active > a::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.menu ul {
	list-style: none;
	margin: 0;
	border-bottom: 0.2rem solid rgba(255, 255, 255, 0.1);
	padding: 0.9rem 0 1rem;
}

.menu ul > li {
	padding: 0.5rem 0;
}

.menu ul > li > a {
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.menu ul > li > a:hover {
	color: #157ce6;
}

.menu_sub {
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-bottom {
	background: #013976;
}

.header-bottom-content {
	max-width: 163rem;
	margin: 0 auto;
	Justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 8rem;
	padding: 0.8rem 0;
}

.logo {
	width: 26.2rem;
}

.header-social-main {
	position: relative;
}

.header-social {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-social > li {
	position: relative;
}

.header-social > li > a {
	display: block;
	position: relative;
	height: 4rem;
	width: 4rem;
	font-size: 2.4rem;
	color: #fff;
}

.header-social > li > a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header-social > li > a i.icon-rss {
	font-size: 2rem;
}

.header-social > li > a:hover,
.header-social > li > a.active {
	background: #fff;
	color: #ec7d2d;
}

.footer-social > li > a .ico-svg {
	position: relative;
	fill: none;
	height: auto;
	margin-top: 8px;
}

.header-social > li > a .ico-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: none;
	transition: fill 0.2s ease-in-out;
	height: auto;
}

.header-social > li > a .svg-midi {
	width: inherit;
}

.footer-social > li > a .svg-mini,
.header-social > li > a .svg-mini {
	width: 18px;
}

.header-social > li > a:hover .ico-svg {
	fill: #100943;
}

.header-social > li > a .path-circle {
	fill: #fff;
	transition: fill 0.2s ease-in-out;
}

.header-social > li > a:hover .path-circle {
	fill: #ED143B;
}

.header-social > li > a .path-r {
	fill: #fff;
}

.header-social > li > a .path-stroke {
	stroke: #fff;
}

.header-social > li > a:hover .path-stroke {
	stroke: #100943;
}

@media only screen and (max-width: 1300px) {
	.header-social > li > a .ico-svg {
		padding: 11px;
		opacity: 0.5;
	}
}

@media only screen and (min-width: 1301px) {
	.header-social > li > a .ico-svg {
		padding: 8px;
	}
}

.footer-social > li > a .path-circle {
	transition: fill 0.2s ease-in-out;
}

.footer-social > li > a .path-circle {
	fill: #232323;
}

.footer-social > li > a:hover .path-circle {
	fill: #157ce6;
}

.footer-social > li > a .path-r {
	fill: #232323;
	transition: fill 0.2s ease-in-out;
}

.footer-social > li > a:hover .path-r {
	fill: #157ce6;
}

.footer-social > li > a .path-stroke {
	stroke: #232323;
	transition: stroke 0.2s ease-in-out;
}

.footer-social > li > a:hover .path-stroke {
	stroke: #157ce6;
}


.header-social > li a[data-link="vk"]:hover,
.header-social > li a[data-link-mobile="vk"]:hover,
.header-social > li a[data-link="vk"].active,
.header-social > li a[data-link-mobile="vk"].active {
	color: #4b77a7;
}

.header-social > li a[data-link="ok"]:hover,
.header-social > li a[data-link-mobile="ok"]:hover,
.header-social > li a[data-link="ok"].active,
.header-social > li a[data-link-mobile="ok"].active {
	color: #f48420;
}

.header-social > li a[data-link="twitter"]:hover,
.header-social > li a[data-link-mobile="twitter"]:hover,
.header-social > li a[data-link="twitter"].active,
.header-social > li a[data-link-mobile="twitter"].active {
	color: #359bed;
}

.header-social > li a[data-link="fb"]:hover,
.header-social > li a[data-link-mobile="fb"]:hover,
.header-social > li a[data-link="fb"].active,
.header-social > li a[data-link-mobile="fb"].active {
	color: #3c5b9b;
}

.header-social > li a[data-link="youtube"]:hover,
.header-social > li a[data-link-mobile="youtube"]:hover,
.header-social > li a[data-link="youtube"].active,
.header-social > li a[data-link-mobile="youtube"].active {
	color: #f00;
}

.header-social-drop {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.header-social-drop.active {
	opacity: 1;
	height: auto;
	overflow: visible;
}

.header-social-box {
	background: #1c4179;
	width: 31rem;
	margin: 0 3rem 0 0;
	position: relative;
	padding: 0.5rem 2rem 2rem;
}

.header-social-box::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	height: 3rem;
	width: 1.4rem;
	border-left: 1.4rem solid #1c4179;
	border-top: 1.5rem solid transparent;
	border-bottom: 1.5rem solid transparent;
	margin: -1.5rem 0 0;
}

.link-social {
	list-style: none;
	margin: 0;
}

.link-social li {
	padding: 0.8rem 0;
	border-bottom: 0.2rem solid rgba(255, 255, 255, 0.1);
	line-height: 1.4;
}

.link-social li a {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 0 1.5rem 0 0;
}

.link-social li a::before {
	display: block;
	font-family: 'icomoon';
	content: '\e900';
	height: 1.4rem;
	width: 0.8rem;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7rem 0 0;
	color: #fff;
	font-size: 1.1rem;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link-social li a:hover {
	text-decoration: underline;
}

.header-search {
	width: 57rem;
}

.form-search {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0.3rem;
}

.form-search .link {
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.form-search .link:hover {
	border-bottom-color: #157ce6;
}

.form-search-box {
	position: relative;
}

.form-search-box input {
	display: block;
	width: 100%;
	background: #fff;
	border: 0;
	height: 6rem;
	font-size: 1.4rem;
	color: #232323;
	font-weight: 500;
	padding: 0 7rem 0 2.5rem;
}

.form-search-box button {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 5.6rem;
	text-align: center;
	background: none;
	border: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #09316e;
}

.form-search-box button:hover {
	color: #187ee6;
}

/* CONTENT
------------*/
.content {
	padding: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.content.inner {
	position: relative;
	z-index: 5;
}

.content.inner::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 163rem;
	background: #fff;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.content_box {
	max-width: 163rem;
	margin: 0 auto;
}

.content_box > *:last-child {
	margin-bottom: 0;
}

.content-box {
	max-width: 163rem;
	margin: auto;
	padding: 6rem 3rem;
}

.imgBox {
	height: 100%;
	width: 100%;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.imgBox img {
	display: none !important;
}

/*hedding category*/
.hedding-category {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: #ed2e2e;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2.5rem;
	padding: 0 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 94%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	z-index: 12;
	text-decoration: none;
}

.hedding-category.blue {
	background: #09316e;
}

/*end hedding category*/
/*news*/
.main-news {
	list-style: none;
	margin: 0 -1.5rem 2rem;
	position: relative;
	height: 81.2rem;
}

.main-news > li {
	width: 25%;
	padding: 0 1.5rem 0;
	position: absolute;
	top: 0;
	left: 0;
}

.main-news > li.double {
	width: 50%;
}

.main-news > li:nth-child(2) {
	top: 0;
	left: 75%;
}

.main-news > li:nth-child(3) {
	top: 0;
	left: 50%;
}

.main-news > li:nth-child(4) {
	top: 53.4rem;
	left: 0;
}

.main-news > li:nth-child(6) {
	top: 53.4rem;
	left: 25%;
}

.main-news > li:nth-child(7) {
	top: 53.4rem;
	left: 50%;
}

.main-news > li:nth-child(5) {
	/*top: 26.7rem;*/
	top: 22.6rem;
	left: 50%;
}

.main-news > li:nth-child(8) {
	top: 26.7rem;
	left: 75%;
}

.main-news .representative {
	height: 23.7rem;
	font-size: 1.4rem;
	font-weight: 300;
}

.main-news .representative .imgBox {
	display: block;
}

.main-news .representative .name {
	/*margin: 0 0 2.2rem;*/
	margin: 0 0 1rem;
}

.main-news .representative .name span {
	font-size: 1.6rem;
	padding: 0.2rem 0.8rem 0.3rem;
}

.main-news .representative p {
	max-width: 17rem;
}

/*
.news-representative
	display block
	text-decoration none
	position relative
	z-index 5
	font-size 1.4rem
	color #fff
	line-height 1.45
	height 23.7rem
	.imgBox
		position absolute
		top 0
		left 0
		right 0
		bottom 0
		&::before
			display block
			content ''
			position absolute
			bottom 0
			left 0
			right 0
			top 0
			background linear-gradient( to left, rgba(35,35,35,0) 30%, rgba(35,35,35,0.75) 100%)
	.name
		position absolute
		top 3rem
		left 3rem
		span
			display inline-block
			background #ed2e2e
			padding 0.2rem 0.8rem
			font-size 1.6rem
			font-weight 900
			text-transform uppercase
			color #fff
			margin 0 0 0.8rem
	.representative-content
		position absolute
		bottom 0
		left 0
		right 0
		padding 0 3rem 2.5rem
		MarginLastBottom()
		p
			max-width 19rem
			margin 0 0 1rem

*/
.grid-news {
	margin: -3rem -1.5rem 4.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*>div
			&::before
				position absolute
				top 0
				left 0
				z-index 100
				font-size 5rem
				color #000
				display block
				height 10rem
				width 10rem
				background red
				counter-increment section
				content counters(section,".") " "*/
}

.grid-news .grid-news-col,
.grid-news .grid-news-width {
	width: 25%;
}

.grid-news .grid-news-col.double,
.grid-news .grid-news-width.double {
	width: 50%;
}

.grid-news .grid-news-col {
	padding: 3rem 1.5rem 0;
}

.news {
	position: relative;
	z-index: 5;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #fff;
	overflow: hidden;
	height: 27.8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	Justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.news:hover .imgBox::after {
	opacity: 1;
}

@media only screen and (min-width: 1630px) {
	.news:hover .news-content p {
		display: block;
	}
}

.news .imgBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.news .imgBox::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), to(#232323));
	background: -webkit-linear-gradient(rgba(35, 35, 35, 0) 0%, #232323 100%);
	background: -o-linear-gradient(rgba(35, 35, 35, 0) 0%, #232323 100%);
	background: linear-gradient(rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.news .imgBox::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(35, 35, 35, 0.5);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}

.news .news-content {
	padding: 0 2rem 1.5rem;
}

.news .name {
	font-size: 1.6rem;
	font-weight: 900;
	margin: 0 0 0.6rem;
	color: #fff;
}

.news .name a {
	color: #fff;
	text-decoration: none;
}

.news .name a:hover {
	text-decoration: underline;
}

.news p {
	color: rgba(255, 255, 255, 0.75);
	margin: 0 0 0.6rem;
	display: none;
}

.news .date {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.7);
}

.news-big {
	line-height: 1.2;
	height: 50.4rem;
	font-size: 2rem;
}

.news-big .name {
	font-size: 3rem;
	margin: 0 0 1.1rem;
}

.news-big .news-content {
	padding: 0 3rem 2.6rem;
}

.news-big p {
	margin: 0 0 1.2rem;
}

.news-video {
	/*height: 23.7rem;*/
	height: 20.9rem;
	padding: 0 0 1rem;
}

.news-video .imgBox::after {
	display: none;
}

.news-small {
	height: 23.7rem;
}

.news-secondary {
	height: auto;
}

.news-secondary .news-content {
	position: relative;
	color: #232323;
	padding: 1rem 0 0;
	display: block;
}

.news-secondary .news-content .name {
	color: #232323;
}

.news-secondary .news-content .name a {
	color: #232323;
}

.news-secondary .news-content p {
	display: none !important;
}

.news-secondary .news-content .date {
	color: rgba(35, 35, 35, 0.7);
}

.news-secondary .imgBox {
	position: static;
	height: 20.8rem;
	display: block;
}

.news-secondary .imgBox::before {
	display: none;
}

.news-secondary .imgBox::after {
	display: none;
}

.video-control {
	padding: 0 1rem;
	line-height: 1.4;
	height: 4rem;
}

.video-control .row {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-control .row > div {
	padding: 0;
}

.video-control .button-control {
	display: block;
	height: 4rem;
	width: 4rem;
	background: rgba(35, 35, 35, 0.8);
	position: relative;
	color: #fff;
	border: 0;
	cursor: pointer;
	font-size: 1.8rem;
}

.video-control .button-control i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-control .time {
	font-size: 1.2rem;
	font-weight: 500;
	width: 5rem;
	text-align: center;
}

.video-control .video-line {
	height: 0.4rem;
	background: rgba(255, 255, 255, 0.25);
}

.video-control .video-line div {
	height: 0.4rem;
	background: #157ce6;
	position: relative;
}

.video-control .video-line .sep {
	position: absolute;
	top: 50%;
	right: 0;
	height: 1.6rem;
	width: 0.4rem;
	margin: -0.8rem 0 0 -0.2rem;
	background: #fff;
	cursor: pointer;
}

.video-control .volume {
	width: 2.2rem;
	height: 2.2rem;
	border: 0;
	color: #fff;
	background: none;
	margin: 0 1rem 0 0;
	font-size: 2rem;
	cursor: pointer;
}

/*end news*/
/*video*/
.grid-video {
	margin: -3rem -1.5rem 5.1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.grid-video .grid-video-col,
.grid-video .grid-video-width {
	width: 25%;
}

.grid-video .grid-video-col.double,
.grid-video .grid-video-width.double {
	width: 50%;
}

.grid-video .grid-video-col {
	padding: 3rem 1.5rem 0;
}

.video-main {
	list-style: none;
	margin: 0 -1.5rem;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 58.6rem;
}

.video-main > li {
	width: 25%;
	padding: 0 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
}

.video-main > li.double {
	width: 50%;
}

.video-main > li:nth-child(2) {
	top: 0;
	left: 50%;
}

.video-main > li:nth-child(3) {
	top: 0;
	left: 75%;
}

.video-main > li:nth-child(4) {
	top: 30.8rem;
	left: 50%;
}

.video-main > li:nth-child(5) {
	top: 30.8rem;
	left: 75%;
}

.video-main > li:nth-child(6) {
	display: none;
}

.video-main .video-big {
	height: 58.6rem;
}

.video-main .video-big .button-play {
	top: 23rem;
}

.video {
	position: relative;
	z-index: 5;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #fff;
	overflow: hidden;
	height: 27.8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	Justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.video .imgBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.video .imgBox::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), to(#232323));
	background: -webkit-linear-gradient(rgba(35, 35, 35, 0) 0%, #232323 100%);
	background: -o-linear-gradient(rgba(35, 35, 35, 0) 0%, #232323 100%);
	background: linear-gradient(rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.video .hedding-category {
	background: #fff;
	color: #ed2e2e;
}

.video .video-content {
	padding: 0 2rem 1rem;
}

.video .video-content-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	Justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: 2.6rem;
}

.video .name {
	font-size: 1.6rem;
	font-weight: 900;
	margin: 0 0 0.5rem;
	/*max-width: 27rem;*/
	max-width: 100%;
}

.video .fname {
	max-width: 100% !important;
}

.video .name a {
	text-decoration: none;
	color: #fff;
}

.video .name a:hover {
	text-decoration: underline;
}

.video .date {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.7);
	padding: 0 5rem 0 0;
}

.video .timing {
	min-width: 4rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	background: #232323;
	padding: 0.5rem 0.5rem 0.6rem;
	margin: 0 -1rem 0 0;
}

.video .button-play {
	position: absolute;
	top: 5.4rem;
	left: 50%;
	margin: 0 0 0 -2.5rem;
	height: 5rem;
	width: 5rem;
	border-radius: 50%;
	background: #fff;
	color: #ed2e2e;
	z-index: 20;
	font-size: 1.8rem;
}

.video .button-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 0 0 0.3rem;
}

.video-big {
	height: 43.3rem;
	line-height: 1.25;
}

.video-big .button-play {
	top: 14rem;
}

.video-big .name {
	font-size: 2.4rem;
	/*max-width: 54rem;*/
	max-width: 100%;
	margin: 0 0 1.2rem;
}

.video-big .video-content {
	padding: 0 3rem 1.5rem;
}

/*end video*/
/*publication*/
.publication-main {
	list-style: none;
	position: relative;
	height: 68.4rem;
	margin: 0 -1.5rem;
}

.publication-main > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	padding: 0 1.5rem;
}

.publication-main > li.double {
	width: 50%;
}

.publication-main > li:nth-child(1) {
	left: 25%;
}

.publication-main > li:nth-child(2) {
	left: 0;
}

.publication-main > li:nth-child(3) {
	top: 30.8rem;
	left: 0;
}

.publication-main > li:nth-child(4) {
	top: 0;
	left: 75%;
}

.publication-main > li:nth-child(5) {
	top: 23.8rem;
	left: 75%;
}

.publication-main > li:nth-child(6) {
	top: 47.6rem;
	left: 75%;
}

.publication-main > li:nth-child(7) {
	display: none;
}

.publication-main > li:nth-child(8) {
	display: none;
}

.publication-main .publication-secondary .name {
	color: #fff;
}

.publication-main .publication-secondary .name a {
	color: #fff;
}

.publication-main .publication-secondary p {
	color: #fff;
}

.publication-main .publication-secondary .date {
	color: rgba(255, 255, 255, 0.5);
}

.list-publication {
	list-style: none;
	margin: -3rem -1.5rem 5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-publication > li {
	padding: 0;
	width: 25%;
	padding: 3rem 1.5rem 0;
}

.list-publication > li.double {
	width: 50%;
}

.publication {
	position: relative;
	z-index: 5;
	font-size: 1.4rem;
	line-height: 1.45;
	overflow: hidden;
	height: 27.8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	Justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.publication:hover .imgBox::after {
	opacity: 1;
}

.publication:hover .publication-content p {
	display: block;
}

.publication .imgBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.publication .imgBox::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), to(#232323));
	background: -webkit-linear-gradient(rgba(35, 35, 35, 0) 0%, #232323 100%);
	background: -o-linear-gradient(rgba(35, 35, 35, 0) 0%, #232323 100%);
	background: linear-gradient(rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.publication .imgBox::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(35, 35, 35, 0.5);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}

.publication .hedding-category {
	background: #fff;
	color: #09316e;
}

.publication .publication-content {
	padding: 0 2rem 1.5rem;
}

.publication .name {
	font-size: 1.6rem;
	font-weight: 900;
	margin: 0 0 0.6rem;
	color: #fff;
}

.publication .name a {
	color: #fff;
	text-decoration: none;
}

.publication .name a:hover {
	text-decoration: underline;
}

.publication p {
	color: rgba(255, 255, 255, 0.75);
	margin: 0 0 0.6rem;
	display: none;
}

.publication .date {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.7);
}

.publication-secondary {
	height: auto;
	color: #232323;
	font-size: 1.6rem;
}

.publication-secondary .imgBox {
	height: 43.3rem;
	position: static;
}

.publication-secondary .imgBox::before,
.publication-secondary .imgBox::after {
	display: none;
}

.publication-secondary .name {
	font-size: 2.4rem;
	color: #232323;
	line-height: 1.3;
}

.publication-secondary .name a {
	color: #232323;
}

.publication-secondary p {
	display: block;
	color: #232323;
	margin: 0 0 1.3rem;
}

.publication-secondary .date {
	color: rgba(35, 35, 35, 0.5);
	font-size: 1.4rem;
}

.publication-secondary .publication-content {
	padding: 1.2rem 0 0;
}

.publication-secondary .publication-category {
	top: 2rem;
	left: 2rem;
}

.publication-small {
	height: 20.8rem;
}

.publication-small .name {
	font-size: 1.4rem;
	margin: 0;
}

.publication-small p {
	margin: 0.6rem 0 0;
}

/*end publication*/
/*oficial*/
.grid-oficial {
	margin: -3rem -1.5rem 4.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*>div
			&::before
				position absolute
				top 0
				left 0
				z-index 100
				font-size 5rem
				color #000
				display block
				height 10rem
				width 10rem
				background red
				counter-increment section
				content counters(section,".") " "
		*/
}

.grid-oficial .grid-oficial-col,
.grid-oficial .grid-oficial-width {
	width: 25%;
}

.grid-oficial .grid-oficial-col.double,
.grid-oficial .grid-oficial-width.double {
	width: 50%;
}

.grid-oficial .grid-oficial-col {
	padding: 3rem 1.5rem 0;
}

.grid-oficial .grid-oficial-col:nth-child(3) {
	/*display: none;*/
}

.representative {
	position: relative;
	z-index: 5;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.45;
	height: 50.4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	Justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
}

.representative .imgBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.representative .imgBox::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(35, 35, 35, 0)), to(rgba(35, 35, 35, 0.75)));
	background: -webkit-linear-gradient(right, rgba(35, 35, 35, 0) 30%, rgba(35, 35, 35, 0.75) 100%);
	background: -o-linear-gradient(right, rgba(35, 35, 35, 0) 30%, rgba(35, 35, 35, 0.75) 100%);
	background: linear-gradient(to left, rgba(35, 35, 35, 0) 30%, rgba(35, 35, 35, 0.75) 100%);
}

.representative .img-adaptive {
	display: none;
}

.representative .name {
	margin: 0 0 0.7rem;
	line-height: 1.45;
}

.representative .name span {
	display: inline-block;
	background: #ed2e2e;
	padding: 0.1rem 0.8rem;
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 0.8rem;
}

.representative .representative-content {
	padding: 0 3rem 2.4rem;
}

.representative .representative-content > *:last-child {
	margin-bottom: 0;
}

.representative p {
	max-width: 27.5rem;
	margin: 0 0 0.8rem;
}

/*end oficial*/
.section-news .content-box {
	padding-top: 3rem;
}

.section h2 {
	color: #09316e;
	font-size: 3.2rem;
	margin: 0 0 2.2rem;
	text-transform: uppercase;
}

.section .content-box {
	background: #fff;
}

.section-color {
	background: #09316e;
}

.section-color h2 {
	color: #fff;
}

.section-color .more a {
	color: #fff;
}

.section-color .more a:hover {
	color: #fff;
}

.section-color .more a:hover i {
	color: #157ce6;
}

.section-color .content-box {
	background: none;
}

.section-box {
	position: relative;
	margin: 0 0 6rem;
}

.section-box > *:last-child {
	margin-bottom: 0;
}

.section-box .more {
	position: absolute;
	top: 0.3rem;
	right: 0;
}

.newsline-box h3 {
	font-size: 2.4rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #232323;
	margin: 0 0 1.6rem;
}

.newsline-right {
	display: none;
}

.list-newsline {
	list-style: none;
	margin: 0;
}

.list-newsline li {
	margin-top: -0.1rem;
}

.newsline {
	border-top: 0.1rem solid #e9e9e9;
	border-bottom: 0.1rem solid #e9e9e9;
	font-size: 1.4rem;
	color: #232323;
	line-height: 1.45;
	padding: 1.7rem 0 1.4rem;
}

.newsline > *:last-child {
	margin-bottom: 0;
}

.newsline p a {
	color: #232323;
	text-decoration: none;
}

.newsline p a:hover {
	color: #157ce6;
}

.newsline .date {
	color: rgba(35, 35, 35, 0.3);
	font-size: 1.2rem;
	font-weight: 100;
	margin: 0 0 0.7rem;
}

.more {
	text-align: center;
	line-height: 1.45;
}

.more a {
	font-size: 1.4rem;
	color: #157ce6;
	text-decoration: none;
	padding: 0 0 0 3.5rem;
	font-weight: 500;
	position: relative;
}

.more a:hover i {
	color: #013976;
}

.more a i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.8rem;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.column-info {
	margin: 0 -3rem;
}

.column-info > div {
	padding: 0 3rem;
}

.column-info-left {
	border-right: 0.1rem solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.column-info-left .more {
	position: absolute;
	top: 1rem;
	right: 3rem;
}

.navigation-mobile {
	display: none;
}

.navigation {
	list-style: none;
	margin: -2rem 0 6rem -2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navigation > li {
	padding: 2rem 0 0 2rem;
	line-height: 1.45;
}

.navigation > li a {
	display: block;
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 0.8rem 1.5rem;
	background: rgba(255, 255, 255, 0.05);
}

.navigation > li a:hover {
	background: rgba(255, 255, 255, 0.15);
}

.navigation > li a.active {
	background: #fff;
	color: #09316e;
}

.list-tab-info {
	margin-bottom: 0;
	list-style: none;
	margin: -3rem -1.5rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-tab-info > li {
	padding: 3rem 1.5rem 0;
	width: 33.33%;
}

.list-tab-info > li:nth-child(4) {
	display: none;
}

.list-tab-info .representative {
	height: 27.8rem;
	font-size: 1.4rem;
	font-weight: 300;
}

.list-tab-info .representative .imgBox {
	display: block;
}

.list-tab-info .representative p {
	max-width: 19.5rem;
	margin: 0 0 2rem;
}

.list-tab-info .representative .name {
	position: absolute;
	top: 3rem;
	left: 3rem;
}

.list-tab-info .representative .name span {
	font-size: 1.6rem;
	padding: 0.3rem 0.8rem;
}

.add-main {
	width: 34rem;
}

.TabBox {
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.TabBox > *:last-child {
	margin-bottom: 0;
}

.TabBox.active {
	opacity: 1;
	height: auto;
	overflow: visible;
}

.list-partner {
	list-style: none;
	margin-bottom: 0;
}

.list-partner li a {
	display: inline-block;
}

.list-partner li a:hover {
	-webkit-transform: translateY(-0.2rem);
	-ms-transform: translateY(-0.2rem);
	-o-transform: translateY(-0.2rem);
	transform: translateY(-0.2rem);
}

.article-section {
	margin: 0 -3rem;
	overflow: hidden;
	padding: 0 3rem;
}

.article-section .article {
	margin-top: 11rem;
	position: relative;
}

.article-section .article:first-child {
	margin-top: 0;
}

.article-section .article:first-child::before {
	display: none;
}

.article-section .article::before {
	display: block;
	content: '';
	height: 0.2rem;
	position: absolute;
	top: -5.5rem;
	left: -100rem;
	right: -100rem;
	background: #f2f2f2;
}

.article {
	max-width: 117rem;
	margin: auto;
}

.breadcrumb {
	list-style: none;
	margin: -0.3rem 0 3.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}

.breadcrumb li {
	padding: 0;
	line-height: 1.4;
	font-size: 1.2rem;
	color: #232323;
	padding: 0 1.5rem 0 0;
	margin: 0 1rem 0 0;
	position: relative;
}

.breadcrumb li::before {
	display: block;
	font-family: 'icomoon';
	content: '\e900';
	position: absolute;
	top: 0.2rem;
	right: 0;
	font-size: 0.8rem;
}

.breadcrumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumb li:last-child::before {
	display: none;
}

.breadcrumb li a {
	color: #232323;
	text-decoration: none;
}

.breadcrumb li a:hover {
	color: #157ce6;
}

.article-data {
	margin-top: -0.5rem;
	font-size: 1.4rem;
	margin-bottom: 3.2rem;
}

.article-data > div {
	padding-top: 0.5rem;
}

.article-heading {
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	background: #ed2e2e;
	border: 0.1rem solid #ed2e2e;
	padding: 0.2rem 0.7rem;
	text-transform: uppercase;
}

.article-heading.heading-border {
	border: 0.1rem solid #ed2e2e;
	background: #fff;
	color: #ed2e2e;
}

.article-view {
	padding: 0 0 0 3rem;
	position: relative;
}

.article-view i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #315285;
	margin: 0 1rem 0 0;
	font-size: 2rem;
}

.article-autor {
	font-style: italic;
	font-size: 1.4rem;
}

.article-autor-main {
	font-style: italic;
	font-size: 1.4rem;
	margin: 0 0 3.2rem;
}

.article-autor-sub {
	font-size: 1.2rem;
	font-style: italic;
}

.autor-section {
	margin: 0 0 2.5rem;
}

.autor-section > *:last-child {
	margin-bottom: 0;
}

.autor-section img {
	margin: 0 0 0.5rem;
}

.tags {
	list-style: none;
	margin: -1rem 0 3rem -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tags li {
	padding: 1rem 0 0 1rem;
}

.tags li a {
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.5rem 0.8rem;
	text-decoration: none;
	background: #eee;
	color: #232323;
}

.audio {
	background: #09316e;
	padding: 0 2rem 0 0.3rem;
	margin: 0 0 1rem;
}

.audio .row {
	height: 5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.audio button {
	height: 5rem;
	width: 5rem;
	position: relative;
	background: none;
	border: 0;
	color: #fff;
	font-size: 2.2rem;
	cursor: pointer;
}

.audio button i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.audio .audio-line {
	height: 0.4rem;
	background: rgba(255, 255, 255, 0.25);
}

.audio .audio-line div {
	height: 0.4rem;
	background: #157ce6;
	position: relative;
}

.audio .audio-line .sep {
	position: absolute;
	top: 50%;
	right: 0;
	height: 1.6rem;
	width: 0.4rem;
	background: #fff;
	margin: -0.8rem 0 0 -0.2rem;
	cursor: pointer;
}

.audio .volume {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 11rem;
}

.audio .volume .audio-line {
	width: 6rem;
}

.cite {
	padding: 3rem 4rem 0;
	margin: 0 0 2.5rem;
}

.cite cite {
	font-size: 2.3rem;
	font-weight: 900;
	font-style: italic;
	color: #09316e;
	line-height: 1.45;
}

.video-conteiner {
	margin: 0 0 3.2rem;
}

.poll {
	background: #f2f4f8;
	padding: 3rem 4rem 4rem;
	margin: 0 0 2rem;
}

.poll > *:last-child {
	margin-bottom: 0;
}

.poll .poll-title {
	font-size: 1.8rem;
	font-weight: 900;
	margin: 0 0 1rem;
}

.poll .sub {
	font-style: italic;
	font-size: 1.4rem;
	margin: 0 0 4.5rem;
}

.list-question {
	list-style: none;
	margin: -1rem 0 1.8rem;
}

.list-question li {
	line-height: 0;
	padding: 1rem 0 0;
}

.list-question li > * {
	line-height: normal;
}

.check {
	display: inline-block;
}

.check label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.8rem;
	position: relative;
	line-height: 1.2;
	cursor: pointer;
}

.check label input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -111;
}

.check label i {
	display: block;
	height: 2rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 2rem;
	-ms-flex: 0 0 2rem;
	flex: 0 0 2rem;
	width: 2rem;
	border: 0.2rem solid #c4cedd;
	position: relative;
}

.check label i::before {
	display: block;
	content: '';
	height: 0.8rem;
	width: 0.8rem;
	background: #09316e;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.4rem 0 0 -0.4rem;
	opacity: 0;
}

.check label span {
	display: block;
	padding: 0 0 0 1rem;
}

.check label input[type=radio] + i {
	border-radius: 50%;
}

.check label input[type=radio] + i::before {
	border-radius: 50%;
}

.check label input:checked + i {
	border-color: #09316e;
}

.check label input:checked + i::before {
	opacity: 1;
}

.btn {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 900;
	color: #fff;
	padding: 2rem 3.5rem;
	background: #157ce6;
	border: 0.1rem solid #157ce6;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.btn:hover {
	background: #126cc8;
}

.btn-secondary {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 900;
	color: #fff;
	padding: 2rem 1.5rem;
	border: 0.1rem solid #157ce6;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	background: #fff;
	color: #157ce6;
	text-align: center;
}

.btn-secondary:hover {
	background: #157ce6;
	color: #fff;
}

.question-result {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.8rem;
	line-height: 1.2;
}

.question-result > *:last-child {
	margin-bottom: 0;
}

.question-result .number {
	font-size: 1.8rem;
	font-weight: 900;
	color: #157ce6;
	margin: 0 1rem 0 0;
}

.color-box {
	padding: 3.3rem 4rem;
	background: #f2f4f8;
	margin: 0 0 2.3rem;
}

.twiter-box {
	margin: 0 0 2.3rem;
}

.Slider {
	max-width: 87rem;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	right: 2.5rem;
	height: 4rem;
	width: 2.4rem;
	border: 0;
	background: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	font-size: 0;
	color: rgba(255, 255, 255, 0.5);
	margin: -2rem 0 0;
	z-index: 10;
}

.slick-arrow::before {
	display: block;
	content: '\e900';
	font-family: 'icomoon';
	font-size: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slick-arrow:hover {
	color: #fff;
}

.slick-prev {
	right: auto;
	left: 2.5rem;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.slick-dots {
	list-style: none;
	margin: 0;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	Justify-content: flex-end;
	width: 50%;
}

.slick-dots li {
	padding: 0 0 0 1rem;
	line-height: 1.4rem;
}

.slick-dots li button {
	height: 1.4rem;
	width: 1.4rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	border: 0;
	font-size: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
	background: #fff;
	cursor: default;
}

.slids {
	position: relative;
}

.slids .slids-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.4;
	padding: 0 2rem 1.5rem;
	width: 50%;
}

.slids .img-box {
	position: relative;
}

.slids .img-box::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	/*	background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), to(#232323));
		background: -webkit-linear-gradient(rgba(35, 35, 35, 0) 0%, #232323 100%);
		background: -o-linear-gradient(rgba(35, 35, 35, 0) 0%, #232323 100%);
		background: linear-gradient(rgba(35, 35, 35, 0) 0%, #232323 100%);*/

}

.slick-slide > div {
	display: block !important;
}

.slick-slide > div > div {
	display: block !important;
}

.sharing {
	margin: 2rem 0 3.2rem;
}

.back-section {
	display: inline-block;
	padding: 0 0 0 1.8rem;
	position: relative;
	font-size: 1.4rem;
	color: #157ce6;
	text-decoration: none;
}

.back-section i {
	position: absolute;
	top: 0.4rem;
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.back-section:hover {
	text-decoration: underline;
}

.add-column {
	margin: 0 0 3.8rem;
}

.add-column img {
	width: 100%;
}

.list-article-news {
	list-style: none;
	margin: -1rem 0 0;
}

.list-article-news > li {
	padding: 1rem 0 0;
}

.list-article-news .news {
	height: 20.3rem;
}

.list-article-news .video {
	height: 20.3rem;
}

.column {
	padding: 0 30rem 0 0;
	margin-top: 3rem;
	position: relative;
}

.column::after {
	display: block;
	content: '';
	clear: both;
}

.column-right {
	width: 27rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.inner-top {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -1.3rem;
	margin-bottom: 6rem;
}

.inner-top > div {
	padding-top: 0.8rem;
}

.inner-top .breadcrumb {
	margin-bottom: 1rem;
}

.inner-top h1 {
	text-transform: uppercase;
	font-size: 3.2rem;
	margin: 0;
}

.inner-top-right {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -1rem -5.5rem 0;
}

.inner-top-right > div {
	padding: 1rem 5.5rem 0;
}

.logo-publication {
	max-width: 29.4rem;
}

.sorting {
	width: 30rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	Justify-content: space-between;
}

.sorting label {
	font-size: 1.4rem;
	padding: 0 1.2rem 0 0;
}

.sorting .sorting-select {
	width: 20rem;
}

select {
	width: 100%;
	height: 4rem;
	border: 0.1rem solid #157ce6;
	padding: 0 1.5rem;
	font-size: 1.4rem;
}

.jqselect.opened .jq-selectbox__trigger {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}

.jq-selectbox {
	display: block;
	width: 100%;
}

.jq-selectbox__select {
	height: 4rem;
	border: 0.1rem solid #157ce6;
	padding: 0 4rem 0 1.5rem;
	font-size: 1.4rem;
	line-height: 3.8rem;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 4rem;
	z-index: 10;
}

.jq-selectbox__trigger::before {
	display: block;
	font-family: 'icomoon';
	content: '\e900';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	-o-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	color: #4899eb;
	font-size: 1.2rem;
}

.jq-selectbox__dropdown {
	border: 0.1rem solid #157ce6;
	width: 100%;
	background: #fff;
	top: 0 !important;
	bottom: auto !important;
	padding: 0.8rem 0;
}

.jq-selectbox__dropdown ul {
	list-style: none;
	margin: 0;
}

.jq-selectbox__dropdown ul li {
	white-space: normal;
	padding: 0.1rem 4rem 0.1rem 1.5rem;
	line-height: 1.45;
	font-size: 1.4rem;
}

.jq-selectbox__dropdown ul li:hover,
.jq-selectbox__dropdown ul li.sel {
	color: #157ce6;
}

.inner-top-button {
	list-style: none;
	margin: 0 -1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 38rem;
}

.inner-top-button > li {
	padding: 0.6rem 1rem 0;
	width: 50%;
}

.btn-border {
	display: block;
	border: 0.1rem solid #157ce6;
	font-size: 1.4rem;
	font-weight: 500;
	color: #232323;
	text-decoration: none;
	text-align: center;
	padding: 1rem 2rem;
	line-height: 1.3;
}

.btn-border:hover {
	background: #157ce6;
	color: #fff;
}

.list-book {
	list-style: none;
	margin: -2.5rem -1.5rem 4.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-book > li {
	padding: 2.5rem 1.5rem 0;
	width: 25%;
}

.book {
	font-size: 1.6rem;
	line-height: 1.45;
}

.book > *:last-child {
	margin-bottom: 0;
}

.book .img-box {
	margin: 0 0 1.2rem;
}

.book .img-box img {
	width: 100%;
}

.book .name {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 0 0.7rem;
}

.book .name a {
	text-decoration: none;
	color: #232323;
}

.book .name a:hover {
	text-decoration: underline;
}

.list-journal {
	list-style: none;
	margin: -3rem -1.5rem 5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-journal > li {
	padding: 3rem 1.5rem 0;
	width: 12.5%;
}

.journal-data {
	margin: -1.3rem -2rem 5.3rem;
}

.journal-data .journal-logo {
	width: 29rem;
}

.journal-data > div {
	padding: 1.3rem 2rem 0;
}

.journal-data > div > *:last-child {
	margin-bottom: 0;
}

.journal .img-box {
	margin: 0 0 1.2rem;
}

.journal .img-box img {
	width: 100%;
}

.journal .name {
	font-size: 1.6rem;
	font-weight: 900;
	margin: 0 0 1.2rem;
}

.journal .btn-secondary {
	width: 100%;
}

/* FOOTER
-----------*/
#footer {
	background: #f5f5f5;
	color: #232323;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.footer-box {
	max-width: 163rem;
	margin: auto;
	padding: 3rem 0;
}

.footer-box .footer-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	Justify-content: space-between;
	margin: -2.3rem -0.5rem 0;
}

.footer-box .footer-row > div {
	padding: 2.3rem 0.5rem 0;
}

.footer-box .footer-col-2 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.footer-box .footer-col-1 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.footer-box .footer-col-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.footer-box .footer-col-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.footer-social {
	list-style: none;
	margin: 0 0 0 -1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-social li {
	padding: 0 0 0 1.5rem;
}

.footer-social li a {
	color: #232323;
	text-decoration: none;
	font-size: 1.6rem;
}

.footer-social li a:hover {
	color: #157ce6;
}

.subscribe {
	width: 47rem;
}

.subscribe .row {
	margin: 0;
}

.subscribe .row > div {
	padding: 0;
}

.subscribe input {
	display: block;
	width: 100%;
	background: #fff;
	height: 6rem;
	border: 0.2rem solid #eee;
	padding: 0 2rem;
	font-size: 1.4rem;
	font-weight: 500;
}

.subscribe button {
	height: 6rem;
	width: 22.5rem;
	border: 0;
	background: #157ce6;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 900;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.subscribe button:hover {
	background: #3890ea;
}

.footer-info {
	max-width: 22rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
}

.year {
	display: block;
	height: 4rem;
	width: 4rem;
	text-align: center;
	line-height: 4rem;
	color: #fff;
	background: #232323;
	font-weight: 900;
	font-size: 1.4rem;
	background: url("/local/templates/main/css/../img/icon_year.gif") no-repeat;
}

#ToTop {
	position: fixed;
	bottom: 2.5rem;
	right: 1rem;
	display: block;
	height: 5rem;
	width: 5rem;
	background: #fff;
	text-decoration: none;
	color: #157ce6;
	font-size: 2.4rem;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: -11;
}

#ToTop.active {
	opacity: 1;
	z-index: 222;
}

#ToTop:hover {
	background: #157ce6;
	color: #fff;
}

#ToTop i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	-o-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.visable-tabtop {
	display: none !important;
}

#radio {
	position: fixed;
	bottom: 0;
	left: 2rem;
	z-index: 111;
	background: #f5f5f5;
	border-radius: 0.5rem 0.5rem 0 0;
	-webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 5.5rem 1rem 1.5rem;
	height: 7rem;
}

#radio.Index {
	z-index: -1;
}

#radio.position-top {
	bottom: auto;
	top: 0;
	border-radius: 0 0 0.5rem 0.5rem;
}

#radio.position-top .radio-show {
	border-radius: 0 0 0.5rem 0;
}

#radio.active .radio-data {
	width: 29.4rem;
	margin-left: 2.5rem;
}

#radio.active .radio-show i {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

#radio .play-box {
	width: 2.6rem;
}

#radio .btn-play {
	height: 2.6rem;
	width: 2.6rem;
	background: none;
	border: 0;
	position: relative;
	color: #09316e;
	font-size: 1.4rem;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#radio .btn-play:hover {
	color: #157ce6;
}

#radio .btn-play.active .icon-stop {
	display: block;
}

#radio .btn-play.active .icon-play {
	display: none;
}

#radio .btn-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#radio .btn-play .icon-stop {
	display: none;
}

#radio .radio-data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	Justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#radio .radio-name {
	font-size: 1.4rem;
	color: #232323;
	width: 18rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#radio .volume {
	width: 9.4rem;
	position: relative;
	padding: 0 0 0 3.4rem;
}

#radio .btn-volume {
	height: 2.6rem;
	width: 2.6rem;
	background: none;
	border: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #09316e;
	font-size: 2.2rem;
	cursor: pointer;
}

#radio .btn-volume i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#radio .volume-line {
	height: 0.4rem;
	background: #d4e3f3;
}

#radio .volume-line div {
	height: 0.4rem;
	background: #157ce6;
	position: relative;
}

#radio .volume-line .sep {
	height: 1.6rem;
	width: 0.4rem;
	background: #09316e;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.8rem 0 0 -0.2rem;
}

#radio .equalizer {
	margin: 0 0 0 2.5rem;
	width: 3.4rem;
}

#radio .radio-logo {
	width: 7.5rem;
	margin: 0 0 0 2.5rem;
}

#radio .radio-show {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 3.4rem;
	background: #157ce6;
	border: 0;
	border-radius: 0 0.5rem 0 0;
	color: #fff;
	font-size: 1.3rem;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#radio .radio-show:hover {
	background: #3890ea;
}

#radio .radio-show i {
	display: block;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	text-align: center;
	background: rgba(0, 0, 0, 0.75);
	width: 0;
	overflow: hidden;
	opacity: 0;
	letter-spacing: -0.36em;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.popup .popup_box {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

.popup::before {
	display: inline-block;
	content: '';
	height: 100%;
	width: 1px;
	vertical-align: middle;
}

.popup.active {
	width: auto;
	opacity: 1;
	overflow-y: scroll;
	min-width: 320px;
}

.popup.active .popup_box {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.popup_box {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	width: 370px;
	position: relative;
	text-align: left;
	background: #fff;
	margin: 15px 0;
	padding: 43px 15px 50px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.close_popup {
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	width: 36px;
	background: #fad64e;
}

.close_popup::before,
.close_popup::after {
	display: block;
	content: '';
	height: 16px;
	width: 2px;
	background: #435369;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close_popup::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close_popup:hover {
	background: #f7dd7b;
}

body.hidden {
	overflow-y: hidden;
}

a {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

*::-webkit-input-placeholder {
	opacity: 1;
}

*:-moz-placeholder {
	opacity: 1;
}

*::-moz-placeholder {
	opacity: 1;
}

*:-ms-input-placeholder {
	opacity: 1;
}

.DragSliderSection {
	margin: 0 0 10px;
}

.DragSliderData {
	text-align: center;
	font-size: 1.6rem;
	color: #575757;
	margin: 0 0 10px;
}

.DragSliderData .DragSliderValue {
	font-size: 2rem;
	color: #d77001;
	font-weight: 500;
}

.DragSliderData .DragSliderValue.grey {
	color: #575757;
	font-weight: normal;
}

.DragSliderData .DragSliderMuch {
	color: #d77001;
	font-weight: 500;
}

.DragSliderData .DragSliderMuch.grey {
	color: #575757;
	font-weight: normal;
}

.DragSliderGrid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	Justify-content: space-between;
	font-size: 1.5rem;
	color: #686868;
	padding: 7px 0 0;
	font-weight: 500;
}

.noUi-target {
	height: 8px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #e2e2e2;
	border: 0;
	border-top: 1px solid #b5b7b9;
	border-bottom: 0;
	border-radius: 3px;
}

.noUi-horizontal .noUi-handle {
	height: 20px;
	width: 20px;
	border: 1px solid rgba(170, 170, 170, 0.5);
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e9e9e9));
	background: -webkit-linear-gradient(#fefefe 0%, #e9e9e9 100%);
	background: -o-linear-gradient(#fefefe 0%, #e9e9e9 100%);
	background: linear-gradient(#fefefe 0%, #e9e9e9 100%);
	top: -8px;
	right: -10px;
	cursor: pointer;
}

.noUi-horizontal .noUi-handle::before {
	display: block;
	height: 8px;
	width: 8px;
	background: #ec8807;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.noUi-connect {
	background: #fcac07;
}

.noUi-horizontal .noUi-handle::after {
	display: none;
}

.gradient {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6002d), to(#ff4a64));
	background: -webkit-linear-gradient(#d6002d 0%, #ff4a64 100%);
	background: -o-linear-gradient(#d6002d 0%, #ff4a64 100%);
	background: linear-gradient(#d6002d 0%, #ff4a64 100%);
}

.gradient1 {
	background: #000;
	background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.1)), to(transparent));
	background: -webkit-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
	background: -o-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
	background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
}

.hidden_tablet {
	display: none;
}

/* End */


/* Start:/local/templates/main/css/plagins.min.css?157972256617384*/
.fancybox-container,.fancybox-thumbs,.fancybox-thumbs__list a,.slick-slider{-webkit-tap-highlight-color:transparent}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute !important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:0;position:fixed;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0 ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0,visibility 0 ease 0;visibility:visible}.fancybox-slide,.fancybox-slide--image .fancybox-content{transition-property:transform,opacity;-webkit-backface-visibility:hidden}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{display:none;height:100%;left:0;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;white-space:normal;width:100%;z-index:99994}.fancybox-slide::before{content:'';display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image::before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-image,.fancybox-slide--image .fancybox-content,.fancybox-spaceball{max-width:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;top:0;left:0}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);background:no-repeat;background-size:100% 100%;overflow:visible;padding:0;position:absolute;-ms-transform-origin:top left;transform-origin:top left;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:0;border:0;height:100%;margin:0;max-height:none;padding:0;position:absolute;user-select:none;width:100%}.fancybox-share__button,.jq-checkbox,.jq-radio{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:0;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:0}.fancybox-button.fancybox-focus{outline:dotted 1px}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:0}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2),.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-ms-transform:scaleX(0);transform:scaleX(0);-ms-transform-origin:0 0;transform-origin:0 0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:0;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{background:linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:fancybox-rotate 1s linear infinite;background:0;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translate3d(0,0,0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scale3d(1,1,1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-ms-transform:rotate(-360deg);transform:rotate(-360deg)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-ms-transform:rotate(360deg);transform:rotate(360deg)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-ms-transform:rotate(0);transform:rotate(0)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scale3d(1,1,1) translate3d(0,0,0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translate3d(0,0,0) scale(1)}@media all and (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:0;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.jq-checkbox,.jq-file,.jq-number,.jq-radio{display:inline-block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:center center;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:0;overflow:hidden;padding:0;position:relative;width:100px}.fancybox-thumbs__list a::before{border:6px solid #ff5268;bottom:0;content:'';left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus::before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active::before{opacity:1}@media all and (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.jq-checkbox,.jq-radio{position:relative;overflow:hidden;user-select:none}.jq-select-multiple li,.jq-selectbox li,.jq-selectbox__select-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;white-space:nowrap}.jq-checkbox input,.jq-radio input{position:absolute;z-index:-1;margin:0;padding:0;opacity:0}.jq-file{position:relative;overflow:hidden}.jq-file input{position:absolute;top:0;right:0;height:auto;margin:0;padding:0;opacity:0;font-size:100px;line-height:1em}.jq-file__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.jq-select-multiple,.jq-selectbox{position:relative;display:inline-block}.jq-select-multiple select,.jq-selectbox select{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0}.jq-select-multiple li,.jq-selectbox li{user-select:none}.jq-selectbox{z-index:10}.jq-selectbox__select{position:relative}.jq-selectbox__select-text{overflow:hidden;user-select:none;text-overflow:ellipsis}.jq-selectbox__dropdown{position:absolute}.jq-selectbox__search input{-webkit-appearance:textfield}.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance:none}.jq-selectbox__dropdown ul{position:relative;overflow:auto;overflow-x:hidden;list-style:none;-webkit-overflow-scrolling:touch}.jq-select-multiple ul{position:relative;overflow-x:hidden;-webkit-overflow-scrolling:touch}.jq-number__field input{-moz-appearance:textfield;text-align:left}.jq-number__field input::-webkit-inner-spin-button,.jq-number__field input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.scroll-wrapper{overflow:hidden !important;padding:0 !important;position:relative}.scroll-wrapper>.scroll-content{border:none !important;box-sizing:content-box !important;height:auto;left:0;margin:0;max-height:none;max-width:none !important;overflow:scroll !important;padding:0;position:relative !important;top:0;width:auto !important}.scroll-wrapper>.scroll-content::-webkit-scrollbar{height:0;width:0}.scroll-element{display:none}.scroll-element,.scroll-element div{box-sizing:content-box}.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible{display:block}.scroll-element .scroll-arrow,.scroll-element .scroll-bar{cursor:default}.scroll-textarea{border:1px solid #ccc;border-top-color:#999}.scroll-textarea>.scroll-content{overflow:hidden !important}.scroll-textarea>.scroll-content>textarea{border:none !important;box-sizing:border-box;height:100% !important;margin:0;max-height:none !important;max-width:none !important;overflow:scroll !important;outline:0;padding:2px;position:relative !important;top:0;width:100% !important}.MenuDropScroll>.scroll-element .scroll-element_outer,.slick-list{overflow:hidden}.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar{height:0;width:0}.MenuDropScroll>.scroll-element,.MenuDropScroll>.scroll-element div{border:0;margin:0;padding:0;position:absolute;z-index:10}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.MenuDropScroll>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.MenuDropScroll>.scroll-element.scroll-x{bottom:2px;height:8px;left:0;width:100%}.MenuDropScroll>.scroll-element.scroll-y{height:100%;right:0;top:0;width:.6rem}.MenuDropScroll>.scroll-element .scroll-bar{background-color:#157ce6}@media only screen and (max-width:767px){body{padding:0}}@media only screen and (max-width:575px){body{padding:0}}.slick-slider{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y}.slick-list{margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@media only screen and (max-width:991px){*{-webkit-tap-highlight-color:transparent}}
/* End */


/* Start:/local/templates/main/css/icons.min.css?15804928631190*/
@font-face{font-family:'icomoon';src:url("/local/templates/main/css/../fonts/icons/icomoon.eot?pah6n9");src:url("/local/templates/main/css/../fonts/icons/icomoon.eot?pah6n9#iefix") format('embedded-opentype'),url("/local/templates/main/css/../fonts/icons/icomoon.ttf?pah6n9") format('truetype'),url("/local/templates/main/css/../fonts/icons/icomoon.woff?pah6n9") format('woff'),url("/local/templates/main/css/../fonts/icons/icomoon.svg?pah6n9#icomoon") format('svg');font-weight:normal;font-style:normal;font-display:swap}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow:before{content:"\e900"}.icon-dots:before{content:"\e901"}.icon-fb:before{content:"\e902"}.icon-full:before{content:"\e903"}.icon-full-exit:before{content:"\e904"}.icon-instagram:before{content:"\e905"}.icon-ok:before{content:"\e906"}.icon-play:before{content:"\e907"}.icon-rss:before{content:"\e908"}.icon-search:before{content:"\e909"}.icon-speaker:before{content:"\e90a"}.icon-stop:before{content:"\e90b"}.icon-twitter:before{content:"\e90c"}.icon-view:before{content:"\e90d"}.icon-vk:before{content:"\e90e"}.icon-youtube:before{content:"\e90f"}
/* End */


/* Start:/local/templates/main/css/bootstrap-grid.min.css?157613912548504*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:1.5rem;padding-left:1.5rem;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:1.5rem;padding-left:1.5rem;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1.5rem;margin-left:-1.5rem}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:1.5rem;padding-left:1.5rem}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* End */


/* Start:/local/templates/main/css/style-laptop.min.css?15804656082852*/
@media only screen and (max-width:1630px){.visable-tabtop{display:block !important}.hidden-tabtop{display:none !important}.header-top-content,.header-bottom-content,.footer-box,.content-box{max-width:123rem}.content.inner::before{max-width:123rem}.section-news .content-box{padding-top:3rem}.main-news{height:112rem}.main-news>li{width:33.33%}.main-news>li.double{width:66.66%}.main-news>li:nth-child(2){top:0;left:66.66%}.main-news>li:nth-child(3){top:26.7rem;left:66.66%}.main-news>li:nth-child(4){top:53.4rem;left:0}.main-news>li:nth-child(5){top:53.4rem;left:33.33%}.main-news>li:nth-child(7){top:84.2rem;left:33.33%}.main-news>li:nth-child(6){top:84.2rem;left:0}.main-news>li:nth-child(8){top:53.4rem;left:66.66%}.news-small{height:27.8rem}.grid-news .grid-news-col,.grid-news .grid-news-width{width:33.33%}.grid-news .grid-news-col.double,.grid-news .grid-news-width.double{width:66.66%}.grid-video .grid-video-col,.grid-video .grid-video-width{width:33.33%}.grid-video .grid-video-col.double,.grid-video .grid-video-width.double{width:66.66%}.grid-video .grid-video-col:nth-child(10),.grid-video .grid-video-col:nth-child(11){display:none}.video-main{height:89.4rem}.video-main>li{width:33.33%}.video-main>li.double{width:66.66%}.video-main>li:nth-child(2){top:0;left:66.66%}.video-main>li:nth-child(3){top:30.8rem;left:66.66%}.video-main>li:nth-child(4){top:61.6rem;left:0}.video-main>li:nth-child(5){top:61.6rem;left:33.33%}.video-main>li:nth-child(6){display:block;top:61.6rem;left:66.66%}.publication-main{height:87.2rem}.publication-main>li{width:33.33%}.publication-main>li.double{width:66.66%}.publication-main>li:nth-child(1){left:33.33%}.publication-main>li:nth-child(2){left:0}.publication-main>li:nth-child(3){top:30.8rem;left:0}.publication-main>li:nth-child(4){top:66.4rem;left:0}.publication-main>li:nth-child(5){top:66.4rem;left:33.33%}.publication-main>li:nth-child(6){top:66.4rem;left:66.66%}.publication-main .publication-secondary .imgBox{height:43.3rem}.list-publication>li:nth-child(6){display:none}.publication-secondary .imgBox{height:32.1rem}.grid-oficial .grid-oficial-col,.grid-oficial .grid-oficial-width{width:33.33%}.grid-oficial .grid-oficial-col.double,.grid-oficial .grid-oficial-width.double{width:66.66%}.list-tab-info .representative{height:20.3rem;font-size:1.2rem}.list-tab-info .representative p{margin:0 0 1rem}.list-tab-info .news{height:20.3rem}.add-main{width:27rem}.column-info{margin:0 -1.5rem}.column-info>div{padding:0 1.5rem}.column-info-left{border-right:0}.header-search{width:43rem}#radio{left:3rem}.list-publication>li{width:33.33%}.list-book>li{width:33.33%}.list-book>li:nth-child(4){display:none}.list-journal>li{width:16.66%}.list-journal>li:nth-child(7),.list-journal>li:nth-child(8){display:none}.article-section{margin-left:-4rem;margin-right:-4rem;padding-left:4rem;padding-right:4rem}}
/* End */


/* Start:/local/templates/main/css/style-tablet-horizontal.min.css?158677240813763*/
@media only screen and (max-width:1300px){.horizontal-hidden{display:none !important}body{font-size:1.6rem;line-height:1.5}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.4rem}.header-top-content,.header-bottom-content,.content-box,.footer-box{max-width:114rem;padding-left:4rem;padding-right:4rem}.content.inner::before{max-width:114rem}.content-box{padding:4rem}.hedding-category{font-size:1rem;line-height:1.7rem;padding:0 .5rem}.main-news{margin:0 -1rem 2rem;position:relative;height:59.7rem}.main-news>li{width:25%;padding:0 1rem 0}.main-news>li.double{width:50%}.main-news>li:nth-child(2){top:0;left:75%}.main-news>li:nth-child(3){top:0;left:50%}.main-news>li:nth-child(4){top:41rem;left:0}.main-news>li:nth-child(6){top:41rem;left:25%}.main-news>li:nth-child(7){top:41rem;left:50%}.main-news>li:nth-child(5){top:20.3rem;left:50%}.main-news>li:nth-child(8){top:20.3rem;left:75%}.main-news .representative{height:18.3rem;font-size:1rem}.main-news .representative .name span{font-size:1.2rem}.main-news .news{height:18.7rem}.main-news .news-video{height:18.7rem}.main-news .news-video .video-control{height:2.6rem}.main-news .news-video .video-control .button-control.start{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:4rem;width:4rem;font-size:1.6rem}.main-news .news-video .video-control .row>div{position:static}.main-news .news-video .video-control .button-control{height:2.6rem;width:2.6rem;font-size:1.2rem}.main-news .news-video .video-control .time{font-size:1rem}.main-news .news-big{height:39rem}.main-news .news-big .name{font-size:2rem;line-height:21px}.news{height:25.5rem}.news .name{font-size:1.4rem;line-height:17px}.news .date{font-size:1rem}.news .imgBox::after{display:none}.news p{display:none !important}.news-big{height:25.5rem}.news-big .news-content{padding:0 2rem 1.5rem}.news-big .name{font-size:1.4rem;margin:0 0 .6rem}.news-secondary{height:auto}.news-secondary .imgBox{height:19.1rem}.grid-news{margin:-2rem -1rem 3rem}.grid-news .grid-news-col{padding:2rem 1rem 0}.grid-news .grid-news-col.double{width:33.33%}.grid-news .grid-news-col{display:block}.grid-news .grid-news-col:nth-child(7),.grid-news .grid-news-col:nth-child(9),.grid-news .grid-news-col:nth-child(11),.grid-news .grid-news-col:nth-child(14){display:block}.video-main{height:auto;margin:-2rem -1rem 3.3rem}.video-main>li{width:33.33%;position:static;padding:2rem 1rem 0}.video-main>li.double{width:33.33%}.video-main .video-big{height:25.5rem}.video-main .video-big .button-play{top:6.8rem}.grid-video{margin:-2rem -1rem 3rem}.grid-video .grid-video-col,.grid-video .grid-video-width{width:33.33%}.grid-video .grid-video-col.double,.grid-video .grid-video-width.double{width:33.33%}.grid-video .grid-video-col{padding:2rem 1rem 0}.grid-video .grid-video-col:nth-child(10){display:block}.video{height:25.5rem}.video .name{font-size:1.4rem;max-width:100%}.video .date{font-size:1rem}.video .button-play{top:6.8rem}.video .video-content{padding:0 2rem 1.2rem}.video .timing{font-size:1rem;padding:.2rem .5rem .3rem;min-width:3rem}.video .video-content-box{min-height:1.7rem}.publication-main{height:51rem;margin:0 -1rem}.publication-main>li{width:25%;padding:0 1rem}.publication-main>li.double{width:50%}.publication-main>li:nth-child(1){left:0}.publication-main>li:nth-child(2){left:50%}.publication-main>li:nth-child(3){top:18.6rem;left:50%}.publication-main>li:nth-child(7){display:block;top:0rem;left:75%}.publication-main>li:nth-child(8){display:block;top:18.6rem;left:75%}.publication-main>li:nth-child(4),.publication-main>li:nth-child(5),.publication-main>li:nth-child(6){display:none}.publication-main .publication{height:16.5rem}.publication-main .publication .name{font-size:1.2rem}.publication-main .publication .date{font-size:1rem}.publication-main .publication-secondary{height:auto}.publication-main .publication-secondary .imgBox{height:32.5rem}.publication-main .publication-secondary .name{font-size:1.4rem}.list-publication{margin:-2rem -1rem 3rem}.list-publication>li{padding:2rem 1rem 0}.list-publication>li.double{padding-bottom:1.5rem}.publication{height:25.5rem}.publication .name{font-size:1.4rem}.publication .date{font-size:1rem}.publication .imgBox::after{display:none}.publication p{display:none !important}.publication-secondary{height:auto;font-size:1.2rem}.publication-secondary .imgBox{height:29.2rem}.publication-secondary p{display:block !important;margin:0 0 1rem;line-height:1.7}.publication-secondary .name{margin:0 0 1rem}.grid-oficial{margin-top:-2rem;margin-left:-1rem;margin-right:-1rem;margin-bottom:3rem}.grid-oficial .grid-oficial-col,.grid-oficial .grid-oficial-width{width:33.33%}.grid-oficial .grid-oficial-col.double,.grid-oficial .grid-oficial-width.double{width:33.33%}.grid-oficial .grid-oficial-col{padding-top:2rem;padding-left:1rem;list-style-type:1rem}.grid-oficial .grid-oficial-col:nth-child(3),.grid-oficial .grid-oficial-col:nth-child(4),.grid-oficial .grid-oficial-col:nth-child(6),.grid-oficial .grid-oficial-col:nth-child(10),.grid-oficial .grid-oficial-col:nth-child(14){display:block}.representative{height:25.5rem;font-size:1.2rem}.representative .representative-content{padding:0 2rem 1.5rem}.representative p{max-width:16rem}.representative .name{position:absolute;top:2rem;left:2rem}.representative .name span{font-size:1.2rem;padding:.2rem .5rem;margin-bottom:.4rem}.representative .imgBox{display:none}.representative .imgBox.img-adaptive{display:block}.list-tab-info{margin:-2rem -1rem 0}.list-tab-info>li{padding:2rem 1rem 0}.list-tab-info .representative{height:16.5rem;font-size:1rem}.list-tab-info .representative p{margin:0 0 .6rem;max-width:13.5rem}.list-tab-info .representative .name{top:2rem;left:2rem}.list-tab-info .representative .name span{font-size:1.2rem;padding:.1rem .5rem .2rem;margin-bottom:.5rem}.list-tab-info .news{height:16.5rem}.list-tab-info .news .name{font-size:1.2rem}.newsline-box h3{font-size:2rem}.newsline{font-size:1.2rem;padding:1.1rem 0}.newsline .date{font-size:1rem}.hidden_tablet_horiaontal{display:none}.navigation{margin-bottom:4rem}.navigation>li a{font-size:1.6rem;padding:.8rem 1.5rem}.Tab{margin-bottom:3rem}.column-info{margin-left:-4.5rem;margin-right:-4.5rem}.column-info>div{padding-left:4.5rem;padding-right:4.5rem}.column-info .more{position:static;text-align:center}.column-info-left{border-right:.1rem solid rgba(255,255,255,0.1)}.more a{padding-left:3rem}.more a i{font-size:2rem}.section h2{text-align:center;font-size:2.6rem;margin:0 0 3.5rem}.section-box .more{position:static;text-align:center}.section-box{margin-bottom:3rem}.header-search{position:absolute;top:4rem;left:0;right:0;width:auto;z-index:101;background:#1c4179;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:0;height:0;overflow:hidden}.header-search.active{opacity:1;height:auto;overflow:visible}.form-search{padding:0;margin:0;padding:4rem 4rem;display:block;text-align:center}.form-search input{margin:0 0 3rem}.form-search>div{padding:0}.header-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.header-bottom-content{min-height:4rem;padding-top:0;padding-bottom:0;padding-right:10rem;position:relative}.open-search{display:block}.header-social{position:relative}.header-social>li{padding:0 0 0 .3rem;position:static}.header-social>li>a{font-size:1.6rem;color:rgba(255,255,255,0.5)}.header-social>li>a i.icon-rss{font-size:1.4rem}.header-social-drop{top:100%;right:-6rem;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.header-social-box{margin:0;width:60rem;padding:.4rem 1.5rem 1.5rem}.header-social-box::before{display:none}.link-social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1.2rem}.link-social li{width:50%;padding:1rem 1.2rem 1rem;position:relative;border-bottom:0}.link-social li::before{display:block;content:'';position:absolute;bottom:0;left:1.2rem;right:1.2rem;height:.2rem;background:rgba(255,255,255,0.1)}.logo{width:15.5rem}.header-menu{height:4rem;line-height:normal}.header-menu.active .open-menu{background:#157ce6}.open-menu{padding:0;height:4rem;width:4rem}.open-menu span{display:none}.open-menu i{left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:2rem}.menu-drop{left:-4rem}.menu-drop-box{padding:2rem 4rem}.header-top-content{min-height:4rem}.header-nav{margin:0 -1.6rem}.header-nav li{padding:0 1.5rem}.header-nav li a{font-size:1.2rem}#radio{height:5rem;padding-left:.5rem;padding-right:6.5rem}#radio.active .radio-data{margin-left:0;width:14.5rem}#radio .equalizer{width:1.9rem;margin:0 0 0 1.5rem}#radio .radio-logo{width:3.8rem;margin:0 0 0 1.5rem}#radio .volume-line{display:none}#radio .volume{width:2.6rem;padding:0}#radio .radio-name{font-size:1rem}#radio .btn-play{font-size:1.2rem}#radio .btn-volume{font-size:1.8rem}#radio .radio-show{width:5rem}.breadcrumb{margin-bottom:1.7rem}.breadcrumb li{font-size:1rem}.article-data{margin-left:-1rem;margin-right:-1rem;margin-bottom:1.6rem;font-size:1.2rem}.article-data>div{padding-left:1rem;padding-right:1rem}.article-heading{font-size:1rem;padding:0rem .4rem}.article-autor-main,.article-autor{font-size:1.2rem;margin-bottom:2.5rem}.article-autor-sub{font-size:1rem}.audio{padding-right:1.5rem;margin-bottom:.5rem}.audio .row{height:4rem;margin-left:-0.2rem;margin-right:-0.2rem}.audio .row>div{padding-left:.2rem;padding-right:.2rem}.audio button{height:4rem;width:4rem;font-size:1.4rem}.autor-section{margin-bottom:1.7rem}.cite{font-size:1.2rem;padding:0;margin-bottom:2rem}.cite cite{display:block;font-size:1.6rem;line-height:1.4}.poll{padding:2rem}.poll .poll-title{font-size:1.6rem;margin:0 0 1.5rem}.poll .sub{font-size:1.2rem;margin:-1.5rem 0 1.4rem}.check label{font-size:1.6rem;line-height:1}.check label i{height:1.6rem;width:1.6rem;-webkit-box-flex:0;-webkit-flex:0 0 1.6rem;-ms-flex:0 0 1.6rem;flex:0 0 1.6rem}.btn{font-size:1.4rem;padding-top:1.6rem;padding-bottom:1.6rem}.list-question{margin-top:-1.5rem}.list-question li{padding-top:1.5rem}.question-result{font-size:1.6rem}.question-result .number{font-size:1.6rem}.color-box{padding:2rem}.twiter-box{max-width:34rem}.article{padding-right:24rem;position:relative}.column{padding-right:0;position:static}.column-right{width:22rem}.slids .slids-name{bottom:3.5rem;padding-bottom:0;text-align:center;font-size:1.2rem;width:100%}.slick-dots{width:auto;left:2rem;bottom:1.9rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.slick-dots li button{height:1rem;width:1rem}.slick-arrow{height:3.2rem;width:1.8rem;margin-top:-1.6rem;right:1.5rem}.slick-arrow::before{font-size:3rem}.slick-prev{right:auto;left:1.5rem}.add-column{border-bottom:.1rem solid #f2f2f2;padding-bottom:2rem;margin-bottom:2rem}.list-article-news{margin-top:-1.5rem}.list-article-news>li{padding-top:1.5rem}.list-article-news .news{height:auto}.list-article-news .news .imgBox{position:static;height:12.4rem;display:block}.list-article-news .news .imgBox::before,.list-article-news .news .imgBox::after{display:none}.list-article-news .news .news-content{padding:1.2rem 0 0}.list-article-news .news .name{color:#232323}.list-article-news .news .name a{color:#232323}.list-article-news .news .date{color:rgba(35,35,35,0.7)}.list-article-news .video{height:auto}.list-article-news .video .imgBox{position:static;height:12.4rem;display:block}.list-article-news .video .imgBox::before,.list-article-news .video .imgBox::after{display:none}.list-article-news .video .video-content{padding:1.2rem 0 0}.list-article-news .video .name{color:#232323}.list-article-news .video .name a{color:#232323}.list-article-news .video .date{color:rgba(35,35,35,0.7)}.list-article-news .video .timing{margin-right:0}.inner-top{margin-top:-0.8rem;margin-bottom:3.5rem}.inner-top .breadcrumb{margin-bottom:1.2rem}.inner-top h1{font-size:2.6rem}.inner-top .inner-top-button{width:auto;margin-top:.5rem}.inner-top-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-left:-2.7rem;margin-right:-2.7rem}.inner-top-right>div{padding-left:2.7rem;padding-right:2.7rem}.logo-publication{max-width:21rem}.list-book{margin-left:-1rem;margin-right:-1rem}.list-book>li{padding-left:1rem;padding-right:1rem}.book{font-size:1.2rem;line-height:1.7}.book .name{font-size:1.4rem;line-height:1.5;margin:0 0 .3rem}.list-journal{margin:-3rem -1rem 4rem}.list-journal>li{width:33.33%;padding:3rem 1rem 0}.list-journal>li:nth-child(4),.list-journal>li:nth-child(5),.list-journal>li:nth-child(6){display:none}.journal-data{font-size:1.4rem;line-height:1.6;margin-bottom:3rem;display:block}.journal-data .journal-logo{width:22rem}.journal .btn-secondary{width:auto}.btn-secondary{font-size:1.2rem;padding:1.1rem 2.5rem;line-height:1.4}.footer-info{text-align:left}.footer-box .footer-col-3{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.footer-box .footer-col-1{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.footer-box .footer-col-2{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.footer-box .footer-col-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.video-control .button-control{display:none}}
/* End */


/* Start:/local/templates/main/css/style-tablet.min.css?15818754994483*/
@media only screen and (max-width:991px){.visable-tabtop{display:none !important}*{-webkit-tap-highlight-color:transparent}.header-top-content,.header-bottom-content{max-width:76.8rem;padding-left:3.5rem;padding-right:3.5rem}.header-bottom-content{padding-right:9.5rem}.content.inner::before{max-width:76.8rem}.content-box,.footer-box{max-width:76.8rem;padding:4rem 3.5rem}.open-search{right:3.6rem}.main-news{margin:0 -1rem 3.5rem;position:relative;padding:56.2rem 0 0;height:auto}.main-news>li{width:33.33%}.main-news>li.double{width:66.66%}.main-news>li:nth-child(2){top:0;left:66.66%}.main-news>li:nth-child(3){top:18.3rem;left:66.66%}.main-news>li:nth-child(4){top:36.6rem;left:0}.main-news>li:nth-child(5){top:36.6rem;left:33.33%}.main-news>li:nth-child(6){top:36.6rem;left:66.66%}.main-news>li:nth-child(7){display:none}.main-news>li:nth-child(8){position:static;width:100%}.main-news .representative{height:16.3rem}.main-news .news{height:16.5rem}.main-news .news .name{font-size:1.2rem}.news .name{line-height:16px}.main-news .news-video{height:16.3rem}.main-news .news-big{height:34.6rem}.main-news .news-big .name{font-size:2rem;line-height:21px}.newsline-column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 -1rem}.newsline-left,.newsline-right{width:50%;padding:0 1rem;display:block}.grid-news{margin:-2rem -1rem 3rem}.grid-news .grid-news-col,.grid-news .grid-news-width{width:50%}.grid-news .grid-news-col.double,.grid-news .grid-news-width.double{width:50%}.grid-news .grid-news-col{padding:2rem 1rem 0}.grid-news .grid-news-col:nth-child(3),.grid-news .grid-news-col:nth-child(4),.grid-news .grid-news-col:nth-child(8),.grid-news .grid-news-col:nth-child(9),.grid-news .grid-news-col:nth-child(11),.grid-news .grid-news-col:nth-child(13),.grid-news .grid-news-col:nth-child(14){display:block}.grid-video .grid-video-col,.grid-video .grid-video-width{width:50%}.grid-video .grid-video-col.double,.grid-video .grid-video-width.double{width:50%}.grid-video .grid-video-col{padding:2rem 1rem 0}.grid-video .grid-video-col:nth-child(11){display:block}.video-main>li{width:50%}.video-main>li.double{width:50%}.video-main>li:nth-child(5),.video-main>li:nth-child(6){display:none}.publication-main{height:45rem;margin:0 -1rem}.publication-main>li{width:33.33%;padding:0 1rem}.publication-main>li.double{width:66.66%}.publication-main>li:nth-child(1){left:0}.publication-main>li:nth-child(2){left:66.66%}.publication-main>li:nth-child(3){top:18.6rem;left:66.66%}.publication-main>li:nth-child(7),.publication-main>li:nth-child(8){display:none}.publication-main .publication-secondary .imgBox{height:25.8rem}.publication-secondary .imgBox{height:19.1rem}.list-publication>li:nth-child(5){display:none}.grid-oficial .grid-oficial-col,.grid-oficial .grid-oficial-width{width:50%}.grid-oficial .grid-oficial-col.double,.grid-oficial .grid-oficial-width.double{width:50%}.grid-oficial .grid-oficial-col:nth-child(4),.grid-oficial .grid-oficial-col:nth-child(9),.grid-oficial .grid-oficial-col:nth-child(10),.grid-oficial .grid-oficial-col:nth-child(11),.grid-oficial .grid-oficial-col:nth-child(12),.grid-oficial .grid-oficial-col:nth-child(13),.grid-oficial .grid-oficial-col:nth-child(14){display:block}.list-tab-info>li{width:50%}.list-tab-info>li:nth-child(4){display:block}.column-info-left{border-right:0}.column-info{margin:0 -1rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.column-info>div{padding:0 1rem}.column-info .more{margin-right:-24rem}.add-main{width:22rem}.subscribe{width:100%}#ToTop{bottom:16rem}.footer-info{max-width:35rem}.list-partner{margin-left:-0.5rem;margin-right:-0.5rem}.list-partner li{padding-left:.5rem;padding-right:.5rem}.inner-top-right{margin-left:-1rem;margin-right:-1rem}.inner-top-right>div{padding-left:1rem;padding-right:1rem}.inner-top-right .sorting{width:100%}.inner-top-right .sorting .sorting-select{width:24rem}.list-publication>li{width:50%}.footer-box .footer-row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-box .footer-col-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;width:100%}.footer-box .footer-col-3{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.footer-box .footer-col-2{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.footer-box .footer-col-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.hidden_tablet{display:block}}
/* End */


/* Start:/local/templates/main/css/style-mobile.min.css?158677279811805*/
@media only screen and (max-width:767px){body{font-size:1.4rem;line-height:1.7}h1{font-size:2rem;line-height:1.3}h2{font-size:1.6rem}h3{font-size:1.4rem}#header{max-width:36rem;width:100%;margin:auto}.main-add{display:none}.main-add-mobile{display:block}.main-add-mobile img{margin:auto}.d-exms-none{display:none}.header-top-content,.header-bottom-content{max-width:36rem;padding-left:2rem;padding-right:2rem}.content-box,.footer-box{max-width:36rem;padding:3rem 2rem}.content.inner::before{max-width:36rem}.header-bottom .header-social-main{display:none}.header-top-content{position:relative}.header-menu{position:absolute;bottom:100%;right:2rem;z-index:22}.open-search{right:6rem}.header-nav{margin:0;display:table;width:100%}.header-nav li{padding:0 .5rem;display:table-cell;text-align:center}.header-nav li::before{top:.8rem}.header-nav li:first-child{padding-left:0}.header-nav li:last-child{padding-right:0}.header-nav li a{font-size:1rem}.menu-drop{left:auto;right:-2rem}.menu-drop .header-social-main{display:block}.MenuDropScroll{width:36rem}.menu-drop-box{padding:2rem}.form-search{padding:2rem}.header-social-drop{position:static}.header-social-drop.active{opacity:1;height:auto;overflow:visible}.header-social-box{width:auto;padding-left:0;padding-right:0}.link-social{display:block;margin:0}.link-social li{width:auto;padding-left:0;padding-right:0}.link-social li::before{left:0;right:0}.header-social>li{padding-left:0}.header-social>li>a:hover{background:#fff;color:#ec7d2d}.header-social>li>a.active{background:#fff;color:#ec7d2d}.hedding-category{font-size:.8rem;line-height:1.6rem}.main-news{padding:0;margin:-1rem 0 3rem;height:auto}.main-news>li{position:static;width:100%;padding:1rem 0 0}.main-news>li.double{width:100%}.main-news>li:nth-child(8){padding-top:2.7rem}.main-news .news{height:21rem}.main-news .news-big .name{font-size:1.2rem;line-height:1.3}.main-news .news-video{height:15.7rem}.main-news>li:nth-child(7){display:block}.news-representative{height:15.7rem}.news,.news-big{height:21rem}.news .name,.news-big .name{font-size:1.2rem;line-height:1.5}.news-secondary{height:auto}.news-secondary .imgBox{height:15.7rem}.news-secondary .name{margin:0}.news-secondary .news-content{padding-top:.5rem}.newsline-box h3{font-size:1.8rem}.newsline-column{display:block}.newsline-left{width:100%}.newsline-right{display:none}.grid-news{margin-top:-1rem;margin-bottom:2rem}.grid-news .grid-news-col,.grid-news .grid-news-width{width:100%}.grid-news .grid-news-col.double,.grid-news .grid-news-width.double{width:100%}.grid-news .grid-news-col{padding:1rem 1rem 0}.grid-news .news-secondary{padding-bottom:.5rem}.grid-video{margin-top:-1rem;margin-bottom:2rem}.grid-video .grid-video-col,.grid-video .grid-video-width{width:100%}.grid-video .grid-video-col.double,.grid-video .grid-video-width.double{width:100%}.grid-video .grid-video-col:nth-child(7),.grid-video .grid-video-col:nth-child(8),.grid-video .grid-video-col:nth-child(11){display:block}.grid-video .grid-video-col{padding-top:1rem}.video-main{margin-top:-1rem}.video-main>li{width:100%;padding-top:1rem}.video-main>li.double{width:100%}.video-main>li:nth-child(3),.video-main>li:nth-child(4){display:none}.video-main .video-big{height:21rem}.video-main .video-big .button-play{top:4.5rem}.video{height:21rem}.video .button-play{top:4.5rem}.video .name{font-size:1.2rem;line-height:1.5}.publication-main{height:auto;margin-top:-1rem;margin-bottom:2.5rem}.publication-main>li{position:static;width:100%;padding-top:1rem}.publication-main>li.double{width:100%;padding-bottom:2rem}.publication-main .publication{height:15.7rem}.publication-main .publication-secondary{height:auto}.publication-main .publication-secondary .imgBox{height:21rem}.publication-main .publication-secondary .date{color:#fff;font-size:.8rem}.publication-main .publication-secondary .name{font-size:1.2rem}.list-publication>li{width:100%;padding-top:1rem}.list-publication>li:nth-child(5),.list-publication>li:nth-child(6){display:block}.publication{height:15.7rem}.publication .name{font-size:1.2rem}.publication .date{font-size:.8rem}.publication-secondary{height:auto}.publication-secondary .imgBox{height:21rem}.publication-secondary .name{margin-bottom:.7rem}.publication-secondary p{font-size:1rem;margin:0 0 .7rem}.grid-oficial{margin-top:-1rem;margin-bottom:2rem}.grid-oficial .grid-oficial-col,.grid-oficial .grid-oficial-width{width:100%}.grid-oficial .grid-oficial-col.double,.grid-oficial .grid-oficial-width.double{width:100%}.grid-oficial .grid-oficial-col{padding-top:1rem}.grid-oficial .grid-oficial-col:nth-child(3),.grid-oficial .grid-oficial-col:nth-child(4),.grid-oficial .grid-oficial-col:nth-child(7),.grid-oficial .grid-oficial-col:nth-child(11),.grid-oficial .grid-oficial-col:nth-child(12),.grid-oficial .grid-oficial-col:nth-child(13),.grid-oficial .grid-oficial-col:nth-child(14){display:block}.grid-oficial .representative{height:21rem;font-size:1rem}.list-tab-info{margin-top:-1rem}.list-tab-info>li{width:100%;padding-top:1rem}.list-tab-info>li:nth-child(4){display:none}.list-tab-info .representative{height:22rem}.list-tab-info .news{height:22rem}.column-info .more{margin-right:0}.navigation-mobile{display:block;margin:0 0 3rem}.navigation-mobile .jq-selectbox__select{border:0;background:rgba(255,255,255,0.05);color:#fff;font-size:1.2rem;font-weight:900;text-transform:uppercase}.navigation-mobile .jq-selectbox__trigger::before{color:#fff}.navigation-mobile .jq-selectbox__dropdown{padding:0}.navigation-mobile .jq-selectbox__dropdown ul li{padding-top:1rem;padding-bottom:1rem}.navigation-mobile .jq-selectbox__dropdown ul li{font-size:1.2rem;font-weight:900;text-transform:uppercase}.navigation-mobile select{background:rgba(255,255,255,0.05);border:0;color:#fff;font-size:1.2rem;font-weight:900}.navigation-mobile .jq-selectbox.opened .jq-selectbox__trigger::before{color:#3d5d8d}.navigation{display:none}.add-main{width:100%;margin:2.5rem 0 0;text-align:center}.add-main a{display:inline-block}.section h2{font-size:2.4rem;margin-bottom:2rem}.event-video .button-play,.event-video.event-big .button-play{top:20%}.more a{font-size:1.2rem}.list-partner{margin:-0.5rem 0 0 -0.5rem}.list-partner>li{padding:.5rem 0 0 .5rem}.subscribe{width:100%}.subscribe input{text-align:center;margin:0 0 1rem;border:.2rem solid #eee}.subscribe button{width:100%}.footer-social{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer-social>li :first-child{padding-left:0}.footer-info{margin:0 auto;text-align:center;line-height:1.5;font-size:1.2rem;font-weight:500;max-width:18rem;text-align:center}.year{margin:0 auto}#ToTop{bottom:6rem;height:4rem;width:4rem;font-size:2rem}#radio{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);padding-right:1.7rem}#radio .radio-data{width:18.5rem}#radio .radio-show{display:none}.article{padding-right:0}.column{padding-right:0}.column-left{float:none;width:auto;margin:0 -2rem 2.5rem;padding:0 2rem 2.5rem;border-bottom:.2rem solid #f2f2f2}.column-right{position:static;width:auto}.column-fixed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.add-column{padding-bottom:0;border-bottom:0;margin-bottom:0}.breadcrumb{margin-bottom:1.3rem}.breadcrumb li{font-size:1rem;padding-right:1rem;margin-right:.6rem}.breadcrumb li::before{font-size:.6rem;top:.1rem}.article-data{font-size:1rem;margin-bottom:1rem}.article-heading{font-size:.8rem}.article-autor-main,.article-autor,.article-autor-sub{font-size:.8rem}.tags{margin:-0.5rem 0 2.3rem -0.5rem}.tags li{padding:.5rem 0 0 .5rem}.tags li a{font-size:1rem;padding:.2rem .5rem}.cite{font-size:1.4rem}.cite cite{font-size:1.8rem;line-height:1.6}.poll .poll-title{font-size:1.4rem}.check label{font-size:1.4rem}.check label i{height:2rem;width:2rem;-webkit-box-flex:0;-webkit-flex:0 0 2rem;-ms-flex:0 0 2rem;flex:0 0 2rem}.check label span{padding:.5rem 0 0 1rem}.question-result{font-size:1.4rem}.question-result .number{font-size:1.4rem}.slids .slids-name{font-size:1rem}.slick-arrow{height:2rem;width:1.2rem;margin-top:-1rem}.slick-arrow::before{font-size:2rem}.back-section{font-size:1.1rem}.back-section i{font-size:.8rem}.list-article-news{margin-bottom:2rem}.list-article-news>li{padding-top:2.5rem}.list-article-news .news{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-article-news .news .imgBox{-webkit-box-flex:0;-webkit-flex:0 0 8rem;-ms-flex:0 0 8rem;flex:0 0 8rem;margin:0 1.5rem 0 0;width:8rem;height:6rem}.list-article-news .news .hedding-category{left:9.5rem;top:0;font-size:.8rem}.list-article-news .news .news-content{padding-top:2.2rem;width:100%}.list-article-news .news .name{font-size:1.2rem;margin-bottom:.1rem}.list-article-news .news .date{color:#000}.list-article-news .video{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-article-news .video .imgBox{-webkit-box-flex:0;-webkit-flex:0 0 8rem;-ms-flex:0 0 8rem;flex:0 0 8rem;margin:0 1.5rem 0 0;width:8rem;height:6rem}.list-article-news .video .hedding-category{left:9.5rem;top:0;font-size:.8rem;border:.1rem solid #ed2e2e}.list-article-news .video .video-content{padding-top:2.2rem;width:100%}.list-article-news .video .name{font-size:1.2rem;margin-bottom:.1rem}.list-article-news .video .date{color:#000}.list-article-news .video .video-content-box{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.inner-top{margin-bottom:3rem}.inner-top .breadcrumb{margin-bottom:.5rem}.inner-top h1{font-size:2.4rem}.sorting{width:100%}.sorting label{display:none}.sorting .sorting-select{width:100%}.event-secondary .event-content{padding-top:.7rem}.representative.representative-big{font-size:1.4rem}.representative.representative-big .representative-content{padding-left:1.5rem;padding-right:1.5rem}.representative.representative-big .name span{font-size:1.6rem}.inner-top-right{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.inner-top-right .sorting .sorting-select{width:100%}.logo-publication{width:13rem}.list-publication>li{width:100%}.list-publication>li.double{width:100%}.list-book{margin-left:-0.5rem;margin-right:-0.5rem;margin-bottom:2.5rem}.list-book>li{width:50%;padding-left:.5rem;padding-right:.5rem}.list-book>li:nth-child(4){display:block}.book{font-size:1rem}.book .name{font-size:1.2rem}.inner-top-button{margin-right:-0.5rem;margin-left:-0.5rem}.inner-top-button>li{padding-left:.5rem;padding-right:.5rem}.btn-border{font-size:1.2rem;line-height:1.5}.journal-data .journal-logo{width:28rem}.list-journal{margin:-3.5rem -0.5rem 2.5rem}.list-journal>li{width:50%;padding:3.5rem .5rem 0}.list-journal>li:nth-child(4){display:block}.journal .img-box{margin-bottom:.5rem}.journal .name{font-size:1.2rem;margin-bottom:.4rem}.btn-secondary{font-size:.8rem;padding:.8rem 1.5rem;line-height:1.5}.footer-box .footer-row{display:block}.hidden_tablet{display:none}}@media only screen and (max-width:359px){.MenuDropScroll{width:32rem}#radio .radio-data{width:14.5rem}}
/* End */


/* Start:/local/templates/main/styles.min.css?1730128379675*/
#bx_editor_custom p{margin:0rem}#bx_editor_custom .editor_cite_pop{border:1px solid;background-color:cornflowerblue;padding:5px;width:60%;margin:0 20%}#bx_editor_custom .editor_cite_pop:before{content:"Цитата: ";font-weight:bolder}#bx_editor_custom .editor_gall_pop{border:1px solid;background-color:aquamarine;text-align:center;padding:5px;width:30%;margin:0 35%}#bx_editor_custom .editor_gall_pop:before{content:"Фотогалерея: ";font-weight:bolder}#bx_editor_custom .editor_mp3_pop{border:1px solid;background-color:gold;text-align:center;padding:5px;width:30%;margin:0 35%}#bx_editor_custom .editor_mp3_pop:before{content:"Аудио: ";font-weight:bolder}
/* End */


/* Start:/local/templates/main/template_styles.min.css?17301284101476*/
.Slider .slids img,.video_yif{width:100%}.Slider .slick-track{display:flex;height:auto;align-items:center;justify-content:center}.article-heading.blue{background:#09316e;border-color:#09316e}.container-yif{position:relative;width:100%;height:0;padding-bottom:56.25%}.video_yif{position:absolute;top:0;left:0;height:100%}.footer-info{max-width:36rem;text-align:justify;font-size:1rem;font-weight:lighter}.add-long img,.add-main img,.article img,.main-add img,.main-add-mobile img{height:auto!important}.audio-line{position:relative}#radio .muted,.news-video .video-control .volume .muted{color:red}.news .noShade::before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(35,35,35,0)),to(#232323));background:-webkit-linear-gradient(rgba(35,35,35,0) 75%,#232323 100%);background:-o-linear-gradient(rgba(35,35,35,0) 75%,#232323 100%);background:linear-gradient(rgba(35,35,35,0) 75%,#232323 100%)}.column-fixed .news-content .name{font-size:1.5rem;font-weight:600}#radio .btn-play.active .icon-play{display:block}#radio .eqWrap{overflow:hidden;display:inline-block;height:100%}#radio .eqCol{width:15%;margin:0 0 0 2px;float:left;height:100%}#radio .eqItem{height:10%;width:100%;background:#09316e;margin:1px 0 0;opacity:0}#radio .eqCol .eqItem:last-child{opacity:1!important}.article_hidden_banner,article_hidden_breadcrumb{display:none}.cite{padding-top:0}.bread_cont{margin-top:2px}.tv-ad{min-height:2.8rem}.news .totalNoShade::before{background:unset!important}
/* End */
/* /local/templates/main/css/style.css?171508736863400 */
/* /local/templates/main/css/plagins.min.css?157972256617384 */
/* /local/templates/main/css/icons.min.css?15804928631190 */
/* /local/templates/main/css/bootstrap-grid.min.css?157613912548504 */
/* /local/templates/main/css/style-laptop.min.css?15804656082852 */
/* /local/templates/main/css/style-tablet-horizontal.min.css?158677240813763 */
/* /local/templates/main/css/style-tablet.min.css?15818754994483 */
/* /local/templates/main/css/style-mobile.min.css?158677279811805 */
/* /local/templates/main/styles.min.css?1730128379675 */
/* /local/templates/main/template_styles.min.css?17301284101476 */
